summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2020-09-13net: tehuti: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-28/+25
2020-09-13rocker: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-40/+43
2020-09-13sc92031: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-14/+14
2020-09-13tlan: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-33/+28
2020-09-13net: ethernet: mlx4: Avoid assigning a value to ring_cons but not used it any...Luo Jiaxing1-1/+0
2020-09-12net: hns: use IRQ_NOAUTOEN to avoid irq is enabled due to request_irqBarry Song1-1/+2
2020-09-12net: ethernet: ti: ale: add support for multi port k3 cpsw versionsGrygorii Strashko1-0/+14
2020-09-12net: ethernet: ti: ale: switch to use tables for vlan entry descriptionGrygorii Strashko2-54/+188
2020-09-12net: ethernet: ti: am65-cpsw: enable hw auto ageingGrygorii Strashko4-6/+70
2020-09-12net: ethernet: ti: ale: make usage of ale dev_id mandatoryGrygorii Strashko2-17/+14
2020-09-12net: ethernet: ti: am65-cpsw: use dev_id for ale configurationGrygorii Strashko1-2/+1
2020-09-12net: netcp: ethss: use dev_id for ale configurationGrygorii Strashko1-10/+8
2020-09-12net: ethernet: ti: cpsw: use dev_id for ale configurationGrygorii Strashko4-10/+1
2020-09-12net: ethernet: ti: ale: add static configurationGrygorii Strashko2-0/+83
2020-09-12net: ethernet: ti: ale: add cpsw_ale_get_num_entries apiGrygorii Strashko4-5/+14
2020-09-12crypto/chcr: move nic TLS functionality to drivers/netRohit Maheshwari13-58/+2434
2020-09-12sfc: advertise encapsulated offloads on EF10Edward Cree4-0/+104
2020-09-12sfc: implement encapsulated TSO on EF10Edward Cree2-14/+46
2020-09-12sfc: de-indirect TSO handlingEdward Cree9-37/+46
2020-09-12sfc: select inner-csum-offload TX queues for skbs that need itEdward Cree3-2/+29
2020-09-12sfc: create inner-csum queues on EF10 if supportedEdward Cree2-11/+28
2020-09-12sfc: define inner/outer csum offload TXQ typesEdward Cree7-11/+13
2020-09-12sfc: decouple TXQ type from labelEdward Cree11-43/+64
2020-09-12octeontx2-af: Constify npc_kpu_profile_{action,cam}Rikard Falkeborn3-39/+39
2020-09-12sfc: cleanups around efx_alloc_channelEdward Cree2-5/+2
2020-09-12sfc: remove spurious unreachable return statementEdward Cree1-1/+0
2020-09-12sfc: remove duplicate call to efx_init_channels from EF100 probeEdward Cree1-4/+0
2020-09-12net: ag71xx: add flow control supportOleksij Rempel1-1/+12
2020-09-12net: ag71xx: add ethtool supportOleksij Rempel1-0/+147
2020-09-12net: stmmac: set get_rx_header_len() as void for it didn't have any error cod...Luo Jiaxing4-8/+6
2020-09-12gve: Enable Link Speed Reporting in the driver.David Awogbemila4-1/+56
2020-09-12gve: Use link status register to report link statusPatricio Noyola1-3/+21
2020-09-12gve: Batch AQ commands for creating and destroying queues.Sagi Shahar3-81/+211
2020-09-12gve: NIC stats for report-stats and for ethtoolDavid Awogbemila4-3/+94
2020-09-12gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags.Kuo Zhao6-32/+369
2020-09-12gve: Use dev_info/err instead of netif_info/err.Catherine Sullivan2-14/+11
2020-09-12gve: Add stats for gve.Kuo Zhao5-48/+245
2020-09-12gve: Get and set Rx copybreak via ethtoolKuo Zhao1-0/+34
2020-09-11net: smc91x: Remove set but not used variable 'status' in smc_phy_configure()Luo Jiaxing1-2/+1
2020-09-11net: hns: Fix a kernel-doc warning in hinic_hw_eqs.cWang Hai1-1/+1
2020-09-11net: hns: Fix a kernel-doc warning in hinic_hw_api_cmd.cWang Hai1-1/+1
2020-09-11net: hns: Fix some kernel-doc warnings in hns_enet.cWang Hai1-2/+1
2020-09-11net: hns: Fix some kernel-doc warnings in hns_dsaf_xgmac.cWang Hai1-2/+1
2020-09-11net: hns: fix 'cdev' kernel-doc warning in hnae_ae_unregister()Wang Hai1-1/+1
2020-09-11hinic: Fix some kernel-doc warnings in hinic_hw_io.cWang Hai1-2/+2
2020-09-11net: mvpp2: ptp: Fix unused variablesAlex Dewar1-4/+2
2020-09-11net: cxgb3: Fix some kernel-doc warningsWang Hai1-2/+2
2020-09-11net: ena: xdp: add queue counters for xdp actionsSameeh Jubran3-3/+28
2020-09-11net: ena: ethtool: add stats printing to XDP queuesSameeh Jubran1-17/+28
2020-09-11net: ena: ethtool: Add new device statisticsSameeh Jubran6-23/+170