summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
29 hoursMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-3/+3
3 daysbpf: Fix precedence bug in convert_bpf_ld_abs alignment checkDaniel Borkmann1-1/+1
3 daysbpf, sockmap: Annotate af_unix sock:: Sk_state data-racesMichal Luczaj1-2/+2
3 daysMerge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-15/+32
4 daysMerge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds24-441/+1255
4 daysMerge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-13/+10
4 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
5 daysnet, bpf: fix null-ptr-deref in xdp_master_redirect() for down masterJiayuan Chen1-0/+2
6 daystcp: update window_clamp when SO_RCVBUF is setJakub Kicinski1-0/+9
6 daysnet: add noinline __init __no_profile to skb_extensions_init() for GCOV compa...Konstantin Khorenko1-1/+1
6 daysnet: fix skb_ext_total_length() BUILD_BUG_ON with CONFIG_GCOV_PROFILE_ALLKonstantin Khorenko1-3/+1
6 daysMerge branch 'net-reduce-sk_filter-and-friends-bloat'Jakub Kicinski2-35/+24
6 daysnet: change sk_filter_trim_cap() to return a drop_reason by valueEric Dumazet2-19/+17
6 daysnet: change sk_filter_reason() to return the reason by valueEric Dumazet1-2/+2
6 daysnet: always set reason in sk_filter_trim_cap()Eric Dumazet1-3/+2
6 daysnet: change sock_queue_rcv_skb_reason() to return a drop_reasonEric Dumazet1-14/+6
6 daysbpf: Fix same-register dst/src OOB read and pointer leak in sock_opsJiayuan Chen1-2/+4
6 daysnet: tso: Introduce tso_dma_map and helpersJoe Damato1-0/+269
6 daysnet: skb: clean up dead code after skb_kfree_head() simplificationJiayuan Chen1-24/+9
6 daysnet: Rename ifq_idx to rxq_idx in netif_mp_* helpersDaniel Borkmann1-13/+13
6 daysnet: fix reference tracker mismanagement in netdev_put_lock()Jakub Kicinski2-12/+12
7 daysnet: Add net_cookie to Dead loop messagesChris J Arges1-2/+3
8 daysbpf: Remove gfp_flags plumbing from bpf_local_storage_update()Amery Hung1-12/+9
8 daysbpf: Use kmalloc_nolock() universally in local storageAmery Hung1-1/+1
9 daysMerge tag 'vfs-7.0-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-30/+28
9 daysnet: use get_random_u{16,32,64}() where appropriateDavid Carlier1-1/+1
9 daysnet: remove the netif_get_rx_queue_lease_locked() helpersJakub Kicinski4-60/+64
9 daysMerge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'Jakub Kicinski8-49/+552
9 daysnetkit: Add netkit notifier to check for unregistering devicesDaniel Borkmann1-0/+6
9 daysnet: Proxy netdev_queue_get_dma_dev for leased queuesDavid Wei2-11/+35
9 daysnet: Proxy netif_mp_{open,close}_rxq for leased queuesDavid Wei3-20/+95
9 daysnet: Slightly simplify net_mp_{open,close}_rxqDaniel Borkmann2-24/+5
9 daysnet: Add lease info to queue-get responseDaniel Borkmann2-4/+116
9 daysnet: Implement netdev_nl_queue_create_doitDaniel Borkmann5-5/+280
9 daysnet: Add queue-create operationDaniel Borkmann3-0/+27
9 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-23/+37
10 daysMerge tag 'net-7.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-18/+29
10 dayskernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner2-30/+28
10 daysnet: initialize sk_rx_queue_mapping in sk_clone()Jiayuan Chen1-0/+1
11 daysnet: pull headers in qdisc_pkt_len_segs_init()Eric Dumazet1-20/+31
11 daysnet: qdisc_pkt_len_segs_init() cleanupEric Dumazet1-31/+31
11 daysnet: avoid nul-deref trying to bind mp to incapable deviceJakub Kicinski1-1/+1
12 daysnet: skb: fix cross-cache free of KFENCE-allocated skb headJiayuan Chen1-4/+1
12 daysnet: advance skb_defer_disable_key check in napi_consume_skbJason Xing1-1/+3
13 daysmm: introduce a new page type for page pool in page typeByungchul Park2-15/+32
2026-04-04rtnetlink: add missing netlink_ns_capable() check for peer netnsNikolaos Gkarlis1-13/+27
2026-04-03Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-5/+8
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+8
2026-04-02bpf: sockmap: Fix use-after-free of sk->sk_socket in sk_psock_verdict_data_re...Kuniyuki Iwashima1-5/+8
2026-03-31net: use skb_header_pointer() for TCPv4 GSO frag_off checkGuoyu Su1-3/+8