summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2020-09-04smsc9420: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-23/+28
2020-09-04epic100: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-29/+42
2020-09-04net: systemport: Manage Wake-on-LAN clockFlorian Fainelli2-1/+10
2020-09-04net: systemport: fetch and use clock resourcesFlorian Fainelli2-1/+30
2020-09-04chelsio/chtls: CHELSIO_INLINE_CRYPTO should depend on CHELSIO_T4Geert Uytterhoeven1-2/+1
2020-09-04net: mvpp2: split xlg and gmac pcsRussell King1-55/+55
2020-09-04net: mvpp2: convert to phylink pcs operationsRussell King2-116/+177
2020-09-04net: mvpp2: move GMAC reset handling into mac_prepare()/mac_finish()Russell King1-32/+21
2020-09-04net: mvpp2: ensure the port is forced down while changing modesRussell King1-11/+36
2020-09-04net: mvpp2: convert to use mac_prepare()/mac_finish()Russell King1-11/+37
2020-09-04net: mvpp2: tidy up ACPI hackRussell King1-18/+18
2020-09-03mlxsw: core_hwmon: Extend hwmon interface with critical and emergency alarmsAmit Cohen1-1/+70
2020-09-03mlxsw: core_hwmon: Calculate MLXSW_HWMON_ATTR_COUNT more accuratelyAmit Cohen1-2/+11
2020-09-03mlxsw: core_hwmon: Split temperature querying from show functionsAmit Cohen1-16/+54
2020-09-03ionic: clarify boolean precedenceShannon Nelson1-2/+2
2020-09-03ionic: remove unused variableShannon Nelson1-2/+0
2020-09-03ionic: clean adminq service routineShannon Nelson3-48/+25
2020-09-03ionic: clean up desc_info and cq_info structsShannon Nelson3-39/+8
2020-09-03ionic: struct reorder for faster accessShannon Nelson2-16/+16
2020-09-03ionic: clean up page handling codeShannon Nelson1-31/+40
2020-09-02octeontx2-pf: Add UDP segmentation offload supportSunil Goutham5-4/+124
2020-09-01dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-eth-dcb.cIoana Ciornei1-4/+4
2020-09-01dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-eth.cIoana Ciornei1-200/+200
2020-09-01dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-ethtool.cIoana Ciornei1-44/+45
2020-09-01ibmvnic: Harden device Command Response Queue handshakeThomas Falcon1-1/+18
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller34-368/+376
2020-09-01liquidio: Remove unneeded cast from memory allocationYueHaibing1-6/+3
2020-09-01net: sungem: Remove unneeded cast from memory allocationYueHaibing1-3/+2
2020-08-31net: hns: Remove unused macro AE_NAME_PORT_ID_IDXYueHaibing1-2/+0
2020-08-31net: dl2k: Remove unused macro DRV_NAMEYueHaibing1-1/+0
2020-08-31net: ethernet: ti: am65-cpts: fix i2083 genf (and estf) Reconfiguration IssueGrygorii Strashko1-1/+5
2020-08-31sfc: return errors from efx_mcdi_set_id_led, and de-indirectEdward Cree6-12/+4
2020-08-31sfc: fix kernel-doc on struct efx_loopback_stateEdward Cree1-1/+1
2020-08-31sfc: fix unused-but-set-variable warning in efx_farch_filter_remove_safeEdward Cree1-2/+0
2020-08-31sfc: fix W=1 warnings in efx_farch_handle_rx_not_okEdward Cree1-5/+2
2020-08-31hinic: add support to query function tableLuo bin5-1/+190
2020-08-31hinic: add support to query rq infoLuo bin6-2/+101
2020-08-31hinic: add support to query sq infoLuo bin9-4/+254
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor...Magnus Karlsson4-5/+5
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson13-80/+78
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson33-363/+373
2020-08-28ionic: pull reset_queues into tx_timeout handlerShannon Nelson2-32/+8
2020-08-28ionic: change queue count with no resetShannon Nelson2-91/+213
2020-08-28ionic: change the descriptor ring length without full resetShannon Nelson3-14/+185
2020-08-28ionic: change mtu without full queue rebuildShannon Nelson1-8/+49
2020-08-28ionic: use index not pointer for queue trackingShannon Nelson7-88/+129
2020-08-28ionic: reduce contiguous memory allocation requirementShannon Nelson3-54/+81
2020-08-28ionic: clean up unnecessary non-static functionsShannon Nelson2-4/+2
2020-08-28ionic: rework and simplify handling of the queue stats blockShannon Nelson5-149/+92
2020-08-28ionic: remove lif list conceptShannon Nelson6-127/+62