aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-12-14net/mlx5e: Add sample and ptype to tc_action infraRoi Dayan6-28/+90
2021-12-14net/mlx5e: Add ct to tc action infraRoi Dayan5-30/+64
2021-12-14net/mlx5e: Add mirred/redirect to tc action infraRoi Dayan7-261/+382
2021-12-14net/mlx5e: Add mpls push/pop to tc action infraRoi Dayan5-34/+102
2021-12-14net/mlx5e: Add vlan push/pop/mangle to tc action infraRoi Dayan8-221/+314
2021-12-14net/mlx5e: Add pedit to tc action infraRoi Dayan7-169/+222
2021-12-14net/mlx5e: Add csum to tc action infraRoi Dayan5-45/+67
2021-12-14net/mlx5e: Add tunnel encap/decap to tc action infraRoi Dayan5-21/+81
2021-12-14net/mlx5e: Add goto to tc action infraRoi Dayan7-76/+99
2021-12-14net/mlx5e: Add tc action infrastructureRoi Dayan9-47/+297
2021-12-14iw_cxgb4: Use memset_startat() for cpl_t5_pass_accept_rplKees Cook1-1/+1
2021-12-14ice: Don't put stale timestamps in the skbKarol Kolacinski2-7/+10
2021-12-14ice: Use div64_u64 instead of div_u64 in adjfineKarol Kolacinski1-1/+1
2021-12-14ice: Remove unused ICE_FLOW_SEG_HDRS_L2_MASKTony Nguyen1-2/+0
2021-12-14ice: Remove unnecessary castsDan Carpenter1-4/+2
2021-12-14ice: Propagate error codesTony Nguyen8-99/+45
2021-12-14ice: Remove excess error variablesTony Nguyen10-282/+223
2021-12-14ice: Cleanup after ice_status removalTony Nguyen28-350/+265
2021-12-14ice: Remove enum ice_statusTony Nguyen22-654/+568
2021-12-14ice: Use int for ice_statusTony Nguyen33-859/+863
2021-12-14ice: Remove string printing for ice_statusTony Nguyen9-236/+163
2021-12-14ice: Refactor status flow for DDP loadWojciech Drewek4-182/+272
2021-12-14ice: Refactor promiscuous functionsBrett Creeley4-102/+156
2021-12-14ice: refactor PTYPE validatingJeff Guo4-372/+133
2021-12-14ice: Add package PTYPE enable informationHaiyue Wang4-0/+98
2021-12-14ibmvnic: remove unused definesDany Madden1-2/+0
2021-12-14ibmvnic: Update driver return codesDany Madden1-30/+34
2021-12-14mlxsw: spectrum_router: Consolidate MAC profiles when possibleDanielle Ratson1-1/+2
2021-12-14Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueDavid S. Miller1-3/+2
2021-12-14net: stmmac: fix tc flower deletion for VLAN priority Rx steeringOng Boon Leong2-13/+90
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu33-124/+0
2021-12-13net/mlx5: Create more priorities for FDB bypass namespaceMaor Gottlieb1-6/+29
2021-12-13net/mlx5: Refactor mlx5_get_flow_namespaceMaor Gottlieb1-12/+32
2021-12-13net/mlx5: Separate FDB namespaceMaor Gottlieb2-1/+4
2021-12-14xsk: Wipe out dead zero_copy_allocator declarationsMaciej Fijalkowski2-3/+0
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni27-27/+27
2021-12-13iavf: do not override the adapter state in the watchdog task (again)Stefan Assmann1-1/+0
2021-12-13iavf: missing unlocks in iavf_watchdog_task()Dan Carpenter1-2/+2
2021-12-13net: mtk_eth: add COMPILE_TEST supportLorenzo Bianconi1-1/+2
2021-12-13net: stmmac: Add GFP_DMA32 for rx buffers if no 64 capabilityDavid Wu1-4/+12
2021-12-13net: ethernet: ti: add missing of_node_put before returnWang Qing1-9/+20
2021-12-13net: ocelot: use dma_unmap_addr to get tx buffer dma_addrClément Léger1-2/+2
2021-12-13net: lan966x: Fix the configuration of the pcsHoratiu Vultur1-6/+0
2021-12-13net: bcmgenet: Fix NULL vs IS_ERR() checkingMiaoqian Lin1-2/+2
2021-12-13net: vertexcom: Add MSE102x SPI supportStefan Wahren5-0/+802
2021-12-13net: mvneta: mark as a legacy_pre_march2020 driverRussell King (Oracle)1-0/+1
2021-12-13net: axienet: mark as a legacy_pre_march2020 driverRussell King (Oracle)1-0/+1
2021-12-13net: stmmac: bump tc when get underflow error from DMA descriptorXiaoliang Yang3-33/+27
2021-12-12net: hns3: fix race condition in debugfsYufeng Mo2-6/+16
2021-12-12net: hns3: fix use-after-free bug in hclgevf_send_mbx_msgJie Wang1-1/+2