aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/netdevice.h
AgeCommit message (Expand)AuthorFilesLines
2026-06-25net: add the driver-facing netdev_work scheduling APIJakub Kicinski1-0/+11
2026-06-25net: turn the rx_mode work into a generic netdev_work facilityJakub Kicinski1-4/+6
2026-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2026-06-16appletalk: stop storing per-interface state in struct net_deviceJakub Kicinski1-4/+0
2026-06-12net: watchdog: fix refcount tracking racesEric Dumazet1-0/+4
2026-06-09net: add retry mechanism to ndo_set_rx_mode_asyncStanislav Fomichev1-0/+5
2026-06-09net: change ndo_set_rx_mode_async return type to intStanislav Fomichev1-5/+6
2026-06-09net: ethtool: optionally skip rtnl_lock in ethnl_act_module_fw_flash()Jakub Kicinski1-1/+1
2026-06-09net: ethtool: optionally skip rtnl_lock on Netlink path for SET opsJakub Kicinski1-1/+1
2026-06-09net: ethtool: make dev->hwprov ops-protectedJakub Kicinski1-0/+3
2026-06-01net: Remove orphaned ax25_ptr referencesCosta Shulyupin1-1/+0
2026-05-28net: remove SIOCSHWTSTAMP and SIOCGHWTSTAMP from ndo_eth_ioctl commentXuan Zhuo1-2/+2
2026-05-18net: netkit: declare NETMEM_TX_NO_DMA modeBobby Eshleman1-1/+2
2026-05-18net: convert netmem_tx flag to enumBobby Eshleman1-1/+6
2026-05-11net: mention the convention for .ndo_setup_tc()David Yang1-0/+6
2026-05-01ne2k: fold drivers/net/Space.c into ne.cArnd Bergmann1-1/+0
2026-04-24Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-4/+1
2026-04-23net: remove ax25 and amateur radio (hamradio) subsystemJakub Kicinski1-4/+1
2026-04-21net: cache snapshot entries for ndo_set_rx_mode_asyncStanislav Fomichev1-2/+5
2026-04-21net: introduce ndo_set_rx_mode_async and netdev_rx_mode_workStanislav Fomichev1-0/+18
2026-04-21net: add address list snapshot and reconciliation infrastructureStanislav Fomichev1-0/+7
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-7/+22
2026-04-09netkit: Add netkit notifier to check for unregistering devicesDaniel Borkmann1-0/+2
2026-04-09net: Implement netdev_nl_queue_create_doitDaniel Borkmann1-1/+8
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner1-2/+2
2026-03-23ethtool: Track user-provided RSS indirection table sizeBjörn Töpel1-6/+1
2026-03-23net: add netdev_from_priv() helperQingfang Deng1-0/+11
2026-03-16bonding: prevent potential infinite loop in bond_header_parse()Eric Dumazet1-2/+4
2026-03-12ip_tunnel: adapt iptunnel_xmit_stats() to NETDEV_PCPU_STAT_DSTATSEric Dumazet1-2/+1
2026-03-10net: add xmit recursion limit to tunnel xmit functionsWeiming Shi1-0/+32
2026-03-05net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lockSebastian Andrzej Siewior1-5/+22
2026-01-25net: expand NETDEV_RSS_KEY_LEN to 256 bytesEric Dumazet1-2/+1
2026-01-23net: introduce mangleid_featuresPaolo Abeni1-0/+3
2026-01-20Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"Jakub Kicinski1-6/+0
2026-01-20netkit: Add netkit notifier to check for unregistering devicesDaniel Borkmann1-0/+6
2026-01-04netdev: preserve NETIF_F_ALL_FOR_ALL across TSO updatesDi Zhu1-1/+2
2025-12-03Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds1-0/+1
2025-11-28netfilter: flowtable: Add IPIP rx sw accelerationLorenzo Bianconi1-0/+13
2025-11-11net: export netdev_get_by_index_lock()David Wei1-0/+1
2025-11-03net: Extend NAPI threaded polling to allow kthread based busy pollingSamiullah Khawaja1-1/+3
2025-10-28net: rps: softnet_data reorg to make enqueue_to_backlog() fastEric Dumazet1-1/+10
2025-10-21net: add a common function to compute features for upper devicesHangbin Liu1-0/+1
2025-09-30net: add NUMA awareness to skb_attempt_defer_free()Eric Dumazet1-4/+0
2025-09-30net: use llist for sd->defer_listEric Dumazet1-4/+4
2025-09-30net: make softnet_data.defer_count an atomicEric Dumazet1-1/+1
2025-09-25net: gso: restore ids of outer ip headers correctlyRichard Gobert1-2/+7
2025-09-18psp: base PSP device supportJakub Kicinski1-0/+4
2025-09-14net: use NUMA drop counters for softnet_data.droppedEric Dumazet1-1/+27
2025-08-12net: update NAPI threaded config even for disabled NAPIsJakub Kicinski1-1/+4
2025-07-24net: define an enum for the napi threaded stateSamiullah Khawaja1-5/+5