index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
sock.c
Age
Commit message (
Expand
)
Author
2026-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-06-08
net: ensure SCM_TXTIME delivery time is no older than system boot
Willem de Bruijn
2026-06-08
tcp: restrict SO_ATTACH_FILTER to priv users
Eric Dumazet
2026-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-06-02
net: Annotate sk->sk_write_space() for UDP SOCKMAP.
Kuniyuki Iwashima
2026-05-13
net: make is_skb_wmem() available to modules
Eric Dumazet
2026-04-13
tcp: update window_clamp when SO_RCVBUF is set
Jakub Kicinski
2026-04-12
net: change sk_filter_trim_cap() to return a drop_reason by value
Eric Dumazet
2026-04-12
net: change sk_filter_reason() to return the reason by value
Eric Dumazet
2026-04-12
net: change sock_queue_rcv_skb_reason() to return a drop_reason
Eric Dumazet
2026-04-08
net: initialize sk_rx_queue_mapping in sk_clone()
Jiayuan Chen
2026-03-12
tcp: add tcp_release_cb_cond() helper
Eric Dumazet
2026-03-02
net: remove addr_len argument of recvmsg() handlers
Eric Dumazet
2026-02-28
net: fix sock compilation error under CONFIG_PREEMPT_RT
Jiayuan Chen
2026-02-27
net: use try_cmpxchg() in lock_sock_nested()
Eric Dumazet
2026-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-02-24
net: __lock_sock() can be static
Eric Dumazet
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-30
tcp: reduce tcp sockets size by one cache line
Eric Dumazet
2026-01-04
net: sock: fix hardened usercopy panic in sock_recv_errqueue
Weiming Shi
2025-11-25
net: move sk_dst_pending_confirm and sk_pacing_status to sock_read_tx group
Eric Dumazet
2025-11-24
net: factor-out _sk_charge() helper
Paolo Abeni
2025-11-04
net: Convert proto callbacks from sockaddr to sockaddr_unsized
Kees Cook
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
2025-10-27
net: Add sk_clone().
Kuniyuki Iwashima
2025-10-21
net: avoid extra access to sk->sk_wmem_alloc in sock_wfree()
Eric Dumazet
2025-10-16
net: Introduce net.core.bypass_prot_mem sysctl.
Kuniyuki Iwashima
2025-10-16
net: Allow opt-out from global protocol memory accounting.
Kuniyuki Iwashima
2025-10-15
net: control skb->ooo_okay from skb_set_owner_w()
Eric Dumazet
2025-10-15
net: add SK_WMEM_ALLOC_BIAS constant
Eric Dumazet
2025-09-22
net: move sk->sk_err_soft and sk->sk_sndbuf
Eric Dumazet
2025-09-22
net: move sk_uid and sk_protocol to sock_read_tx
Eric Dumazet
2025-09-18
udp: add udp_drops_inc() helper
Eric Dumazet
2025-09-04
net: call cond_resched() less often in __release_sock()
Eric Dumazet
2025-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-09-03
net: lockless sock_i_ino()
Eric Dumazet
2025-08-29
net: use dst_dev_rcu() in sk_setup_caps()
Eric Dumazet
2025-08-28
net: add sk->sk_drop_counters
Eric Dumazet
2025-08-28
net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpers
Eric Dumazet
2025-08-20
net: set net.core.rmem_max and net.core.wmem_max to 4 MB
Eric Dumazet
2025-08-19
net: Define sk_memcg under CONFIG_MEMCG.
Kuniyuki Iwashima
2025-08-19
net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge().
Kuniyuki Iwashima
2025-08-19
net-memcg: Introduce mem_cgroup_sk_enabled().
Kuniyuki Iwashima
2025-08-19
net: Clean up __sk_mem_raise_allocated().
Kuniyuki Iwashima
2025-08-19
net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.
Kuniyuki Iwashima
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
[next]