summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net: linkwatch: add net device refcount trackerEric Dumazet2021-12-061-0/+2
* | net: dst: add net device refcount tracking to dst_entryEric Dumazet2021-12-061-0/+17
* | net: add net device refcount tracker to struct netdev_queueEric Dumazet2021-12-061-0/+2
* | net: add net device refcount tracker to struct netdev_rx_queueEric Dumazet2021-12-061-0/+2
* | net: add net device refcount tracker infrastructureEric Dumazet2021-12-061-0/+45
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-021-6/+13
|\|
| * net: annotate data-races on txq->xmit_lock_ownerEric Dumazet2021-12-011-6/+13
* | net: remove .ndo_change_proto_downJakub Kicinski2021-11-231-9/+3
* | net: annotate accesses to dev->gso_max_segsEric Dumazet2021-11-221-0/+7
* | net: annotate accesses to dev->gso_max_sizeEric Dumazet2021-11-221-1/+2
* | dev_addr: add a modification checkJakub Kicinski2021-11-201-0/+5
* | net: constify netdev->dev_addrJakub Kicinski2021-11-201-9/+5
* | net: do not inline netif_tx_lock()/netif_tx_unlock()Eric Dumazet2021-11-171-37/+2
* | net: annotate accesses to queue->trans_startEric Dumazet2021-11-171-3/+13
* | net: use an atomic_long_t for queue->trans_timeoutEric Dumazet2021-11-171-1/+1
* | net: use .data.once section in netdev_level_once()Eric Dumazet2021-11-161-1/+1
* | net: gro: populate net/core/gro.cEric Dumazet2021-11-161-0/+1
* | net: gro: move skb_gro_receive into net/core/gro.cEric Dumazet2021-11-161-1/+0
* | net: gro: move skb_gro_receive_list to udp_offload.cEric Dumazet2021-11-161-1/+0
* | net: move gro definitions to include/net/gro.hEric Dumazet2021-11-161-348/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-10-181-0/+4
|\
| * netfilter: Introduce egress hookLukas Wunner2021-10-141-0/+4
* | net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish2021-10-181-4/+0
* | net: delete redundant function declarationChen Wandun2021-10-131-2/+0
* | netdevice: demote the type of some dev_addr_set() helpersJakub Kicinski2021-10-131-2/+2