index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
tipc
/
socket.c
Age
Commit message (
Expand
)
Author
7 days
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2024-09-06
net/tipc: make use of the helper macro LIST_HEAD()
Hongbo Li
2024-06-28
kernel-wide: fix spelling mistakes like "assocative" -> "associative"
Jesse Brandeburg
2024-05-13
net: change proto and proto_ops accept type
Jens Axboe
2024-04-12
tipc: remove redundant assignment to ret, simplify code
Colin Ian King
2024-01-24
tipc: socket: remove Excess struct member kernel-doc warning
Randy Dunlap
2023-08-15
genetlink: use attrs from struct genl_info
Jakub Kicinski
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-05-10
net: deal with most data-races in sk_wait_event()
Eric Dumazet
2023-02-17
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2023-02-14
tipc: fix kernel warning when sending SYN message
Tung Nguyen
2023-01-23
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-07-25
net: Fix data-races around sysctl_[rw]mem(_offset)?.
Kuniyuki Iwashima
2022-06-29
net: tipc: fix possible refcount leak in tipc_sk_create()
Hangyu Hua
2022-03-22
tipc: fix the timer expires after interval 100ms
Hoang Le
2022-02-23
tipc: Fix end of loop tests for list_for_each_entry()
Dan Carpenter
2021-12-31
net ticp:fix a kernel-infoleak in __tipc_sendmsg()
Haimin Zhang
2021-09-13
tipc: increase timeout in tipc_sk_enqueue()
Hoang Le
2021-09-03
tipc: clean up inconsistent indenting
Colin Ian King
2021-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-16
tipc: call tipc_wait_for_connect only when dlen is not 0
Xin Long
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-07-25
tipc: fix an use-after-free issue in tipc_recvmsg
Xin Long
2021-07-23
tipc: fix sleeping in tipc accept routine
Hoang Le
2021-07-23
tipc: fix implicit-connect for SYN+
Xin Long
2021-07-16
tipc: keep the skb in rcv queue until the whole data is read
Xin Long
2021-06-10
tipc: socket.c: fix the use of copular verb
gushengxian
2021-06-03
tipc: simplify handling of lookup scope during multicast message reception
Jon Maloy
2021-06-03
tipc: refactor function tipc_sk_anc_data_recv()
Jon Maloy
2021-06-03
tipc: eliminate redundant fields in struct tipc_sock
Jon Maloy
2021-05-14
Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"
Hoang Le
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-03-29
tipc: fix htmldoc and smatch warnings
Jon Maloy
2021-03-29
net:tipc: Fix a double free in tipc_sk_mcast_rcv
Lv Yunlong
2021-03-17
tipc: simplify signature of tipc_find_service()
Jon Maloy
2021-03-17
tipc: simplify signature of tipc_nametbl_lookup_group()
Jon Maloy
2021-03-17
tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes()
Jon Maloy
2021-03-17
tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets()
Jon Maloy
2021-03-17
tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()
Jon Maloy
2021-03-17
tipc: rename binding table lookup functions
Jon Maloy
2021-03-17
tipc: simplify signature of tipc_nametbl_withdraw() functions
Jon Maloy
2021-03-17
tipc: simplify signature of tipc_namtbl_publish()
Jon Maloy
2021-03-17
tipc: re-organize members of struct publication
Jon Maloy
2020-12-01
net/tipc: fix all function Return: notation
Randy Dunlap
2020-12-01
net/tipc: fix socket.c kernel-doc
Randy Dunlap
2020-12-01
net/tipc: fix various kernel-doc warnings
Randy Dunlap
2020-11-27
tipc: update address terminology in code
Jon Maloy
2020-11-27
tipc: refactor tipc_sk_bind() function
Jon Maloy
[next]