summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2025-05-18netdevice: add netdev_tx_reset_subqueue() shorthandAlexander Lobakin
2025-02-27net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao
2025-02-21net: add dev_net_rcu() helperEric Dumazet
2025-02-08ax25: rcu protect dev->ax25_ptrEric Dumazet
2024-11-01net: fix races in netdev_tx_sent_queue()/dev_watchdog()Eric Dumazet
2024-10-10net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_sizeDaniel Borkmann
2024-10-10net: Add netif_get_gro_max_size helper for GRODaniel Borkmann
2023-12-03net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann
2023-12-03net, vrf: Move dstats structure to coreDaniel Borkmann
2023-11-20net: add DEV_STATS_READ() helperEric Dumazet
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-03net: invert the netdevice.h vs xdp.h dependencyJakub Kicinski
2023-08-03net: move struct netdev_rx_queue out of netdevice.hJakub Kicinski
2023-08-03bonding: support balance-alb with openvswitchMateusz Kowalski
2023-08-02net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted dri...Vladimir Oltean
2023-08-02net: add hwtstamping helpers for stackable net devicesMaxim Georgiev
2023-08-02net: add NDOs for configuring hardware timestampingMaxim Georgiev
2023-07-28net: convert some netlink netdev iterators to depend on the xarrayJakub Kicinski
2023-07-27net: Remove unused declaration dev_restart()YueHaibing
2023-07-24net: add missing net_device::xdp_zc_max_segs descriptionMaciej Fijalkowski
2023-07-19bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann
2023-07-19xsk: add new netlink attribute dedicated for ZC max fragsMaciej Fijalkowski
2023-06-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-06-21bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindingsGilad Sever
2023-06-15net: create device lookup API with reference trackingJakub Kicinski
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet
2023-06-07rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet
2023-04-23net: optimize napi_threaded_poll() vs RPS/RFSEric Dumazet
2023-04-20net: move dropreason.h to dropreason-core.hJohannes Berg
2023-04-14page_pool: allow caching from safely localized NAPIJakub Kicinski
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-13xdp: rss hash types representationJesper Dangaard Brouer
2023-04-10net: piggy back on the memory barrier in bql when waking queuesJakub Kicinski
2023-04-10net: provide macros for commonly copied lockless queue stop/wake codeJakub Kicinski
2023-04-09net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stubVladimir Oltean
2023-04-03net: create a netdev notifier for DSA to reject PTP on DSA masterVladimir Oltean
2023-04-02net: minor reshuffle of napi_structJakub Kicinski
2023-03-30net: add softnet_data.in_net_rx_actionEric Dumazet
2023-03-23docs: networking: document NAPIJakub Kicinski
2023-03-22netdev: Enforce index cap in netdev_get_tx_queueNick Child
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-17net: Add MDB net device operationsIdo Schimmel
2023-03-15net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet
2023-03-07net: remove enum skb_free_reasonEric Dumazet
2023-02-20net: make default_rps_mask a per netns attributePaolo Abeni
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2023-02-16devlink: Fix netdev notifier chain corruptionIdo Schimmel
2023-02-10Daniel Borkmann says:Jakub Kicinski
2023-02-09net: introduce default_rps_mask netns attributePaolo Abeni