summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2022-05-16net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau
2022-04-26net: Use this_cpu_inc() to increment net->core_statsSebastian Andrzej Siewior
2022-03-28net: move net_unlink_todo() out of the headerJohannes Berg
2022-03-22netdevice: add missing dm_private kdocJakub Kicinski
2022-03-18net: set default rss queues num to physical cores / 2Íñigo Huguet
2022-03-14net: disable preemption in dev_core_stats_XXX_inc() helpersEric Dumazet
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-07net: Fix esp GSO on inter address family tunnels.Steffen Klassert
2022-03-07net: Remove netif_rx_any_context() and netif_rx_ni().Sebastian Andrzej Siewior
2022-03-03net: dev: Add hardware stats supportPetr Machata
2022-02-23drop_monitor: remove quadratic behaviorEric Dumazet
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior
2022-02-14net_sched: add __rcu annotation to netdev->qdiscEric Dumazet
2022-02-08net: add dev->dev_registered_trackerEric Dumazet
2022-02-05net: refine dev_put()/dev_hold() debuggingEric Dumazet
2022-01-20net: fix information leakage in /proc/net/ptypeCongyu Liu
2022-01-06gro: add ability to control gro max packet sizeCoco Li
2021-12-30net: remove references to CONFIG_IRDA in network header filesLukas Bulwahn
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-19flow_offload: allow user to offload tc action to net deviceBaowen Zheng
2021-12-17net: fix typo in a commentXiang wangx
2021-12-15net: add net device refcount tracker to struct packet_typeEric Dumazet
2021-12-14net: dev_replace_track() cleanupEric Dumazet
2021-12-10net: add networking namespace refcount trackerEric Dumazet
2021-12-07net: watchdog: add net device refcount trackerEric Dumazet
2021-12-06net: linkwatch: add net device refcount trackerEric Dumazet
2021-12-06net: dst: add net device refcount tracking to dst_entryEric Dumazet
2021-12-06net: add net device refcount tracker to struct netdev_queueEric Dumazet
2021-12-06net: add net device refcount tracker to struct netdev_rx_queueEric Dumazet
2021-12-06net: add net device refcount tracker infrastructureEric Dumazet
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-01net: annotate data-races on txq->xmit_lock_ownerEric Dumazet
2021-11-23net: remove .ndo_change_proto_downJakub Kicinski
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet
2021-11-20dev_addr: add a modification checkJakub Kicinski
2021-11-20net: constify netdev->dev_addrJakub Kicinski
2021-11-17net: do not inline netif_tx_lock()/netif_tx_unlock()Eric Dumazet
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet
2021-11-17net: use an atomic_long_t for queue->trans_timeoutEric Dumazet
2021-11-16net: use .data.once section in netdev_level_once()Eric Dumazet
2021-11-16net: gro: populate net/core/gro.cEric Dumazet
2021-11-16net: gro: move skb_gro_receive into net/core/gro.cEric Dumazet
2021-11-16net: gro: move skb_gro_receive_list to udp_offload.cEric Dumazet
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet
2021-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish
2021-10-14netfilter: Introduce egress hookLukas Wunner