summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-12-12myri10ge: use strscpy() to instead of strncpy()Xu Panda1-2/+1
2022-12-12liquidio: use strscpy() to instead of strncpy()Xu Panda1-4/+3
2022-12-12hns: use strscpy() to instead of strncpy()Xu Panda1-7/+4
2022-12-12net: stmmac: Add check for taprio basetime configurationMichael Sit Wei Hong1-0/+3
2022-12-12drivers/net/virtio_net.c: Added USO support.Andrew Melnychenko1-4/+15
2022-12-12driver/net/tun: Added features for USO.Andrew Melnychenko2-3/+15
2022-12-10Merge tag 'ipsec-next-2022-12-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski20-445/+1542
2022-12-10skbuff: Introduce slab_build_skb()Kees Cook2-2/+2
2022-12-10net: bcmgenet: Remove the unused functionJiapeng Chong1-18/+0
2022-12-10Merge tag 'mlx5-updates-2022-12-08' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski31-193/+1295
2022-12-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-475/+463
2022-12-09net: phy: remove redundant "depends on" linesRandy Dunlap1-3/+0
2022-12-09net: ethernet: mtk_wed: fix possible deadlock if mtk_wed_wo_init failsLorenzo Bianconi1-5/+12
2022-12-09net: ethernet: mtk_wed: fix some possible NULL pointer dereferencesLorenzo Bianconi2-5/+11
2022-12-09nfp: Fix spelling mistake "tha" -> "the"Colin Ian King1-1/+1
2022-12-09mlxsw: spectrum_ipip: Add Spectrum-1 ip6gre supportIdo Schimmel1-75/+8
2022-12-09mlxsw: spectrum_ipip: Rename Spectrum-2 ip6gre operationsIdo Schimmel1-47/+47
2022-12-09mlxsw: spectrum_router: Add support for double entry RIFsIdo Schimmel3-1/+5
2022-12-09mlxsw: spectrum_router: Parametrize RIF allocation sizeIdo Schimmel1-14/+27
2022-12-09mlxsw: spectrum_router: Use gen_pool for RIF index allocationIdo Schimmel2-10/+67
2022-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski109-448/+886
2022-12-09net/mlx5: Expose steering dropped packets counterMichael Guralnik1-3/+19
2022-12-09net/mlx5: Refactor and expand rep vport stat groupOr Har-Toov2-20/+90
2022-12-09net/mlx5e: multipath, support routes with more than 2 nexthopsMaor Dickman1-31/+48
2022-12-09net/mlx5e: TC, add support for meter mtu offloadOz Shlomo8-9/+92
2022-12-09net/mlx5e: meter, add mtu post meter tablesOz Shlomo3-7/+185
2022-12-09net/mlx5e: meter, refactor to allow multiple post meter tablesOz Shlomo1-58/+96
2022-12-09net/mlx5: DR, Add support for range match actionYevgeny Kliteynik7-3/+363
2022-12-09net/mlx5: DR, Add function that tells if STE miss addr has been initializedYevgeny Kliteynik7-0/+23
2022-12-09net/mlx5: DR, Some refactoring of miss address handlingYevgeny Kliteynik1-10/+14
2022-12-09net/mlx5: DR, Manage definers with refcountsYevgeny Kliteynik5-2/+163
2022-12-09net/mlx5: DR, Handle FT action in a separate functionYevgeny Kliteynik1-46/+81
2022-12-09net/mlx5: DR, Rework is_fw_table functionYevgeny Kliteynik2-11/+18
2022-12-09net/mlx5: DR, Add functions to create/destroy MATCH_DEFINER general objectYevgeny Kliteynik2-0/+86
2022-12-09net/mlx5: fs, add match on ranges APIYevgeny Kliteynik3-2/+26
2022-12-09Merge tag 'net-6.1-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds45-81/+271
2022-12-09net/mlx4: small optimization in mlx4_en_xmit()Eric Dumazet1-5/+5
2022-12-09net/mlx4: MLX4_TX_BOUNCE_BUFFER_SIZE depends on MAX_SKB_FRAGSEric Dumazet1-4/+12
2022-12-09net/mlx4: rename two constantsEric Dumazet2-6/+8
2022-12-09ice: reschedule ice_ptp_wait_for_offset_valid during resetJacob Keller1-1/+6
2022-12-09ice: make Tx and Rx vernier offset calibration independentSiddaraju DH3-173/+91
2022-12-09ice: only check set bits in ice_ptp_flush_tx_trackerJacob Keller1-9/+29
2022-12-09ice: handle flushing stale Tx timestamps in ice_ptp_tx_tstampJacob Keller2-36/+67
2022-12-09ice: cleanup allocations in ice_ptp_alloc_tx_trackerJacob Keller1-7/+11
2022-12-09ice: protect init and calibrating check in ice_ptp_request_tsJacob Keller2-6/+32
2022-12-09net/mlx5e: TC, allow meter jump control actionOz Shlomo3-23/+54
2022-12-09net/mlx5e: TC, init post meter rules with branching attributesOz Shlomo3-34/+67
2022-12-09net/mlx5e: TC, rename post_meter actionsOz Shlomo5-33/+33
2022-12-09net/mlx5e: TC, initialize branching action with target attrOz Shlomo2-5/+83
2022-12-09net/mlx5e: TC, initialize branch flow attributesOz Shlomo2-16/+142