summaryrefslogtreecommitdiff
path: root/Documentation/networking/netdevices.rst
AgeCommit message (Expand)Author
13 daysvlan: defer real device state propagation to netdev_workJakub Kicinski
2026-06-09docs: net: ethtool: document ops-locked drivers and op_needs_rtnlJakub Kicinski
2026-06-04net: document NETDEV_CHANGENAME as ops lockedJakub Kicinski
2026-05-28docs: net: netdevices: small fixes and clarificationsJakub Kicinski
2026-04-21net: move promiscuity handling into netdev_rx_mode_workStanislav Fomichev
2026-04-21net: introduce ndo_set_rx_mode_async and netdev_rx_mode_workStanislav Fomichev
2026-04-09net: Implement netdev_nl_queue_create_doitDaniel Borkmann
2026-01-25Documentation: net: Fix typos in netdevices.rstDimitri Daskalakis
2025-04-17netdev: fix the locking for netdev notificationsJakub Kicinski
2025-04-16docs: networking: clarify intended audience of netdevices.rstJakub Kicinski
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-09netdev: depend on netdev->lock for qstats in ops locked driversJakub Kicinski
2025-04-09docs: netdev: break down the instance locking info per ops structJakub Kicinski
2025-04-09xdp: double protect netdev->xdp_flags with netdev->lockJakub Kicinski
2025-04-07net: hold instance lock during NETDEV_CHANGEStanislav Fomichev
2025-04-03docs: net: document netdev notifier expectationsStanislav Fomichev
2025-03-12net: revert to lockless TC_SETUP_BLOCK and TC_SETUP_FTStanislav Fomichev
2025-03-06docs: net: document new locking realityStanislav Fomichev
2025-01-09netdev: define NETDEV_INTERNALJakub Kicinski
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-02-14net: remove stale mentions of dev_base_lock in commentsEric Dumazet
2021-07-27net: bonding: move ioctl handling to private ndo operationArnd Bergmann
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-27net: split out SIOCDEVPRIVATE handling from dev_ioctlArnd Bergmann
2021-01-08docs: net: explain struct net_device lifetimeJakub Kicinski
2021-01-05docs: net: fix documentation on .ndo_get_statsJakub Kicinski
2020-04-30docs: networking: convert netdevices.txt to ReSTMauro Carvalho Chehab