summaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
AgeCommit message (Expand)AuthorLines
2024-09-06net/tipc: make use of the helper macro LIST_HEAD()Hongbo Li-4/+2
2024-06-28kernel-wide: fix spelling mistakes like "assocative" -> "associative"Jesse Brandeburg-1/+1
2024-05-13net: change proto and proto_ops accept typeJens Axboe-8/+5
2024-04-12tipc: remove redundant assignment to ret, simplify codeColin Ian King-4/+1
2024-01-24tipc: socket: remove Excess struct member kernel-doc warningRandy Dunlap-1/+0
2023-08-15genetlink: use attrs from struct genl_infoJakub Kicinski-1/+1
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells-3/+0
2023-05-10net: deal with most data-races in sk_wait_event()Eric Dumazet-2/+2
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+2
2023-02-14tipc: fix kernel warning when sending SYN messageTung Nguyen-0/+2
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye-0/+3
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld-1/+1
2022-07-25net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima-1/+1
2022-06-29net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua-0/+1
2022-03-22tipc: fix the timer expires after interval 100msHoang Le-1/+2
2022-02-23tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter-1/+1
2021-12-31net ticp:fix a kernel-infoleak in __tipc_sendmsg()Haimin Zhang-0/+2
2021-09-13tipc: increase timeout in tipc_sk_enqueue()Hoang Le-1/+1
2021-09-03tipc: clean up inconsistent indentingColin Ian King-1/+1
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2021-08-16tipc: call tipc_wait_for_connect only when dlen is not 0Xin Long-1/+1
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-13/+17
2021-07-25tipc: fix an use-after-free issue in tipc_recvmsgXin Long-3/+5
2021-07-23tipc: fix sleeping in tipc accept routineHoang Le-5/+4
2021-07-23tipc: fix implicit-connect for SYN+Xin Long-8/+13
2021-07-16tipc: keep the skb in rcv queue until the whole data is readXin Long-9/+27
2021-06-10tipc: socket.c: fix the use of copular verbgushengxian-1/+1
2021-06-03tipc: simplify handling of lookup scope during multicast message receptionJon Maloy-16/+10
2021-06-03tipc: refactor function tipc_sk_anc_data_recv()Jon Maloy-47/+38
2021-06-03tipc: eliminate redundant fields in struct tipc_sockJon Maloy-26/+27
2021-05-14Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"Hoang Le-1/+4
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2021-03-29tipc: fix htmldoc and smatch warningsJon Maloy-1/+1
2021-03-29net:tipc: Fix a double free in tipc_sk_mcast_rcvLv Yunlong-1/+1
2021-03-17tipc: simplify signature of tipc_find_service()Jon Maloy-1/+1
2021-03-17tipc: simplify signature of tipc_nametbl_lookup_group()Jon Maloy-25/+17
2021-03-17tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes()Jon Maloy-10/+8
2021-03-17tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets()Jon Maloy-11/+11
2021-03-17tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()Jon Maloy-43/+40
2021-03-17tipc: rename binding table lookup functionsJon Maloy-9/+10
2021-03-17tipc: simplify signature of tipc_nametbl_withdraw() functionsJon Maloy-31/+31
2021-03-17tipc: simplify signature of tipc_namtbl_publish()Jon Maloy-34/+39
2021-03-17tipc: re-organize members of struct publicationJon Maloy-20/+20
2020-12-01net/tipc: fix all function Return: notationRandy Dunlap-29/+28
2020-12-01net/tipc: fix socket.c kernel-docRandy Dunlap-2/+29
2020-12-01net/tipc: fix various kernel-doc warningsRandy Dunlap-2/+2
2020-11-27tipc: update address terminology in codeJon Maloy-22/+22
2020-11-27tipc: refactor tipc_sk_bind() functionJon Maloy-36/+30
2020-10-30tipc: add stricter control of reserved service typesJon Maloy-9/+18