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.16.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
/
include
/
net
/
sock.h
Age
Commit message (
Expand
)
Author
2024-06-06
net: use unrcu_pointer() helper
Eric Dumazet
2024-05-29
net: fix __dst_negative_advice() race
Eric Dumazet
2024-05-13
net: pass back whether socket was empty post accept
Jens Axboe
2024-05-13
net: change proto and proto_ops accept type
Jens Axboe
2024-04-30
net: add <net/proto_memory.h>
Eric Dumazet
2024-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-23
net: fix sk_memory_allocated_{add|sub} vs softirqs
Eric Dumazet
2024-04-06
net: skbuff: generalize the skb->decrypted bit
Jakub Kicinski
2024-03-29
net: add sk_wake_async_rcu() helper
Eric Dumazet
2024-03-25
tcp: properly terminate timers for kernel sockets
Eric Dumazet
2024-03-07
net: introduce include/net/rps.h
Eric Dumazet
2024-02-28
net: make SK_MEMORY_PCPU_RESERV tunable
Adam Li
2024-02-20
net: reorganize "struct sock" fields
Eric Dumazet
2024-01-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-01-23
tcp: Move skb_steal_sock() to request_sock.h
Kuniyuki Iwashima
2024-01-21
udp: fix busy polling
Eric Dumazet
2023-12-29
net: sock: remove excess structure-member documentation
Jonathan Corbet
2023-12-26
net: remove SOCK_DEBUG macro
Denis Kirjanov
2023-12-22
tcp: Remove dead code and fields for bhash2.
Kuniyuki Iwashima
2023-12-22
tcp: Link sk and twsk to tb2->owners using skc_bind_node.
Kuniyuki Iwashima
2023-12-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-12-15
net: Namespace-ify sysctl_optmem_max
Eric Dumazet
2023-12-13
bpf: syzkaller found null ptr deref in unix_bpf proto add
John Fastabend
2023-11-01
Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
2023-10-19
net/socket: Break down __sys_getsockopt
Breno Leitao
2023-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-19
net/socket: Break down __sys_setsockopt
Breno Leitao
2023-10-13
tcp: allow again tcp_disconnect() when threads are waiting
Paolo Abeni
2023-10-01
net: annotate data-races around sk->sk_dst_pending_confirm
Eric Dumazet
2023-10-01
net: annotate data-races around sk->sk_tx_queue_mapping
Eric Dumazet
2023-10-01
net: constify sk_dst_get() and __sk_dst_get() argument
Eric Dumazet
2023-09-15
ipv6: lockless IPV6_MULTICAST_LOOP implementation
Eric Dumazet
2023-09-12
net: sock_release_ownership() cleanup
Eric Dumazet
2023-09-01
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
2023-09-01
net: annotate data-races around sk->sk_forward_alloc
Eric Dumazet
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-18
sock: annotate data-races around prot->memory_pressure
Eric Dumazet
2023-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-17
sock: Fix misuse of sk_under_memory_pressure()
Abel Wu
2023-07-25
bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
Lorenz Bauer
2023-07-24
ipv6: remove hard coded limitation on ipv6_pinfo
Eric Dumazet
2023-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-27
netlink: Add __sock_i_ino() for __netlink_diag_dump().
Kuniyuki Iwashima
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-06-15
net: ioctl: Use kernel memory on protocol ioctl callbacks
Breno Leitao
2023-06-08
splice, net: Add a splice_eof op to file-ops and socket-ops
David Howells
2023-06-07
rfs: annotate lockless accesses to sk->sk_rxhash
Eric Dumazet
2023-05-29
tcp: deny tcp_disconnect() when threads are waiting
Eric Dumazet
2023-05-09
net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().
Kuniyuki Iwashima
2023-04-19
net: skbuff: hide wifi_acked when CONFIG_WIRELESS not set
Jakub Kicinski
[prev]
[next]