summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net: remove netif_tx_napi_add()Jakub Kicinski2022-09-021-2/+0
* | net: bql: add more documentationEric Dumazet2022-09-021-6/+26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-251-3/+17
|\|
| * net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima2022-08-241-0/+9
| * net: Fix data-races around sysctl_fb_tunnels_only_for_init_net.Kuniyuki Iwashima2022-08-241-3/+8
* | netdev: Use try_cmpxchg in napi_if_scheduled_mark_missedUros Bizjak2022-08-251-2/+2
* | Remove DECnet support from kernelStephen Hemminger2022-08-221-4/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-301-1/+1
|\
| * net: fix IFF_TX_SKB_NO_LINEAR definitionDan Carpenter2022-06-241-1/+1
* | net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet2022-06-091-8/+8
* | net: rename reference+tracking helpersJakub Kicinski2022-06-091-12/+12
|/
* net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski2022-05-221-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-1/+1
|\
| * net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau2022-05-161-1/+1
* | net: fix possible race in skb_attempt_defer_free()Eric Dumazet2022-05-161-0/+1
* | net: allow gro_max_size to exceed 65536Alexander Duyck2022-05-161-1/+5
* | net: limit GSO_MAX_SIZE to 524280 bytesEric Dumazet2022-05-161-2/+5
* | net: allow gso_max_size to exceed 65536Alexander Duyck2022-05-161-1/+3
* | net: add include/net/net_debug.hEric Dumazet2022-05-111-140/+1
* | ptp: Support late timestamp determinationGerhard Engleder2022-05-101-0/+21
* | rtnetlink: add extack support in fdb del handlersAlaa Mohamed2022-05-091-1/+1
* | net: move netif_set_gso_max helpersJakub Kicinski2022-05-061-21/+0
* | net: don't allow user space to lift the device limitsJakub Kicinski2022-05-061-0/+9
* | net: add netif_inherit_tso_max()Jakub Kicinski2022-05-061-0/+3
* | netdev: reshuffle netif_napi_add() APIs to allow dropping weightJakub Kicinski2022-05-031-17/+33
* | net: inline dev_queue_xmit()Pavel Begunkov2022-04-301-2/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-281-13/+10
|\|
| * net: Use this_cpu_inc() to increment net->core_statsSebastian Andrzej Siewior2022-04-261-12/+9
* | net: generalize skb freeing deferral to per-cpu listsEric Dumazet2022-04-261-0/+5
* | net: sched: use queue_mapping to pick tx queueTonghao Zhang2022-04-191-0/+3
* | net: add ndo_fdb_del_bulkNikolay Aleksandrov2022-04-131-0/+9
* | net-core: rx_otherhost_dropped to core_statsJeffrey Ji2022-04-071-0/+2
* | net: extract a few internals from netdevice.hJakub Kicinski2022-04-071-70/+2
* | net: ethernet: mtk_eth_soc: implement flow offloading to WED devicesFelix Fietkau2022-04-061-0/+7
* | net: ensure net_todo_list is processed quicklyJohannes Berg2022-04-051-1/+2
|/
* net: move net_unlink_todo() out of the headerJohannes Berg2022-03-281-10/+0
* netdevice: add missing dm_private kdocJakub Kicinski2022-03-221-0/+2
* net: set default rss queues num to physical cores / 2Íñigo Huguet2022-03-181-1/+0
* net: disable preemption in dev_core_stats_XXX_inc() helpersEric Dumazet2022-03-141-1/+5
* net: add per-cpu storage and net->core_statsEric Dumazet2022-03-111-9/+37
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-101-0/+2
|\
| * net: Fix esp GSO on inter address family tunnels.Steffen Klassert2022-03-071-0/+2
* | net: Remove netif_rx_any_context() and netif_rx_ni().Sebastian Andrzej Siewior2022-03-071-10/+0