summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
42 hoursMerge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds9-67/+801
4 daysnet: warn ops-locked drivers still using ndo_set_rx_modeStanislav Fomichev2-1/+7
4 daysnet: move promiscuity handling into netdev_rx_mode_workStanislav Fomichev2-34/+64
4 daysnet: cache snapshot entries for ndo_set_rx_mode_asyncStanislav Fomichev3-37/+92
4 daysnet: introduce ndo_set_rx_mode_async and netdev_rx_mode_workStanislav Fomichev6-43/+222
4 daysnet: add address list snapshot and reconciliation infrastructureStanislav Fomichev3-3/+470
5 daysflow_dissector: do not dissect PPPoE PFC framesQingfang Deng1-8/+5
7 daystcp: annotate data-races around tp->snd_ssthreshEric Dumazet1-1/+1
8 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-3/+3
9 daysbpf: Fix precedence bug in convert_bpf_ld_abs alignment checkDaniel Borkmann1-1/+1
10 daysbpf, sockmap: Annotate af_unix sock:: Sk_state data-racesMichal Luczaj1-2/+2
10 daysMerge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-15/+32
11 daysMerge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds24-441/+1255
11 daysMerge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-13/+10
11 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
11 daysnet, bpf: fix null-ptr-deref in xdp_master_redirect() for down masterJiayuan Chen1-0/+2
12 daystcp: update window_clamp when SO_RCVBUF is setJakub Kicinski1-0/+9
13 daysnet: add noinline __init __no_profile to skb_extensions_init() for GCOV compa...Konstantin Khorenko1-1/+1
13 daysnet: fix skb_ext_total_length() BUILD_BUG_ON with CONFIG_GCOV_PROFILE_ALLKonstantin Khorenko1-3/+1
13 daysMerge branch 'net-reduce-sk_filter-and-friends-bloat'Jakub Kicinski2-35/+24
13 daysnet: change sk_filter_trim_cap() to return a drop_reason by valueEric Dumazet2-19/+17
13 daysnet: change sk_filter_reason() to return the reason by valueEric Dumazet1-2/+2
13 daysnet: always set reason in sk_filter_trim_cap()Eric Dumazet1-3/+2
13 daysnet: change sock_queue_rcv_skb_reason() to return a drop_reasonEric Dumazet1-14/+6
13 daysbpf: Fix same-register dst/src OOB read and pointer leak in sock_opsJiayuan Chen1-2/+4
13 daysnet: tso: Introduce tso_dma_map and helpersJoe Damato1-0/+269
13 daysnet: skb: clean up dead code after skb_kfree_head() simplificationJiayuan Chen1-24/+9
13 daysnet: Rename ifq_idx to rxq_idx in netif_mp_* helpersDaniel Borkmann1-13/+13
13 daysnet: fix reference tracker mismanagement in netdev_put_lock()Jakub Kicinski2-12/+12
13 daysnet: Add net_cookie to Dead loop messagesChris J Arges1-2/+3
2026-04-11bpf: Remove gfp_flags plumbing from bpf_local_storage_update()Amery Hung1-12/+9
2026-04-11bpf: Use kmalloc_nolock() universally in local storageAmery Hung1-1/+1
2026-04-10Merge tag 'vfs-7.0-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-30/+28
2026-04-10net: use get_random_u{16,32,64}() where appropriateDavid Carlier1-1/+1
2026-04-10net: remove the netif_get_rx_queue_lease_locked() helpersJakub Kicinski4-60/+64
2026-04-10Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'Jakub Kicinski8-49/+552
2026-04-10netkit: Add netkit notifier to check for unregistering devicesDaniel Borkmann1-0/+6
2026-04-10net: Proxy netdev_queue_get_dma_dev for leased queuesDavid Wei2-11/+35
2026-04-10net: Proxy netif_mp_{open,close}_rxq for leased queuesDavid Wei3-20/+95
2026-04-10net: Slightly simplify net_mp_{open,close}_rxqDaniel Borkmann2-24/+5
2026-04-10net: Add lease info to queue-get responseDaniel Borkmann2-4/+116
2026-04-10net: Implement netdev_nl_queue_create_doitDaniel Borkmann5-5/+280
2026-04-10net: Add queue-create operationDaniel Borkmann3-0/+27
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-23/+37
2026-04-09Merge tag 'net-7.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-18/+29
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner2-30/+28
2026-04-09net: initialize sk_rx_queue_mapping in sk_clone()Jiayuan Chen1-0/+1
2026-04-08net: pull headers in qdisc_pkt_len_segs_init()Eric Dumazet1-20/+31
2026-04-08net: qdisc_pkt_len_segs_init() cleanupEric Dumazet1-31/+31
2026-04-08net: avoid nul-deref trying to bind mp to incapable deviceJakub Kicinski1-1/+1