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