summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
8 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
8 daysappletalk: stop storing per-interface state in struct net_deviceJakub Kicinski
12 daysnet: watchdog: fix refcount tracking racesEric Dumazet
2026-06-09net: add retry mechanism to ndo_set_rx_mode_asyncStanislav Fomichev
2026-06-09net: change ndo_set_rx_mode_async return type to intStanislav Fomichev
2026-06-09net: ethtool: optionally skip rtnl_lock in ethnl_act_module_fw_flash()Jakub Kicinski
2026-06-09net: ethtool: optionally skip rtnl_lock on Netlink path for SET opsJakub Kicinski
2026-06-09net: ethtool: make dev->hwprov ops-protectedJakub Kicinski
2026-06-01net: Remove orphaned ax25_ptr referencesCosta Shulyupin
2026-05-28net: remove SIOCSHWTSTAMP and SIOCGHWTSTAMP from ndo_eth_ioctl commentXuan Zhuo
2026-05-18net: netkit: declare NETMEM_TX_NO_DMA modeBobby Eshleman
2026-05-18net: convert netmem_tx flag to enumBobby Eshleman
2026-05-11net: mention the convention for .ndo_setup_tc()David Yang
2026-05-01ne2k: fold drivers/net/Space.c into ne.cArnd Bergmann
2026-04-24Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2026-04-23net: remove ax25 and amateur radio (hamradio) subsystemJakub Kicinski
2026-04-21net: cache snapshot entries for ndo_set_rx_mode_asyncStanislav Fomichev
2026-04-21net: introduce ndo_set_rx_mode_async and netdev_rx_mode_workStanislav Fomichev
2026-04-21net: add address list snapshot and reconciliation infrastructureStanislav Fomichev
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-04-09netkit: Add netkit notifier to check for unregistering devicesDaniel Borkmann
2026-04-09net: Implement netdev_nl_queue_create_doitDaniel Borkmann
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner
2026-03-23ethtool: Track user-provided RSS indirection table sizeBjörn Töpel
2026-03-23net: add netdev_from_priv() helperQingfang Deng
2026-03-16bonding: prevent potential infinite loop in bond_header_parse()Eric Dumazet
2026-03-12ip_tunnel: adapt iptunnel_xmit_stats() to NETDEV_PCPU_STAT_DSTATSEric Dumazet
2026-03-10net: add xmit recursion limit to tunnel xmit functionsWeiming Shi
2026-03-05net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lockSebastian Andrzej Siewior
2026-01-25net: expand NETDEV_RSS_KEY_LEN to 256 bytesEric Dumazet
2026-01-23net: introduce mangleid_featuresPaolo Abeni
2026-01-20Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"Jakub Kicinski
2026-01-20netkit: Add netkit notifier to check for unregistering devicesDaniel Borkmann
2026-01-04netdev: preserve NETIF_F_ALL_FOR_ALL across TSO updatesDi Zhu
2025-12-03Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-11-28netfilter: flowtable: Add IPIP rx sw accelerationLorenzo Bianconi
2025-11-11net: export netdev_get_by_index_lock()David Wei
2025-11-03net: Extend NAPI threaded polling to allow kthread based busy pollingSamiullah Khawaja
2025-10-28net: rps: softnet_data reorg to make enqueue_to_backlog() fastEric Dumazet
2025-10-21net: add a common function to compute features for upper devicesHangbin Liu
2025-09-30net: add NUMA awareness to skb_attempt_defer_free()Eric Dumazet
2025-09-30net: use llist for sd->defer_listEric Dumazet
2025-09-30net: make softnet_data.defer_count an atomicEric Dumazet
2025-09-25net: gso: restore ids of outer ip headers correctlyRichard Gobert
2025-09-18psp: base PSP device supportJakub Kicinski
2025-09-14net: use NUMA drop counters for softnet_data.droppedEric Dumazet
2025-08-12net: update NAPI threaded config even for disabled NAPIsJakub Kicinski
2025-07-24net: define an enum for the napi threaded stateSamiullah Khawaja
2025-07-24net: Use netif_threaded_enable instead of netif_set_threaded in driversSamiullah Khawaja
2025-07-18net: s/dev_close_many/netif_close_many/Stanislav Fomichev