aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-26net: Handle napi_schedule() calls from non-interruptFrederic Weisbecker1-1/+1
2025-02-26net: Use rtnl_net_dev_lock() in register_netdevice_notifier_dev_net().Kuniyuki Iwashima1-9/+3
2025-02-20Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni1-0/+17
2025-02-19net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao1-3/+34
2025-02-18dev: Use rtnl_net_dev_lock() in unregister_netdev().Kuniyuki Iwashima1-4/+2
2025-02-18net: Fix dev_net(dev) race in unregister_netdevice_notifier_dev_net().Kuniyuki Iwashima1-4/+44
2025-02-03net: harmonize tstats and dstatsPaolo Abeni1-0/+14
2025-01-30net: revert RTNL changes in unregister_netdevice_many_notify()Eric Dumazet1-30/+3
2025-01-29net: xdp: Disallow attaching device-bound programs in generic modeToke Høiland-Jørgensen1-0/+4
2025-01-27net: page_pool: don't try to stash the napi idJakub Kicinski1-1/+1
2025-01-20net: provide pending ring configuration in net_deviceJakub Kicinski1-0/+2
2025-01-20net: move HDS config from ethtool stateJakub Kicinski1-2/+8
2025-01-20net: sched: refine software bypass handling in tc_runXin Long1-6/+9
2025-01-18net: introduce netdev_napi_exit()Eric Dumazet1-6/+17
2025-01-18net: destroy dev->lock later in free_netdev()Eric Dumazet1-2/+2
2025-01-16dev: Hold rtnl_net_lock() for dev_ifsioc().Kuniyuki Iwashima1-5/+2
2025-01-16dev: Remove devnet_rename_sem.Kuniyuki Iwashima1-14/+2
2025-01-16dev: Acquire netdev_rename_lock before restoring dev->name in dev_change_name().Kuniyuki Iwashima1-0/+2
2025-01-15Merge branch 'net-reduce-rtnl-pressure-in-unregister_netdevice'Jakub Kicinski1-22/+75
2025-01-15net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 2)Eric Dumazet1-2/+1
2025-01-15net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 1)Eric Dumazet1-0/+3
2025-01-15net: no longer hold RTNL while calling flush_all_backlogs()Eric Dumazet1-3/+28
2025-01-15net: no longer assume RTNL is held in flush_all_backlogs()Eric Dumazet1-18/+35
2025-01-15net: expedite synchronize_net() for cleanup_net()Eric Dumazet1-1/+10
2025-01-15net: protect napi->irq with netdev_lock()Jakub Kicinski1-1/+1
2025-01-15net: protect threaded status of NAPI with netdev_lock()Jakub Kicinski1-0/+2
2025-01-15net: make netdev netlink ops hold netdev_lock()Jakub Kicinski1-1/+2
2025-01-15net: protect NAPI enablement with netdev_lock()Jakub Kicinski1-7/+34
2025-01-15net: protect netdev->napi_list with netdev_lock()Jakub Kicinski1-5/+10
2025-01-15net: add netdev->up protected by netdev_lock()Jakub Kicinski1-2/+2
2025-01-15net: add helpers for lookup and walking netdevs under netdev_lock()Jakub Kicinski1-0/+110
2025-01-15net: make netdev_lock() protect netdev->reg_stateJakub Kicinski1-0/+6
2025-01-15net: disallow setup single buffer XDP when tcp-data-split is enabled.Taehee Yoo1-0/+15
2025-01-15net: ethtool: add hds_config member in ethtool_netdev_stateTaehee Yoo1-0/+12
2025-01-13net: cleanup init_dummy_netdev_core()Jakub Kicinski1-10/+4
2025-01-13net: remove init_dummy_netdev()Jakub Kicinski1-22/+0
2025-01-10net: hide the definition of dev_get_by_napi_id()Jakub Kicinski1-2/+0
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+30
2025-01-09net: make sure we retain NAPI ordering on netdev->napi_listJakub Kicinski1-6/+36
2025-01-09net: no longer reset transport_header in __netif_receive_skb_core()Eric Dumazet1-0/+6
2025-01-08netdev: prevent accessing NAPI instances from another namespaceJakub Kicinski1-13/+30
2025-01-07net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_dev_net().Kuniyuki Iwashima1-6/+10
2025-01-07net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_net().Kuniyuki Iwashima1-4/+6
2025-01-07net: Hold __rtnl_net_lock() in (un)?register_netdevice_notifier().Kuniyuki Iwashima1-2/+13
2025-01-07net: watchdog: rename __dev_watchdog_up() and dev_watchdog_down()Eric Dumazet1-1/+1
2025-01-07dev: Hold per-netns RTNL in (un)?register_netdev().Kuniyuki Iwashima1-4/+10
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2025-01-02net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packetsWillem de Bruijn1-1/+3
2024-12-05xdp: register system page pool as an XDP memory modelToke Høiland-Jørgensen1-1/+9
2024-12-05bpf, xdp: constify some bpf_prog * function argumentsAlexander Lobakin1-5/+5