Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-22tipc: fix the timer expires after interval 100msHoang Le
2022-02-23tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter
2022-01-01net ticp:fix a kernel-infoleak in __tipc_sendmsg()Haimin Zhang
2021-09-13tipc: increase timeout in tipc_sk_enqueue()Hoang Le
2021-09-03tipc: clean up inconsistent indentingColin Ian King
2021-08-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-16tipc: call tipc_wait_for_connect only when dlen is not 0Xin Long
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-25tipc: fix an use-after-free issue in tipc_recvmsgXin Long
2021-07-23tipc: fix sleeping in tipc accept routineHoang Le
2021-07-23tipc: fix implicit-connect for SYN+Xin Long
2021-07-17tipc: keep the skb in rcv queue until the whole data is readXin Long
2021-06-10tipc: socket.c: fix the use of copular verbgushengxian
2021-06-04tipc: simplify handling of lookup scope during multicast message receptionJon Maloy
2021-06-04tipc: refactor function tipc_sk_anc_data_recv()Jon Maloy
2021-06-04tipc: eliminate redundant fields in struct tipc_sockJon Maloy
2021-05-15Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"Hoang Le
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-03-30tipc: fix htmldoc and smatch warningsJon Maloy
2021-03-30net:tipc: Fix a double free in tipc_sk_mcast_rcvLv Yunlong
2021-03-17tipc: simplify signature of tipc_find_service()Jon Maloy
2021-03-17tipc: simplify signature of tipc_nametbl_lookup_group()Jon Maloy
2021-03-17tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes()Jon Maloy
2021-03-17tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets()Jon Maloy
2021-03-17tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()Jon Maloy
2021-03-17tipc: rename binding table lookup functionsJon Maloy
2021-03-17tipc: simplify signature of tipc_nametbl_withdraw() functionsJon Maloy
2021-03-17tipc: simplify signature of tipc_namtbl_publish()Jon Maloy
2021-03-17tipc: re-organize members of struct publicationJon Maloy
2020-12-02net/tipc: fix all function Return: notationRandy Dunlap
2020-12-02net/tipc: fix socket.c kernel-docRandy Dunlap
2020-12-02net/tipc: fix various kernel-doc warningsRandy Dunlap
2020-11-28tipc: update address terminology in codeJon Maloy
2020-11-28tipc: refactor tipc_sk_bind() functionJon Maloy
2020-10-30tipc: add stricter control of reserved service typesJon Maloy
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-19net: tipc: delete duplicated wordsRandy Dunlap
2020-09-10tipc: fix shutdown() of connection oriented socketTetsuo Handa
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-03tipc: fix shutdown() of connectionless socketTetsuo Handa
2020-08-31tipc: Remove unused macro TIPC_FWD_MSGYueHaibing
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-18net: tipc: Convert to use the preferred fallthrough macroMiaohe Lin
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-14net: tipc: kerneldoc fixesAndrew Lunn
2020-06-11tipc: fix kernel WARNING in tipc_msg_append()Tuong Lien
2020-06-02tipc: Fix NULL pointer dereference in __tipc_sendstream()YueHaibing
2020-05-28tipc: call tsk_set_importance from tipc_topsrv_create_listenerChristoph Hellwig
2020-05-27tipc: add test for Nagle algorithm effectivenessTuong Lien