aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-24net: fix IFF_TX_SKB_NO_LINEAR definitionDan Carpenter1-1/+1
2022-05-22net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski1-2/+6
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-05-16net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau1-1/+1
2022-05-16net: fix possible race in skb_attempt_defer_free()Eric Dumazet1-0/+1
2022-05-16net: allow gro_max_size to exceed 65536Alexander Duyck1-1/+5
2022-05-16net: limit GSO_MAX_SIZE to 524280 bytesEric Dumazet1-2/+5
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck1-1/+3
2022-05-11net: add include/net/net_debug.hEric Dumazet1-140/+1
2022-05-10ptp: Support late timestamp determinationGerhard Engleder1-0/+21
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed1-1/+1
2022-05-06net: move netif_set_gso_max helpersJakub Kicinski1-21/+0
2022-05-06net: don't allow user space to lift the device limitsJakub Kicinski1-0/+9
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski1-0/+3
2022-05-03netdev: reshuffle netif_napi_add() APIs to allow dropping weightJakub Kicinski1-17/+33
2022-04-30net: inline dev_queue_xmit()Pavel Begunkov1-2/+12
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+10
2022-04-26net: Use this_cpu_inc() to increment net->core_statsSebastian Andrzej Siewior1-12/+9
2022-04-26net: generalize skb freeing deferral to per-cpu listsEric Dumazet1-0/+5
2022-04-19net: sched: use queue_mapping to pick tx queueTonghao Zhang1-0/+3
2022-04-13net: add ndo_fdb_del_bulkNikolay Aleksandrov1-0/+9
2022-04-07net-core: rx_otherhost_dropped to core_statsJeffrey Ji1-0/+2
2022-04-07net: extract a few internals from netdevice.hJakub Kicinski1-70/+2
2022-04-06net: ethernet: mtk_eth_soc: implement flow offloading to WED devicesFelix Fietkau1-0/+7
2022-04-05net: ensure net_todo_list is processed quicklyJohannes Berg1-1/+2
2022-03-28net: move net_unlink_todo() out of the headerJohannes Berg1-10/+0
2022-03-22netdevice: add missing dm_private kdocJakub Kicinski1-0/+2
2022-03-18net: set default rss queues num to physical cores / 2Íñigo Huguet1-1/+0
2022-03-14net: disable preemption in dev_core_stats_XXX_inc() helpersEric Dumazet1-1/+5
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet1-9/+37
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-03-07net: Fix esp GSO on inter address family tunnels.Steffen Klassert1-0/+2
2022-03-07net: Remove netif_rx_any_context() and netif_rx_ni().Sebastian Andrzej Siewior1-10/+0
2022-03-03net: dev: Add hardware stats supportPetr Machata1-0/+42
2022-02-23drop_monitor: remove quadratic behaviorEric Dumazet1-1/+3
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior1-2/+12
2022-02-14net_sched: add __rcu annotation to netdev->qdiscEric Dumazet1-1/+1
2022-02-08net: add dev->dev_registered_trackerEric Dumazet1-0/+3
2022-02-05net: refine dev_put()/dev_hold() debuggingEric Dumazet1-23/+46
2022-01-20net: fix information leakage in /proc/net/ptypeCongyu Liu1-0/+1
2022-01-06gro: add ability to control gro max packet sizeCoco Li1-0/+11
2021-12-30net: remove references to CONFIG_IRDA in network header filesLukas Bulwahn1-1/+1
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-12-19flow_offload: allow user to offload tc action to net deviceBaowen Zheng1-0/+1
2021-12-17net: fix typo in a commentXiang wangx1-1/+1
2021-12-15net: add net device refcount tracker to struct packet_typeEric Dumazet1-0/+1
2021-12-14net: dev_replace_track() cleanupEric Dumazet1-6/+4
2021-12-10net: add networking namespace refcount trackerEric Dumazet1-8/+1
2021-12-07net: watchdog: add net device refcount trackerEric Dumazet1-0/+2