Age | Commit message (Expand) | Author | Files | Lines |
2022-05-22 | net: wrap the wireless pointers in struct net_device in an ifdef | Jakub Kicinski | 1 | -2/+6 |
2022-05-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2022-05-16 | net: fix dev_fill_forward_path with pppoe + bridge | Felix Fietkau | 1 | -1/+1 |
2022-05-16 | net: fix possible race in skb_attempt_defer_free() | Eric Dumazet | 1 | -0/+1 |
2022-05-16 | net: allow gro_max_size to exceed 65536 | Alexander Duyck | 1 | -1/+5 |
2022-05-16 | net: limit GSO_MAX_SIZE to 524280 bytes | Eric Dumazet | 1 | -2/+5 |
2022-05-16 | net: allow gso_max_size to exceed 65536 | Alexander Duyck | 1 | -1/+3 |
2022-05-11 | net: add include/net/net_debug.h | Eric Dumazet | 1 | -140/+1 |
2022-05-10 | ptp: Support late timestamp determination | Gerhard Engleder | 1 | -0/+21 |
2022-05-09 | rtnetlink: add extack support in fdb del handlers | Alaa Mohamed | 1 | -1/+1 |
2022-05-06 | net: move netif_set_gso_max helpers | Jakub Kicinski | 1 | -21/+0 |
2022-05-06 | net: don't allow user space to lift the device limits | Jakub Kicinski | 1 | -0/+9 |
2022-05-06 | net: add netif_inherit_tso_max() | Jakub Kicinski | 1 | -0/+3 |
2022-05-04 | netdev: reshuffle netif_napi_add() APIs to allow dropping weight | Jakub Kicinski | 1 | -17/+33 |
2022-04-30 | net: inline dev_queue_xmit() | Pavel Begunkov | 1 | -2/+12 |
2022-04-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -13/+10 |
2022-04-27 | net: Use this_cpu_inc() to increment net->core_stats | Sebastian Andrzej Siewior | 1 | -12/+9 |
2022-04-27 | net: generalize skb freeing deferral to per-cpu lists | Eric Dumazet | 1 | -0/+5 |
2022-04-19 | net: sched: use queue_mapping to pick tx queue | Tonghao Zhang | 1 | -0/+3 |
2022-04-13 | net: add ndo_fdb_del_bulk | Nikolay Aleksandrov | 1 | -0/+9 |
2022-04-08 | net-core: rx_otherhost_dropped to core_stats | Jeffrey Ji | 1 | -0/+2 |
2022-04-08 | net: extract a few internals from netdevice.h | Jakub Kicinski | 1 | -70/+2 |
2022-04-06 | net: ethernet: mtk_eth_soc: implement flow offloading to WED devices | Felix Fietkau | 1 | -0/+7 |
2022-04-06 | net: ensure net_todo_list is processed quickly | Johannes Berg | 1 | -1/+2 |
2022-03-29 | net: move net_unlink_todo() out of the header | Johannes Berg | 1 | -10/+0 |
2022-03-22 | netdevice: add missing dm_private kdoc | Jakub Kicinski | 1 | -0/+2 |
2022-03-18 | net: set default rss queues num to physical cores / 2 | Íñigo Huguet | 1 | -1/+0 |
2022-03-14 | net: disable preemption in dev_core_stats_XXX_inc() helpers | Eric Dumazet | 1 | -1/+5 |
2022-03-12 | net: add per-cpu storage and net->core_stats | Eric Dumazet | 1 | -9/+37 |
2022-03-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
2022-03-07 | net: Fix esp GSO on inter address family tunnels. | Steffen Klassert | 1 | -0/+2 |
2022-03-07 | net: Remove netif_rx_any_context() and netif_rx_ni(). | Sebastian Andrzej Siewior | 1 | -10/+0 |
2022-03-03 | net: dev: Add hardware stats support | Petr Machata | 1 | -0/+42 |
2022-02-23 | drop_monitor: remove quadratic behavior | Eric Dumazet | 1 | -1/+3 |
2022-02-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2022-02-14 | net: dev: Makes sure netif_rx() can be invoked in any context. | Sebastian Andrzej Siewior | 1 | -2/+12 |
2022-02-14 | net_sched: add __rcu annotation to netdev->qdisc | Eric Dumazet | 1 | -1/+1 |
2022-02-09 | net: add dev->dev_registered_tracker | Eric Dumazet | 1 | -0/+3 |
2022-02-05 | net: refine dev_put()/dev_hold() debugging | Eric Dumazet | 1 | -23/+46 |
2022-01-20 | net: fix information leakage in /proc/net/ptype | Congyu Liu | 1 | -0/+1 |
2022-01-06 | gro: add ability to control gro max packet size | Coco Li | 1 | -0/+11 |
2021-12-31 | net: remove references to CONFIG_IRDA in network header files | Lukas Bulwahn | 1 | -1/+1 |
2021-12-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2021-12-19 | flow_offload: allow user to offload tc action to net device | Baowen Zheng | 1 | -0/+1 |
2021-12-17 | net: fix typo in a comment | Xiang wangx | 1 | -1/+1 |
2021-12-15 | net: add net device refcount tracker to struct packet_type | Eric Dumazet | 1 | -0/+1 |
2021-12-15 | net: dev_replace_track() cleanup | Eric Dumazet | 1 | -6/+4 |
2021-12-10 | net: add networking namespace refcount tracker | Eric Dumazet | 1 | -8/+1 |
2021-12-08 | net: watchdog: add net device refcount tracker | Eric Dumazet | 1 | -0/+2 |
2021-12-07 | net: linkwatch: add net device refcount tracker | Eric Dumazet | 1 | -0/+2 |