summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
* net: fix IFF_TX_SKB_NO_LINEAR definitionDan Carpenter2022-06-241-1/+1
* 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
* | net: dev: Add hardware stats supportPetr Machata2022-03-031-0/+42
* | drop_monitor: remove quadratic behaviorEric Dumazet2022-02-231-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-1/+1
|\|
| * net_sched: add __rcu annotation to netdev->qdiscEric Dumazet2022-02-141-1/+1
* | net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior2022-02-141-2/+12
* | net: add dev->dev_registered_trackerEric Dumazet2022-02-081-0/+3
* | net: refine dev_put()/dev_hold() debuggingEric Dumazet2022-02-051-23/+46
|/
* net: fix information leakage in /proc/net/ptypeCongyu Liu2022-01-201-0/+1
* gro: add ability to control gro max packet sizeCoco Li2022-01-061-0/+11
* net: remove references to CONFIG_IRDA in network header filesLukas Bulwahn2021-12-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-1/+1
|\
| * net: fix typo in a commentXiang wangx2021-12-171-1/+1
* | flow_offload: allow user to offload tc action to net deviceBaowen Zheng2021-12-191-0/+1
* | net: add net device refcount tracker to struct packet_typeEric Dumazet2021-12-151-0/+1
* | net: dev_replace_track() cleanupEric Dumazet2021-12-141-6/+4
* | net: add networking namespace refcount trackerEric Dumazet2021-12-101-8/+1
* | net: watchdog: add net device refcount trackerEric Dumazet2021-12-071-0/+2