summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
* net: optimize napi_threaded_poll() vs RPS/RFSEric Dumazet2023-04-231-0/+3
* net: move dropreason.h to dropreason-core.hJohannes Berg2023-04-201-1/+1
* page_pool: allow caching from safely localized NAPIJakub Kicinski2023-04-141-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-131-1/+2
|\
| * xdp: rss hash types representationJesper Dangaard Brouer2023-04-131-1/+2
* | net: piggy back on the memory barrier in bql when waking queuesJakub Kicinski2023-04-101-1/+1
* | net: provide macros for commonly copied lockless queue stop/wake codeJakub Kicinski2023-04-101-0/+1
* | net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stubVladimir Oltean2023-04-091-6/+0
* | net: create a netdev notifier for DSA to reject PTP on DSA masterVladimir Oltean2023-04-031-1/+8
* | net: minor reshuffle of napi_structJakub Kicinski2023-04-021-2/+3
* | net: add softnet_data.in_net_rx_actionEric Dumazet2023-03-301-0/+1
* | docs: networking: document NAPIJakub Kicinski2023-03-231-5/+8
* | netdev: Enforce index cap in netdev_get_tx_queueNick Child2023-03-221-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-171-2/+4
|\ \ | |/
| * net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet2023-03-151-2/+4
* | net: Add MDB net device operationsIdo Schimmel2023-03-171-0/+21
* | net: remove enum skb_free_reasonEric Dumazet2023-03-071-11/+7
|/
* net: make default_rps_mask a per netns attributePaolo Abeni2023-02-201-1/+0
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-171-2/+0
|\
| * devlink: Fix netdev notifier chain corruptionIdo Schimmel2023-02-161-2/+0
* | Daniel Borkmann says:Jakub Kicinski2023-02-101-0/+4
|\ \
| * | net, xdp: Add missing xdp_features descriptionLorenzo Bianconi2023-02-071-0/+1
| * | netdev-genl: create a simple family for netdev stuffJakub Kicinski2023-02-021-0/+3
* | | net: introduce default_rps_mask netns attributePaolo Abeni2023-02-091-0/+1
* | | net: add gso_ipv4_max_size and gro_ipv4_max_size per deviceXin Long2023-02-011-0/+6
|/ /
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-281-0/+8
|\ \
| * | bpf: XDP metadata RX kfuncsStanislav Fomichev2023-01-231-0/+8
| |/
* | xfrm: extend add state callback to set failure reasonLeon Romanovsky2023-01-261-1/+1
* | xfrm: extend add policy callback to set failure reasonLeon Romanovsky2023-01-261-1/+1
|/
* net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconfXin Long2022-12-121-1/+2
* Merge tag 'ipsec-next-2022-12-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2022-12-091-0/+4
|\
| * xfrm: add support to HW update soft and hard limitsLeon Romanovsky2022-12-051-0/+1
| * xfrm: add an interface to offload policyLeon Romanovsky2022-12-051-0/+3
* | net: add netdev_sw_irq_coalesce_default_on()Heiner Kallweit2022-12-031-0/+1
|/
* Daniel Borkmann says:Jakub Kicinski2022-11-281-1/+1
|\
| * dev: Move received_rps counter next to RPS members in softnet dataToke Høiland-Jørgensen2022-11-151-1/+1
* | net: add atomic_long_t to net_device_stats fieldsEric Dumazet2022-11-161-23/+35
|/
* net: introduce a helper to move notifier block to different namespaceJiri Pirko2022-11-091-0/+2
* net/core: Allow live renaming when an interface is upAndy Ren2022-11-091-3/+1
* net: remove unused ndo_get_devlink_portJiri Pirko2022-11-031-5/+0
* net: devlink: track netdev with devlink_port assignedJiri Pirko2022-11-031-0/+19
* rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu2022-10-311-2/+0
* net: remove unused netdev_unregistering()Juhee Kang2022-10-301-5/+0
* Revert "net: fix cpu_max_bits_warn() usage in netif_attrmask_next{,_and}"Jakub Kicinski2022-10-151-4/+6
* Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds2022-10-101-6/+4
|\
| * net: fix cpu_max_bits_warn() usage in netif_attrmask_next{,_and}Yury Norov2022-10-011-6/+4
* | net/sched: query offload capabilities through ndo_setup_tc()Vladimir Oltean2022-09-291-0/+1
* | net: skb: introduce and use a single page frag cachePaolo Abeni2022-09-291-0/+1
* | net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-3/+2
* | net: introduce iterators over synced hw addressesVladimir Oltean2022-09-201-0/+6