- 9707960 inet: annotate date races around sk->sk_txhash by Eric Dumazet · 3 years, 7 months ago
- 7293f63 net: annotate data race in sock_error() by Eric Dumazet · 3 years, 7 months ago
- 1f1b431 net: really orphan skbs tied to closing sk by Paolo Abeni · 3 years, 8 months ago
- b830650 net: let skb_orphan_partial wake-up waiters. by Paolo Abeni · 3 years, 9 months ago
- a6fc831 tcp: fix TCP socket rehash stats mis-accounting by Yuchung Cheng · 4 years ago
- 08b81d8 mptcp: add sk_stop_timer_sync helper by Geliang Tang · 4 years, 4 months ago
- 0cbe6a8 tcp: remove SOCK_QUEUE_SHRUNK by Eric Dumazet · 4 years, 4 months ago
- 150f29f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 4 months ago
- 5af6889 net: clean up codestyle by Miaohe Lin · 4 years, 4 months ago
- 1f00d37 bpf: Renames in preparation for bpf_local_storage by KP Singh · 4 years, 4 months ago
- 86cfccb Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 4 years, 5 months ago
- 84d1c61 net: sock: add sock_set_mark by Alexander Aring · 4 years, 6 months ago
- 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
- 9ecc6ea4 Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
- a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 6 months ago
- c8c1bbb net: switch sock_set_timeout to sockptr_t by Christoph Hellwig · 4 years, 6 months ago
- a44d9e7 net: make ->{get,set}sockopt in proto_ops optional by Christoph Hellwig · 4 years, 6 months ago
- 3021ad5 net/ipv6: remove compat_ipv6_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
- 8c918ff net: remove compat_sock_common_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
- d953975 net/compat: Add missing sock updates for SCM_RIGHTS by Kees Cook · 4 years, 7 months ago
- 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
- c9a368f bpf: net: Avoid incorrect bpf_sk_reuseport_detach call by Martin KaFai Lau · 4 years, 6 months ago
- f91c031e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
- dfde1d7 sock: Move sock_valbool_flag to header by Dmitry Yakunin · 4 years, 7 months ago
- 41b14fb net: Do not clear the sock TX queue in sk_set_socket() by Tariq Toukan · 4 years, 7 months ago
- 8ea204c net: Make locking in sock_bindtoindex optional by Ferenc Fejes · 4 years, 7 months ago
- c0425a4 net: add a new bind_add method by Christoph Hellwig · 4 years, 7 months ago
- fe31a32 net: add sock_set_reuseport by Christoph Hellwig · 4 years, 7 months ago
- 26cfabf net: add sock_set_rcvbuf by Christoph Hellwig · 4 years, 7 months ago
- ce3d954 net: add sock_set_keepalive by Christoph Hellwig · 4 years, 7 months ago
- 783da70 net: add sock_enable_timestamps by Christoph Hellwig · 4 years, 7 months ago
- 7594888 net: add sock_bindtoindex by Christoph Hellwig · 4 years, 7 months ago
- 76ee078 net: add sock_set_sndtimeo by Christoph Hellwig · 4 years, 7 months ago
- 6e43496 net: add sock_set_priority by Christoph Hellwig · 4 years, 7 months ago
- c433594 net: add sock_no_linger by Christoph Hellwig · 4 years, 7 months ago
- b58f0e8 net: add sock_set_reuseaddr by Christoph Hellwig · 4 years, 7 months ago
- 045065f net: sock.h: fix skb_steal_sock() kernel-doc by Lothar Rubusch · 4 years, 9 months ago
- 7ae215d bpf: Don't refcount LISTEN sockets in sk_assign() by Joe Stringer · 4 years, 9 months ago
- 71489e2 net: Track socket refcounts in skb_steal_sock() by Joe Stringer · 4 years, 9 months ago
- cf7fbe6 bpf: Add socket assign support by Joe Stringer · 4 years, 9 months ago
- b105e8e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 11 months ago
- f1ff5ce net, sk_msg: Clear sk_user_data pointer on clone if tagged by Jakub Sitnicki · 4 years, 11 months ago
- 66256e0 net/sock.h: fix all kernel-doc warnings by Randy Dunlap · 5 years ago
- 954b3c4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
- 43a825a xsk, net: Make sock_def_readable() have external linkage by Björn Töpel · 5 years ago
- e66b2f3 tcp: clean ext on tx recycle by Paolo Abeni · 5 years ago
- bf97651 sock: Make sk_protocol a 16-bit value by Mat Martineau · 5 years ago
- e9cdced net: Make sock protocol value checks more specific by Mat Martineau · 5 years ago
- 78bac77 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
- 7c68fa2b net: annotate lockless accesses to sk->sk_pacing_shift by Eric Dumazet · 5 years ago
- 8dbd76e tcp/dccp: fix possible race __inet_lookup_established() by Eric Dumazet · 5 years ago
- c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
- 168829a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 9ed498c net: silence data-races on sk_backlog.tail by Eric Dumazet · 5 years ago
- 099ecf5 net: annotate lockless accesses to sk->sk_max_ack_backlog by Eric Dumazet · 5 years ago
- 288efe8 net: annotate lockless accesses to sk->sk_ack_backlog by Eric Dumazet · 5 years ago
- 25c7a6d net: avoid potential false sharing in neighbor related code by Eric Dumazet · 5 years ago
- f75359f3 net: prevent load/store tearing on sk->sk_stamp by Eric Dumazet · 5 years ago
- d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 7170a97 net: annotate accesses to sk->sk_incoming_cpu by Eric Dumazet · 5 years ago
- 8466a57 net/smc: remove unneeded include for smc.h by Ursula Braun · 5 years ago
- 20eb4f2 net: fix sk_page_frag() recursion from memory reclaim by Tejun Heo · 5 years ago
- 2f18439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- ab4e846 tcp: annotate sk->sk_wmem_queued lockless reads by Eric Dumazet · 5 years ago
- e292f05 tcp: annotate sk->sk_sndbuf lockless reads by Eric Dumazet · 5 years ago
- eac6640 net: annotate sk->sk_rcvlowat lockless reads by Eric Dumazet · 5 years ago
- 5facae4 locking/lockdep: Remove unused @nested argument from lock_release() by Qian Cai · 5 years ago
- 193d357 net: spread "enum sock_flags" by Alexey Dobriyan · 5 years ago
- 4147766 net/tls: prevent skb_orphan() from leaking TLS plain text with offload by Jakub Kicinski · 5 years ago
- 333f790 coallocate socket_wq with socket itself by Al Viro · 6 years ago
- ce27ec6 net: add high_order_alloc_disable sysctl/static key by Eric Dumazet · 6 years ago
- 0b7d7f6 tcp: add tcp_tx_skb_cache sysctl by Eric Dumazet · 6 years ago
- ede61ca tcp: add tcp_rx_skb_cache sysctl by Eric Dumazet · 6 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- 858f501 tcp: do not recycle cloned skbs by Eric Dumazet · 6 years ago
- 6ac99e8 bpf: Introduce bpf sk local storage by Martin KaFai Lau · 6 years ago
- c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
- 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 07603b2 net/smc: propagate file from SMC to TCP socket by Ursula Braun · 6 years ago
- 4f66154 tcp: fix zerocopy and notsent_lowat issues by Eric Dumazet · 6 years ago
- 8b27dae tcp: add one skb cache for rx by Eric Dumazet · 6 years ago
- 472c2e0 tcp: add one skb cache for tx by Eric Dumazet · 6 years ago
- dc05360 net: convert rps_needed and rfs_needed to new static branch api by Eric Dumazet · 6 years ago
- a4dc6a4 packets: Always register packet sk in the same order by Maxime Chevallier · 6 years ago
- 3313da8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 5bf325a net: fix possible overflow in __sk_mem_raise_allocated() by Eric Dumazet · 6 years ago
- 887feae socket: Add SO_TIMESTAMP[NS]_NEW by Deepa Dinamani · 6 years ago
- 3a0ed3e9 sock: Make sock->sk_stamp thread-safe by Deepa Dinamani · 6 years ago
- 2be09de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 8f932f7 net: add missing SOF_TIMESTAMPING_OPT_ID support by Willem de Bruijn · 6 years ago
- a74f0fa tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWAT by Eric Dumazet · 6 years ago
- 89ab066 Revert "net: simplify sock_poll_wait" by Karsten Graul · 6 years ago
- e856795 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
- 76a9ebe net: extend sk_pacing_rate to unsigned long by Eric Dumazet · 6 years ago
- d829e9c tls: convert to generic sk_msg interface by Daniel Borkmann · 6 years ago
- 8873c06 tcp: do not release socket ownership in tcp_close() by Eric Dumazet · 6 years ago
- e4a2a30 net: sock: introduce SOCK_XDP by Jason Wang · 6 years ago
- e6476c2 net: remove bogus RCU annotations on socket.wq by Christoph Hellwig · 6 years ago
- d8bbd13 net: don not detour through struct sock to find the poll waitqueue by Christoph Hellwig · 6 years ago