summaryrefslogtreecommitdiff
path: root/net/tipc/socket.c
Commit message (Expand)AuthorAgeFilesLines
* net: deal with most data-races in sk_wait_event()Eric Dumazet2023-05-101-2/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-171-0/+2
|\
| * tipc: fix kernel warning when sending SYN messageTung Nguyen2023-02-141-0/+2
* | net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+3
|/
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima2022-07-251-1/+1
* net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua2022-06-291-0/+1
* tipc: fix the timer expires after interval 100msHoang Le2022-03-221-1/+2
* tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter2022-02-231-1/+1
* net ticp:fix a kernel-infoleak in __tipc_sendmsg()Haimin Zhang2021-12-311-0/+2
* tipc: increase timeout in tipc_sk_enqueue()Hoang Le2021-09-131-1/+1
* tipc: clean up inconsistent indentingColin Ian King2021-09-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-191-1/+1
|\
| * tipc: call tipc_wait_for_connect only when dlen is not 0Xin Long2021-08-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-311-13/+17
|\ \ | |/
| * tipc: fix sleeping in tipc accept routineHoang Le2021-07-231-5/+4
| * tipc: fix implicit-connect for SYN+Xin Long2021-07-231-8/+13
* | tipc: fix an use-after-free issue in tipc_recvmsgXin Long2021-07-251-3/+5
* | tipc: keep the skb in rcv queue until the whole data is readXin Long2021-07-161-9/+27
|/
* tipc: socket.c: fix the use of copular verbgushengxian2021-06-101-1/+1
* tipc: simplify handling of lookup scope during multicast message receptionJon Maloy2021-06-031-16/+10
* tipc: refactor function tipc_sk_anc_data_recv()Jon Maloy2021-06-031-47/+38
* tipc: eliminate redundant fields in struct tipc_sockJon Maloy2021-06-031-26/+27
* Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"Hoang Le2021-05-141-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-1/+1
|\
| * net:tipc: Fix a double free in tipc_sk_mcast_rcvLv Yunlong2021-03-291-1/+1
* | tipc: fix htmldoc and smatch warningsJon Maloy2021-03-291-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-011-29/+28
* net/tipc: fix socket.c kernel-docRandy Dunlap2020-12-011-2/+29
* net/tipc: fix various kernel-doc warningsRandy Dunlap2020-12-011-2/+2
* tipc: update address terminology in codeJon Maloy2020-11-271-22/+22
* tipc: refactor tipc_sk_bind() functionJon Maloy2020-11-271-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-221-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-041-3/+6
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-031-3/+6
| |\
| | * tipc: fix shutdown() of connectionless socketTetsuo Handa2020-09-021-3/+6
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
| |/