summaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"Hoang Le2021-05-151-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-101-1/+1
|\
| * net:tipc: Fix a double free in tipc_sk_mcast_rcvLv Yunlong2021-03-301-1/+1
* | tipc: fix htmldoc and smatch warningsJon Maloy2021-03-301-1/+1
* | tipc: simplify signature of tipc_find_service()Jon Maloy2021-03-171-1/+1
* | tipc: simplify signature of tipc_nametbl_lookup_group()Jon Maloy2021-03-171-25/+17
* | tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes()Jon Maloy2021-03-171-10/+8
* | tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets()Jon Maloy2021-03-171-11/+11
* | tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()Jon Maloy2021-03-171-43/+40
* | tipc: rename binding table lookup functionsJon Maloy2021-03-171-9/+10
* | tipc: simplify signature of tipc_nametbl_withdraw() functionsJon Maloy2021-03-171-31/+31
* | tipc: simplify signature of tipc_namtbl_publish()Jon Maloy2021-03-171-34/+39
* | tipc: re-organize members of struct publicationJon Maloy2021-03-171-20/+20
|/
* net/tipc: fix all function Return: notationRandy Dunlap2020-12-021-29/+28
* net/tipc: fix socket.c kernel-docRandy Dunlap2020-12-021-2/+29
* net/tipc: fix various kernel-doc warningsRandy Dunlap2020-12-021-2/+2
* tipc: update address terminology in codeJon Maloy2020-11-281-22/+22
* tipc: refactor tipc_sk_bind() functionJon Maloy2020-11-281-36/+30
* tipc: add stricter control of reserved service typesJon Maloy2020-10-301-9/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-231-4/+1
|\
| * tipc: fix shutdown() of connection oriented socketTetsuo Handa2020-09-101-4/+1
* | net: tipc: delete duplicated wordsRandy Dunlap2020-09-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-051-3/+6
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-041-3/+6
| |\
| | * tipc: fix shutdown() of connectionless socketTetsuo Handa2020-09-031-3/+6
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-2/+2
| |/
* | tipc: Remove unused macro TIPC_FWD_MSGYueHaibing2020-08-311-1/+0
* | net: tipc: Convert to use the preferred fallthrough macroMiaohe Lin2020-08-181-2/+2
|/
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-251-4/+4
* net: tipc: kerneldoc fixesAndrew Lunn2020-07-141-5/+3
* tipc: fix kernel WARNING in tipc_msg_append()Tuong Lien2020-06-111-1/+2
* tipc: Fix NULL pointer dereference in __tipc_sendstream()YueHaibing2020-06-021-2/+6
* tipc: call tsk_set_importance from tipc_topsrv_create_listenerChristoph Hellwig2020-05-281-9/+9
* tipc: add test for Nagle algorithm effectivenessTuong Lien2020-05-271-12/+52
* tipc: fix large latency in smart Nagle streamingTuong Lien2020-05-131-11/+31
* tipc: Add a missing case of TIPC_DIRECT_MSG typeHoang Le2020-03-261-1/+1
* tipc: fix successful connect() but timed outTuong Lien2020-02-101-0/+2
* tipc: fix wrong connect() return codeTuong Lien2020-01-091-2/+2
* tipc: fix link overflow issue at socket shutdownTuong Lien2020-01-091-21/+32
* tipc: fix retrans failure due to wrong destinationTuong Lien2019-12-111-14/+18
* tipc: fix duplicate SYN messages under link congestionTung Nguyen2019-11-291-7/+10
* tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen2019-11-291-1/+1
* tipc: fix wrong socket reference counter after tipc_sk_timeout() returnsTung Nguyen2019-11-291-0/+1
* tipc: fix potential memory leak in __tipc_sendmsg()Tung Nguyen2019-11-291-1/+3
* net: use rhashtable_lookup() instead of rhashtable_lookup_fast()Taehee Yoo2019-11-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-2/+2
|\
| * net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-281-2/+2
* | tipc: add smart nagle featureJon Maloy2019-10-301-18/+99
* | tipc: improve throughput between nodes in netnsHoang Le2019-10-301-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-4/+4
|\|