index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Documentation
/
networking
/
netdevices.rst
Age
Commit message (
Expand
)
Author
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