Age | Commit message (Expand) | Author |
2025-07-18 | net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC | Jesper Dangaard Brouer |
2025-07-02 | net: dst: add four helpers to annotate data-races around dst->dev | Eric Dumazet |
2025-07-02 | net: dst: annotate data-races around dst->obsolete | Eric Dumazet |
2025-06-23 | net: make sk->sk_rcvtimeo lockless | Eric Dumazet |
2025-06-23 | net: make sk->sk_sndtimeo lockless | Eric Dumazet |
2025-06-23 | net: remove sock_i_uid() | Eric Dumazet |
2025-06-10 | net: remove unused sock_enable_timestamps | Willem de Bruijn |
2025-05-28 | Fix sock_exceed_buf_limit not being triggered in __sk_mem_raise_allocated | Tengteng Yang |
2025-05-28 | Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2025-05-26 | Merge tag 'vfs-6.16-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2025-05-23 | af_unix: Introduce SO_PASSRIGHTS. | Kuniyuki Iwashima |
2025-05-23 | af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock. | Kuniyuki Iwashima |
2025-05-23 | net: Restrict SO_PASS{CRED,PIDFD,SEC} to AF_{UNIX,NETLINK,BLUETOOTH}. | Kuniyuki Iwashima |
2025-05-23 | tcp: Restrict SO_TXREHASH to TCP socket. | Kuniyuki Iwashima |
2025-05-13 | net: devmem: Implement TX path | Mina Almasry |
2025-04-28 | net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pid | Christian Brauner |
2025-04-17 | net, pidfd: report EINVAL for ESRCH | Christian Brauner |
2025-04-11 | net: Unexport shared functions for DCCP. | Kuniyuki Iwashima |
2025-04-11 | sock: Correct error checking condition for (assign|release)_proto_idx() | Zijun Hu |
2025-04-10 | Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2025-04-09 | net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod. | Kuniyuki Iwashima |
2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner |
2025-03-18 | tcp: cache RTAX_QUICKACK metric in a hot cache line | Eric Dumazet |
2025-03-03 | sock: add sock_kmemdup helper | Geliang Tang |
2025-02-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2025-02-21 | net: better track kernel sockets lifetime | Eric Dumazet |
2025-02-21 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2025-02-20 | bpf: Prepare the sock_ops ctx and call bpf prog for TX timestamping | Jason Xing |
2025-02-19 | net: dismiss sk_forward_alloc_get() | Paolo Abeni |
2025-02-17 | net: use napi_id_valid helper | Stefano Jordhani |
2025-02-12 | net: avoid unconditionally touching sk_tsflags on RX | Paolo Abeni |
2025-01-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2025-01-02 | net: restrict SO_REUSEPORT to inet sockets | Eric Dumazet |
2024-12-16 | sock: Introduce SO_RCVPRIORITY socket option | Anna Emese Nyiri |
2024-12-16 | sock: support SO_PRIORITY cmsg | Anna Emese Nyiri |
2024-12-16 | sock: Introduce sk_set_prio_allowed helper function | Anna Emese Nyiri |
2024-11-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-11-11 | net: fix SO_DEVMEM_DONTNEED looping too long | Mina Almasry |
2024-10-23 | net: use sock_valbool_flag() only in __sock_set_timestamps() | Yajun Deng |
2024-10-15 | Revert "net: do not leave a dangling sk pointer, when socket creation fails" | Ignat Korchagin |
2024-10-14 | net: add skb_set_owner_edemux() helper | Eric Dumazet |
2024-10-08 | net-timestamp: namespacify the sysctl_tstamp_allow_data | Jason Xing |
2024-10-04 | net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control message | Vadim Fedorenko |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro |
2024-09-16 | Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds |
2024-09-11 | net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags | Mina Almasry |
2024-08-28 | file: reclaim 24 bytes from f_owner | Christian Brauner |
2024-08-26 | net: Correct spelling in net/core | Simon Horman |
2024-06-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-06-20 | net: do not leave a dangling sk pointer, when socket creation fails | Ignat Korchagin |