| Commit message (Expand) | Author | Files | Lines |
2022-12-12 | liquidio: use strscpy() to instead of strncpy() | Xu Panda | 1 | -4/+3 |
2022-12-12 | hns: use strscpy() to instead of strncpy() | Xu Panda | 1 | -7/+4 |
2022-12-12 | net: stmmac: Add check for taprio basetime configuration | Michael Sit Wei Hong | 1 | -0/+3 |
2022-12-12 | drivers/net/virtio_net.c: Added USO support. | Andrew Melnychenko | 1 | -4/+15 |
2022-12-12 | linux/virtio_net.h: Support USO offload in vnet header. | Andrew Melnychenko | 1 | -0/+9 |
2022-12-12 | uapi/linux/virtio_net.h: Added USO types. | Andrew Melnychenko | 1 | -0/+4 |
2022-12-12 | driver/net/tun: Added features for USO. | Andrew Melnychenko | 2 | -3/+15 |
2022-12-12 | uapi/linux/if_tun.h: Added new offload types for USO4/6. | Andrew Melnychenko | 1 | -0/+2 |
2022-12-12 | udp: allow header check for dodgy GSO_UDP_L4 packets. | Andrew Melnychenko | 2 | -2/+4 |
2022-12-10 | net: devlink: Add missing error check to devlink_resource_put() | Gavrilov Ilia | 1 | -3/+4 |
2022-12-10 | skbuff: Introduce slab_build_skb() | Kees Cook | 5 | -11/+66 |
2022-12-10 | net: bcmgenet: Remove the unused function | Jiapeng Chong | 1 | -18/+0 |
2022-12-10 | mptcp: return 0 instead of 'err' var | Matthieu Baerts | 2 | -3/+3 |
2022-12-10 | mptcp: use nlmsg_free instead of kfree_skb | Geliang Tang | 1 | -4/+4 |
2022-12-09 | net: openvswitch: Add support to count upcall packets | wangchuanlei | 4 | -0/+121 |
2022-12-09 | rhashtable: Allow rhashtable to be used from irq-safe contexts | Tejun Heo | 2 | -31/+46 |
2022-12-09 | net/sched: avoid indirect classify functions on retpoline kernels | Pedro Tammela | 14 | -25/+49 |
2022-12-09 | net/sched: avoid indirect act functions on retpoline kernels | Pedro Tammela | 21 | -42/+81 |
2022-12-09 | net/sched: add retpoline wrapper for tc | Pedro Tammela | 2 | -0/+256 |
2022-12-09 | net/sched: move struct action_ops definition out of ifdef | Pedro Tammela | 1 | -5/+5 |
2022-12-09 | xfrm: Fix spelling mistake "oflload" -> "offload" | Colin Ian King | 1 | -1/+1 |
2022-12-09 | net: phy: remove redundant "depends on" lines | Randy Dunlap | 1 | -3/+0 |
2022-12-09 | net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCP | Willem de Bruijn | 5 | -6/+45 |
2022-12-09 | net: ethernet: mtk_wed: fix possible deadlock if mtk_wed_wo_init fails | Lorenzo Bianconi | 1 | -5/+12 |
2022-12-09 | net: ethernet: mtk_wed: fix some possible NULL pointer dereferences | Lorenzo Bianconi | 2 | -5/+11 |
2022-12-09 | nfp: Fix spelling mistake "tha" -> "the" | Colin Ian King | 1 | -1/+1 |
2022-12-09 | selftests: net: Fix O=dir builds | Björn Töpel | 1 | -3/+3 |
2022-12-09 | selftests: mlxsw: Move IPv6 decap_error test to shared directory | Ido Schimmel | 1 | -1/+1 |
2022-12-09 | mlxsw: spectrum_ipip: Add Spectrum-1 ip6gre support | Ido Schimmel | 1 | -75/+8 |
2022-12-09 | mlxsw: spectrum_ipip: Rename Spectrum-2 ip6gre operations | Ido Schimmel | 1 | -47/+47 |
2022-12-09 | mlxsw: spectrum_router: Add support for double entry RIFs | Ido Schimmel | 3 | -1/+5 |
2022-12-09 | mlxsw: spectrum_router: Parametrize RIF allocation size | Ido Schimmel | 1 | -14/+27 |
2022-12-09 | mlxsw: spectrum_router: Use gen_pool for RIF index allocation | Ido Schimmel | 2 | -10/+67 |
2022-12-09 | net/mlx5: Expose steering dropped packets counter | Michael Guralnik | 1 | -3/+19 |
2022-12-09 | net/mlx5: Refactor and expand rep vport stat group | Or Har-Toov | 2 | -20/+90 |
2022-12-09 | net/mlx5e: multipath, support routes with more than 2 nexthops | Maor Dickman | 1 | -31/+48 |
2022-12-09 | net/mlx5e: TC, add support for meter mtu offload | Oz Shlomo | 8 | -9/+92 |
2022-12-09 | net/mlx5e: meter, add mtu post meter tables | Oz Shlomo | 3 | -7/+185 |
2022-12-09 | net/mlx5e: meter, refactor to allow multiple post meter tables | Oz Shlomo | 1 | -58/+96 |
2022-12-09 | net/mlx5: DR, Add support for range match action | Yevgeny Kliteynik | 7 | -3/+363 |
2022-12-09 | net/mlx5: DR, Add function that tells if STE miss addr has been initialized | Yevgeny Kliteynik | 7 | -0/+23 |
2022-12-09 | net/mlx5: DR, Some refactoring of miss address handling | Yevgeny Kliteynik | 1 | -10/+14 |
2022-12-09 | net/mlx5: DR, Manage definers with refcounts | Yevgeny Kliteynik | 5 | -2/+163 |
2022-12-09 | net/mlx5: DR, Handle FT action in a separate function | Yevgeny Kliteynik | 1 | -46/+81 |
2022-12-09 | net/mlx5: DR, Rework is_fw_table function | Yevgeny Kliteynik | 2 | -11/+18 |
2022-12-09 | net/mlx5: DR, Add functions to create/destroy MATCH_DEFINER general object | Yevgeny Kliteynik | 2 | -0/+86 |
2022-12-09 | net/mlx5: fs, add match on ranges API | Yevgeny Kliteynik | 4 | -2/+38 |
2022-12-09 | net/mlx5: mlx5_ifc updates for MATCH_DEFINER general object | Yevgeny Kliteynik | 1 | -2/+66 |
2022-12-08 | net/mlx4: small optimization in mlx4_en_xmit() | Eric Dumazet | 1 | -5/+5 |
2022-12-08 | net/mlx4: MLX4_TX_BOUNCE_BUFFER_SIZE depends on MAX_SKB_FRAGS | Eric Dumazet | 1 | -4/+12 |