summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)AuthorFilesLines
2026-06-10net: add retry mechanism to ndo_set_rx_mode_asyncStanislav Fomichev1-0/+5
2026-06-10net: 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-02net: Remove orphaned ax25_ptr referencesCosta Shulyupin1-1/+0
2026-05-29net: remove SIOCSHWTSTAMP and SIOCGHWTSTAMP from ndo_eth_ioctl commentXuan Zhuo1-2/+2
2026-05-19net: netkit: declare NETMEM_TX_NO_DMA modeBobby Eshleman1-1/+2
2026-05-19net: convert netmem_tx flag to enumBobby Eshleman1-1/+6
2026-05-12net: mention the convention for .ndo_setup_tc()David Yang1-0/+6
2026-05-02ne2k: 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/ne...Linus 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-15Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-7/+22
2026-04-10netkit: Add netkit notifier to check for unregistering devicesDaniel Borkmann1-0/+2
2026-04-10net: 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-24ethtool: Track user-provided RSS indirection table sizeBjörn Töpel1-6/+1
2026-03-24net: add netdev_from_priv() helperQingfang Deng1-0/+11
2026-03-17bonding: prevent potential infinite loop in bond_header_parse()Eric Dumazet1-2/+4
2026-03-13ip_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-26net: expand NETDEV_RSS_KEY_LEN to 256 bytesEric Dumazet1-2/+1
2026-01-23net: introduce mangleid_featuresPaolo Abeni1-0/+3
2026-01-21Revert "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-04Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus 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-04net: Extend NAPI threaded polling to allow kthread based busy pollingSamiullah Khawaja1-1/+3
2025-10-29net: rps: softnet_data reorg to make enqueue_to_backlog() fastEric Dumazet1-1/+10
2025-10-22net: 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-25net: define an enum for the napi threaded stateSamiullah Khawaja1-5/+5
2025-07-25net: Use netif_threaded_enable instead of netif_set_threaded in driversSamiullah Khawaja1-1/+1
2025-07-19net: s/dev_close_many/netif_close_many/Stanislav Fomichev1-1/+1
2025-07-19net: s/dev_set_threaded/netif_set_threaded/Stanislav Fomichev1-0/+1
2025-07-19net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev1-1/+1
2025-07-19net: s/__dev_set_mtu/__netif_set_mtu/Stanislav Fomichev1-1/+1