aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net/mlx5e: Simplify stride size calculation for linear RQMaxim Mikityanskiy1-34/+36
2022-09-28net/mlx5e: kTLS, Check ICOSQ WQE size in advanceMaxim Mikityanskiy5-13/+20
2022-09-28net/mlx5e: Use the aligned max TX MPWQE sizeMaxim Mikityanskiy3-6/+14
2022-09-28net/mlx5e: Fix a typo in mlx5e_xdp_mpwqe_is_fullMaxim Mikityanskiy2-2/+2
2022-09-28net/mlx5e: Use mlx5e_stop_room_for_max_wqe where appropriateMaxim Mikityanskiy1-1/+1
2022-09-28net/mlx5e: Let mlx5e_get_sw_max_sq_mpw_wqebbs accept mdevMaxim Mikityanskiy2-8/+6
2022-09-28net/mlx5e: Validate striding RQ before enabling XDPMaxim Mikityanskiy5-23/+45
2022-09-28net/mlx5e: Make mlx5e_verify_rx_mpwqe_strides staticMaxim Mikityanskiy2-4/+2
2022-09-28net/mlx5e: Remove unused fields from datapath structsMaxim Mikityanskiy2-7/+5
2022-09-28net/mlx5e: Convert mlx5e_get_max_sq_wqebbs to u8Maxim Mikityanskiy1-3/+5
2022-09-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski9-84/+240
2022-09-28net: sunhme: Fix undersized zeroing of quattro->happy_mealsSean Anderson1-3/+1
2022-09-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueJakub Kicinski3-101/+71
2022-09-28net: ethernet: mtk_eth_soc: fix mask of RX_DMA_GET_SPORT{,_V2}Daniel Golle1-2/+2
2022-09-28net: mscc: ocelot: fix tagged VLAN refusal while under a VLAN-unaware bridgeVladimir Oltean1-0/+7
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski140-235/+172
2022-09-28ice: Add support for VLAN priority filters in switchdevMartyna Szapar-Mudlaw2-17/+60
2022-09-28ice: support features on new E810T variantsArkadiusz Kubalewski2-2/+21
2022-09-28ice: Merge pin initialization of E810 and E810T adaptersArkadiusz Kubalewski2-39/+12
2022-09-28sfc: bare bones TC offload on EF100Edward Cree5-0/+397
2022-09-28sfc: interrogate MAE capabilities at probe timeEdward Cree4-0/+93
2022-09-28sfc: add a hashtable for offloaded TC rulesEdward Cree4-2/+123
2022-09-28sfc: optional logging of TC offload errorsEdward Cree5-0/+61
2022-09-28sfc: bind indirect blocks for TC offload on EF100Edward Cree3-1/+84
2022-09-28sfc: bind blocks for TC offload on EF100Edward Cree8-2/+224
2022-09-28net: ethernet: rmnet: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2022-09-28net: lan966x: Add offload support for etsHoratiu Vultur5-1/+139
2022-09-28net: lan966x: Add offload support for cbsHoratiu Vultur4-1/+85
2022-09-28net: lan966x: Add offload support for tbfHoratiu Vultur5-1/+143
2022-09-27mlxsw: core_acl_flex_actions: Split memcpy() of struct flow_action_cookie flexible arrayKees Cook1-2/+3
2022-09-27net: stmmac: Minor spell fix related to 'stmmac_clk_csr_set()'Bhupesh Sharma1-1/+1
2022-09-27net/mlx5: Remove unused structsGal Pressman2-18/+0
2022-09-27net/mlx5: Remove unused functionsGal Pressman2-12/+0
2022-09-27net/mlx5: detect and enable bypass port select flow tableLiu, Changcheng1-0/+34
2022-09-27net/mlx5: Lag, enable hash mode by default for all NICsLiu, Changcheng1-8/+9
2022-09-27net/mlx5: Lag, set active ports if support bypass port select flow tableLiu, Changcheng1-3/+55
2022-09-27RDMA/mlx5: Don't set tx affinity when lag is in hash modeLiu, Changcheng1-0/+16
2022-09-27net/mlx5: Add support for NPPS with real time modeAya Levin1-20/+119
2022-09-27Merge branch 'master' into i2c/for-mergewindowWolfram Sang33-223/+251
2022-09-27ice: xsk: drop power of 2 ring size restriction for AF_XDPMaciej Fijalkowski1-13/+7
2022-09-27ice: xsk: change batched Tx descriptor cleaningMaciej Fijalkowski3-88/+64
2022-09-27ionic: change order of devlink port register and netdev registerJiri Pirko1-8/+8
2022-09-27ice: reorder PF/representor devlink port register/unregister flowsJiri Pirko3-10/+10
2022-09-27funeth: unregister devlink port after netdevice unregisterJiri Pirko1-1/+1
2022-09-27net: ethernet: mtk_eth_soc: fix usage of foe_entry_sizeDaniel Golle1-1/+1
2022-09-27net: ethernet: mtk_eth_soc: fix wrong use of new helper functionDaniel Golle1-1/+1
2022-09-27Merge branch 'mlx5-vfio' into mlx5-nextLeon Romanovsky609-32967/+34198
2022-09-27net: stmmac: power up/down serdes in stmmac_open/releaseJunxiao Chang1-10/+13
2022-09-26sunhme: Use vdbg for spam-y printsSean Anderson1-25/+4
2022-09-26sunhme: Combine continued messagesSean Anderson1-173/+105