index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
dev.c
Age
Commit message (
Expand
)
Author
2025-02-05
net: flush_backlog() small changes
Eric Dumazet
2025-02-04
net: warn if NAPI instance wasn't shut down
Jakub Kicinski
2025-01-30
net: revert RTNL changes in unregister_netdevice_many_notify()
Eric Dumazet
2025-01-29
net: xdp: Disallow attaching device-bound programs in generic mode
Toke Høiland-Jørgensen
2025-01-27
net: page_pool: don't try to stash the napi id
Jakub Kicinski
2025-01-20
net: provide pending ring configuration in net_device
Jakub Kicinski
2025-01-20
net: move HDS config from ethtool state
Jakub Kicinski
2025-01-20
net: sched: refine software bypass handling in tc_run
Xin Long
2025-01-18
net: introduce netdev_napi_exit()
Eric Dumazet
2025-01-18
net: destroy dev->lock later in free_netdev()
Eric Dumazet
2025-01-16
dev: Hold rtnl_net_lock() for dev_ifsioc().
Kuniyuki Iwashima
2025-01-16
dev: Remove devnet_rename_sem.
Kuniyuki Iwashima
2025-01-16
dev: Acquire netdev_rename_lock before restoring dev->name in dev_change_name().
Kuniyuki Iwashima
2025-01-15
Merge branch 'net-reduce-rtnl-pressure-in-unregister_netdevice'
Jakub Kicinski
2025-01-15
net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 2)
Eric Dumazet
2025-01-15
net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 1)
Eric Dumazet
2025-01-15
net: no longer hold RTNL while calling flush_all_backlogs()
Eric Dumazet
2025-01-15
net: no longer assume RTNL is held in flush_all_backlogs()
Eric Dumazet
2025-01-15
net: expedite synchronize_net() for cleanup_net()
Eric Dumazet
2025-01-15
net: protect napi->irq with netdev_lock()
Jakub Kicinski
2025-01-15
net: protect threaded status of NAPI with netdev_lock()
Jakub Kicinski
2025-01-15
net: make netdev netlink ops hold netdev_lock()
Jakub Kicinski
2025-01-15
net: protect NAPI enablement with netdev_lock()
Jakub Kicinski
2025-01-15
net: protect netdev->napi_list with netdev_lock()
Jakub Kicinski
2025-01-15
net: add netdev->up protected by netdev_lock()
Jakub Kicinski
2025-01-15
net: add helpers for lookup and walking netdevs under netdev_lock()
Jakub Kicinski
2025-01-15
net: make netdev_lock() protect netdev->reg_state
Jakub Kicinski
2025-01-15
net: disallow setup single buffer XDP when tcp-data-split is enabled.
Taehee Yoo
2025-01-15
net: ethtool: add hds_config member in ethtool_netdev_state
Taehee Yoo
2025-01-13
net: cleanup init_dummy_netdev_core()
Jakub Kicinski
2025-01-13
net: remove init_dummy_netdev()
Jakub Kicinski
2025-01-10
net: hide the definition of dev_get_by_napi_id()
Jakub Kicinski
2025-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-01-09
net: make sure we retain NAPI ordering on netdev->napi_list
Jakub Kicinski
2025-01-09
net: no longer reset transport_header in __netif_receive_skb_core()
Eric Dumazet
2025-01-08
netdev: prevent accessing NAPI instances from another namespace
Jakub Kicinski
2025-01-07
net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_dev_net().
Kuniyuki Iwashima
2025-01-07
net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_net().
Kuniyuki Iwashima
2025-01-07
net: Hold __rtnl_net_lock() in (un)?register_netdevice_notifier().
Kuniyuki Iwashima
2025-01-07
net: watchdog: rename __dev_watchdog_up() and dev_watchdog_down()
Eric Dumazet
2025-01-07
dev: Hold per-netns RTNL in (un)?register_netdev().
Kuniyuki Iwashima
2025-01-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-01-02
net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packets
Willem de Bruijn
2024-12-05
xdp: register system page pool as an XDP memory model
Toke Høiland-Jørgensen
2024-12-05
bpf, xdp: constify some bpf_prog * function arguments
Alexander Lobakin
2024-12-03
net: Make napi_hash_lock irq safe
Joe Damato
2024-11-11
net: Add control functions for irq suspension
Martin Karsten
2024-11-11
net: Add napi_struct parameter irq_suspend_timeout
Martin Karsten
2024-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-10-30
net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extension
Benoît Monin
[next]