index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Documentation
/
networking
/
netdevices.rst
Age
Commit message (
Expand
)
Author
3 days
net: document NETDEV_UNREGISTER unlocked rationale
Stanislav Fomichev
3 days
net: require instance lock for NETDEV_DOWN/GOING_DOWN notifiers
Stanislav Fomichev
2026-06-25
vlan: defer real device state propagation to netdev_work
Jakub Kicinski
2026-06-09
docs: net: ethtool: document ops-locked drivers and op_needs_rtnl
Jakub Kicinski
2026-06-04
net: document NETDEV_CHANGENAME as ops locked
Jakub Kicinski
2026-05-28
docs: net: netdevices: small fixes and clarifications
Jakub Kicinski
2026-04-21
net: move promiscuity handling into netdev_rx_mode_work
Stanislav Fomichev
2026-04-21
net: introduce ndo_set_rx_mode_async and netdev_rx_mode_work
Stanislav Fomichev
2026-04-09
net: Implement netdev_nl_queue_create_doit
Daniel Borkmann
2026-01-25
Documentation: net: Fix typos in netdevices.rst
Dimitri Daskalakis
2025-04-17
netdev: fix the locking for netdev notifications
Jakub Kicinski
2025-04-16
docs: networking: clarify intended audience of netdevices.rst
Jakub Kicinski
2025-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-04-09
netdev: depend on netdev->lock for qstats in ops locked drivers
Jakub Kicinski
2025-04-09
docs: netdev: break down the instance locking info per ops struct
Jakub Kicinski
2025-04-09
xdp: double protect netdev->xdp_flags with netdev->lock
Jakub Kicinski
2025-04-07
net: hold instance lock during NETDEV_CHANGE
Stanislav Fomichev
2025-04-03
docs: net: document netdev notifier expectations
Stanislav Fomichev
2025-03-12
net: revert to lockless TC_SETUP_BLOCK and TC_SETUP_FT
Stanislav Fomichev
2025-03-06
docs: net: document new locking reality
Stanislav Fomichev
2025-01-09
netdev: define NETDEV_INTERNAL
Jakub Kicinski
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
2024-02-14
net: remove stale mentions of dev_base_lock in comments
Eric Dumazet
2021-07-27
net: bonding: move ioctl handling to private ndo operation
Arnd Bergmann
2021-07-27
net: split out ndo_siowandev ioctl
Arnd Bergmann
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
net: split out SIOCDEVPRIVATE handling from dev_ioctl
Arnd Bergmann
2021-01-08
docs: net: explain struct net_device lifetime
Jakub Kicinski
2021-01-05
docs: net: fix documentation on .ndo_get_stats
Jakub Kicinski
2020-04-30
docs: networking: convert netdevices.txt to ReST
Mauro Carvalho Chehab