summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-17net: add READ_ONCE()/WRITE_ONCE() annotations for dev->prio_tc_mapEric Dumazet1-2/+2
2026-08-17net: add READ_ONCE()/WRITE_ONCE() annotations for dev->num_tcEric Dumazet1-4/+4
2026-08-17net: prevent torn reads in netdev_tc_txqEric Dumazet1-2/+7
2026-08-10netfilter: flowtable: rename tun.l3_proto to tun.inner_protoPablo Neira Ayuso1-1/+1
2026-08-10net: netfilter: add ether_type to net_device_path_ctx and use itPablo Neira Ayuso1-0/+1
2026-08-10net: pass net_device_path_ctx to dev_fill_forward_path()Lorenzo Bianconi1-1/+1
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+4
2026-08-06packet: use consistent hard_header_len in non-ring send pathsQihang Tang1-2/+4
2026-08-06net: remove CAP_SYS_RAWIO zero-padding in dev_validate_headerQihang Tang1-5/+0
2026-07-31net: pass dst via net_device_path in dev_fill_forward_path()Pablo Neira Ayuso1-0/+2
2026-07-11net: Call unregister_netdevice_many() per netns.Kuniyuki Iwashima1-0/+6
2026-07-11net: Add per-netns netdev unregistration infra.Kuniyuki Iwashima1-0/+18
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-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2026-06-17appletalk: stop storing per-interface state in struct net_deviceJakub Kicinski1-4/+0
2026-06-13net: watchdog: fix refcount tracking racesEric Dumazet1-0/+4
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