aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-06-16qlcnic: Use list_for_each_entry() to simplify code in qlcnic_main.cWang Hai1-3/+1
2021-06-16net: hns3: use bounce buffer when rx page can not be reusedYunsheng Lin4-0/+41
2021-06-16net: hns3: optimize the rx page reuse handling processYunsheng Lin1-22/+22
2021-06-16net: hns3: support dma_map_sg() for multi frags skbYunsheng Lin3-5/+113
2021-06-16net: hns3: add support to query tx spare buffer size for pfHuazhong Tan5-2/+24
2021-06-16net: hns3: use tx bounce buffer for small packetsYunsheng Lin4-15/+420
2021-06-16net: hns3: refactor for hns3_fill_desc() functionYunsheng Lin1-39/+48
2021-06-16net: hns3: minor refactor related to desc_cb handlingYunsheng Lin3-29/+25
2021-06-15lantiq: net: fix duplicated skb in rx descriptor ringAleksander Jan Bajkowski1-1/+2
2021-06-15net: ti: add pp skb recycling supportLorenzo Bianconi2-4/+4
2021-06-15octeontx2-pf: Fix spelling mistake "morethan" -> "more than"Colin Ian King1-1/+1
2021-06-15Merge tag 'mlx5-updates-2021-06-14' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller14-431/+785
2021-06-15octeontx2-pf: Add police action for TC flowerSubbaraya Sundeep3-23/+178
2021-06-15octeontx2-pf: Use NL_SET_ERR_MSG_MOD for TCSubbaraya Sundeep1-12/+17
2021-06-15octeontx2-pf: TC_MATCHALL ingress ratelimiting offloadSunil Goutham5-0/+423
2021-06-15octeontx2-af: cn10k: Debugfs support for bandwidth profilesSunil Goutham5-4/+187
2021-06-15octeontx2-af: cn10k: Bandwidth profiles config supportSunil Goutham6-4/+757
2021-06-15stmmac: align RX buffersMatteo Croce1-2/+2
2021-06-14net/mlx5: Round-Robin EQs over IRQsShay Drory3-27/+188
2021-06-14net/mlx5: Separate between public and private API of sf.hShay Drory2-36/+46
2021-06-14net/mlx5: Allocating a pool of MSI-X vectors for SFsShay Drory3-101/+209
2021-06-14net/mlx5: Change IRQ storage logic from static to dynamicShay Drory3-36/+58
2021-06-14net/mlx5: Moving rmap logic to EQsShay Drory3-74/+78
2021-06-14net/mlx5: Extend mlx5_irq_request to request IRQ from the kernelShay Drory1-71/+57
2021-06-14net/mlx5: Removing rmap per IRQShay Drory1-5/+12
2021-06-14net/mlx5: Clean license text in eq.[c|h] filesLeon Romanovsky2-30/+3
2021-06-14net/mlx5: Provide cpumask at EQ creation phaseLeon Romanovsky3-90/+43
2021-06-14net/mlx5: Introduce API for request and release IRQsShay Drory7-37/+68
2021-06-14net/mlx5: Delay IRQ destruction till all users are goneLeon Romanovsky1-19/+36
2021-06-14net/mlx5: Change ownership model for lagMark Bloch7-88/+154
2021-06-14net/mlx5: Lag, Don't rescan if the device is going downMark Bloch1-2/+8
2021-06-14net/mlx5: Lag, refactor disable flowMark Bloch1-15/+25
2021-06-14Merge branch 'Ingenic-SOC-mac-support'David S. Miller3-0/+410
2021-06-14net: stmmac: Add Ingenic SoCs MAC support.周琰杰 (Zhou Yanjie)3-0/+414
2021-06-14net: marvell: prestera: devlink: add traps with DROP actionOleksandr Mazur3-0/+137
2021-06-14net: marvell: prestera: devlink: add traps/groups implementationOleksandr Mazur6-3/+452
2021-06-14ibmvnic: fix send_request_map incompatible argumentLijun Pan1-1/+1
2021-06-14net: phy: micrel: move phy reg offsets to common headerMichael Grzeschik1-90/+15
2021-06-14net: qualcomm: rmnet: always expose a few functionsAlex Elder1-0/+15
2021-06-14octeontx2-pf: Cleanup flow rule managementSunil Goutham5-63/+181
2021-06-14cxgb4: fix wrong ethtool n-tuple rule lookupRahul Lakkireddy1-8/+16
2021-06-14netxen_nic: Fix an error handling path in 'netxen_nic_probe()'Christophe JAILLET1-0/+2
2021-06-14qlcnic: Fix an error handling path in 'qlcnic_probe()'Christophe JAILLET1-0/+1
2021-06-14net: qualcomm: rmnet: don't over-count statisticsAlex Elder1-9/+9
2021-06-14Merge tag 'v5.13-rc6' into char-misc-nextGreg Kroah-Hartman34-159/+265
2021-06-12net: qualcomm: rmnet: IPv6 payload length is simpleAlex Elder1-5/+2
2021-06-12net: qualcomm: rmnet: drop some unary NOTsAlex Elder1-7/+7
2021-06-12net: qualcomm: rmnet: trailer value is a checksumAlex Elder1-3/+2
2021-06-12net: qualcomm: rmnet: remove unneeded codeAlex Elder1-61/+14
2021-06-12net: qualcomm: rmnet: return earlier for bad checksumAlex Elder1-9/+27