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