summaryrefslogtreecommitdiff
path: root/net/tipc/socket.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-15Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"Hoang Le1-1/+4
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-03-30tipc: fix htmldoc and smatch warningsJon Maloy1-1/+1
2021-03-30net:tipc: Fix a double free in tipc_sk_mcast_rcvLv Yunlong1-1/+1
2021-03-17tipc: simplify signature of tipc_find_service()Jon Maloy1-1/+1
2021-03-17tipc: simplify signature of tipc_nametbl_lookup_group()Jon Maloy1-25/+17
2021-03-17tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes()Jon Maloy1-10/+8
2021-03-17tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets()Jon Maloy1-11/+11
2021-03-17tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()Jon Maloy1-43/+40
2021-03-17tipc: rename binding table lookup functionsJon Maloy1-9/+10
2021-03-17tipc: simplify signature of tipc_nametbl_withdraw() functionsJon Maloy1-31/+31
2021-03-17tipc: simplify signature of tipc_namtbl_publish()Jon Maloy1-34/+39
2021-03-17tipc: re-organize members of struct publicationJon Maloy1-20/+20
2020-12-02net/tipc: fix all function Return: notationRandy Dunlap1-29/+28
2020-12-02net/tipc: fix socket.c kernel-docRandy Dunlap1-2/+29
2020-12-02net/tipc: fix various kernel-doc warningsRandy Dunlap1-2/+2
2020-11-28tipc: update address terminology in codeJon Maloy1-22/+22
2020-11-28tipc: refactor tipc_sk_bind() functionJon Maloy1-36/+30
2020-10-30tipc: add stricter control of reserved service typesJon Maloy1-9/+18
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+1
2020-09-19net: tipc: delete duplicated wordsRandy Dunlap1-1/+1
2020-09-10tipc: fix shutdown() of connection oriented socketTetsuo Handa1-4/+1
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+6
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-3/+6
2020-09-03tipc: fix shutdown() of connectionless socketTetsuo Handa1-3/+6
2020-08-31tipc: Remove unused macro TIPC_FWD_MSGYueHaibing1-1/+0
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-18net: tipc: Convert to use the preferred fallthrough macroMiaohe Lin1-2/+2
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-4/+4
2020-07-14net: tipc: kerneldoc fixesAndrew Lunn1-5/+3
2020-06-11tipc: fix kernel WARNING in tipc_msg_append()Tuong Lien1-1/+2
2020-06-02tipc: Fix NULL pointer dereference in __tipc_sendstream()YueHaibing1-2/+6
2020-05-28tipc: call tsk_set_importance from tipc_topsrv_create_listenerChristoph Hellwig1-9/+9
2020-05-27tipc: add test for Nagle algorithm effectivenessTuong Lien1-12/+52
2020-05-13tipc: fix large latency in smart Nagle streamingTuong Lien1-11/+31
2020-03-26tipc: Add a missing case of TIPC_DIRECT_MSG typeHoang Le1-1/+1
2020-02-10tipc: fix successful connect() but timed outTuong Lien1-0/+2
2020-01-09tipc: fix wrong connect() return codeTuong Lien1-2/+2
2020-01-09tipc: fix link overflow issue at socket shutdownTuong Lien1-21/+32
2019-12-11tipc: fix retrans failure due to wrong destinationTuong Lien1-14/+18
2019-11-29tipc: fix duplicate SYN messages under link congestionTung Nguyen1-7/+10
2019-11-29tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen1-1/+1
2019-11-29tipc: fix wrong socket reference counter after tipc_sk_timeout() returnsTung Nguyen1-0/+1
2019-11-29tipc: fix potential memory leak in __tipc_sendmsg()Tung Nguyen1-1/+3
2019-11-23net: use rhashtable_lookup() instead of rhashtable_lookup_fast()Taehee Yoo1-1/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-10-30tipc: add smart nagle featureJon Maloy1-18/+99
2019-10-30tipc: improve throughput between nodes in netnsHoang Le1-3/+3
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-2/+2
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+4