summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-37/+21
2025-01-30net: revert RTNL changes in unregister_netdevice_many_notify()Eric Dumazet1-30/+3
2025-01-30net: xdp: Disallow attaching device-bound programs in generic modeToke Høiland-Jørgensen1-0/+4
2025-01-28net: page_pool: don't try to stash the napi idJakub Kicinski4-7/+14
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+3
2025-01-26mm: alloc_pages_bulk: rename APILuiz Capitulino1-4/+3
2025-01-23Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2-5/+8
2025-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+4
2025-01-20net: provide pending ring configuration in net_deviceJakub Kicinski1-0/+2
2025-01-20net: move HDS config from ethtool stateJakub Kicinski2-4/+10
2025-01-20net: sched: refine software bypass handling in tc_runXin Long1-6/+9
2025-01-19net: introduce netdev_napi_exit()Eric Dumazet1-6/+17
2025-01-19net: destroy dev->lock later in free_netdev()Eric Dumazet1-2/+2
2025-01-18net: let net.core.dev_weight always be non-zeroLiu Jian1-1/+4
2025-01-17bpf: tcp: Mark bpf_load_hdr_opt() arg2 as read-writeDaniel Xu1-1/+1
2025-01-17dev: Hold rtnl_net_lock() for dev_ifsioc().Kuniyuki Iwashima3-26/+22
2025-01-17dev: Remove devnet_rename_sem.Kuniyuki Iwashima1-14/+2
2025-01-17dev: Acquire netdev_rename_lock before restoring dev->name in dev_change_name().Kuniyuki Iwashima1-0/+2
2025-01-17selftests: drv-net-hw: inject pp_alloc_fail errors in the right placeJohn Daley1-1/+1
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-23/+38
2025-01-16netdev: avoid CFI problems with sock priv helpersJakub Kicinski1-2/+12
2025-01-16Merge branch 'net-reduce-rtnl-pressure-in-unregister_netdevice'Jakub Kicinski2-22/+80
2025-01-16net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 2)Eric Dumazet1-2/+1
2025-01-16net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 1)Eric Dumazet1-0/+3
2025-01-16net: no longer hold RTNL while calling flush_all_backlogs()Eric Dumazet1-3/+28
2025-01-16net: no longer assume RTNL is held in flush_all_backlogs()Eric Dumazet1-18/+35
2025-01-16net: expedite synchronize_net() for cleanup_net()Eric Dumazet2-1/+15
2025-01-16netdev-genl: remove rtnl_lock protection from NAPI opsJakub Kicinski1-10/+0
2025-01-16net: protect NAPI config fields with netdev_lock()Jakub Kicinski1-2/+3
2025-01-16net: protect napi->irq with netdev_lock()Jakub Kicinski1-1/+1
2025-01-16net: protect threaded status of NAPI with netdev_lock()Jakub Kicinski2-2/+34
2025-01-16net: make netdev netlink ops hold netdev_lock()Jakub Kicinski3-23/+27
2025-01-16net: protect NAPI enablement with netdev_lock()Jakub Kicinski1-7/+34
2025-01-16net: protect netdev->napi_list with netdev_lock()Jakub Kicinski1-5/+10
2025-01-16net: add netdev->up protected by netdev_lock()Jakub Kicinski2-2/+14
2025-01-16net: add helpers for lookup and walking netdevs under netdev_lock()Jakub Kicinski2-0/+126
2025-01-16net: make netdev_lock() protect netdev->reg_stateJakub Kicinski1-0/+6
2025-01-16net: disallow setup single buffer XDP when tcp-data-split is enabled.Taehee Yoo1-0/+15
2025-01-16net: devmem: add ring parameter filteringTaehee Yoo1-0/+11
2025-01-16net: ethtool: add hds_config member in ethtool_netdev_stateTaehee Yoo1-0/+12
2025-01-15net: netpoll: ensure skb_pool list is always initializedJohn Sperbeck1-5/+5
2025-01-14net: ti: icssg-prueth: Add Multicast Filtering support for VLAN in MAC modeMD Danish Anwar1-3/+4
2025-01-14net: cleanup init_dummy_netdev_core()Jakub Kicinski1-10/+4
2025-01-14net: remove init_dummy_netdev()Jakub Kicinski1-22/+0
2025-01-13pktgen: Avoid out-of-bounds access in get_imix_entriesArtem Chernyshev1-3/+3
2025-01-11net: hide the definition of dev_get_by_napi_id()Jakub Kicinski2-2/+1
2025-01-11net: warn during dump if NAPI list is not sortedJakub Kicinski1-0/+7
2025-01-11xsk: Bring back busy polling supportStanislav Fomichev1-1/+0
2025-01-11bpf: Fix bpf_sk_select_reuseport() memory leakMichal Luczaj1-12/+18
2025-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-23/+44