summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-10-16ethernet: ixgb: use eth_hw_addr_set()Jakub Kicinski1-2/+6
2021-10-16ethernet: ibmveth: use ether_addr_to_u64()Jakub Kicinski1-14/+3
2021-10-16ethernet: enetc: use eth_hw_addr_set()Jakub Kicinski3-3/+7
2021-10-16ethernet: ec_bhf: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-10-16ethernet: enic: use eth_hw_addr_set()Jakub Kicinski1-2/+3
2021-10-16ethernet: bcmgenet: use eth_hw_addr_set()Jakub Kicinski1-2/+6
2021-10-16ethernet: bnx2x: use eth_hw_addr_set()Jakub Kicinski1-5/+11
2021-10-16ethernet: aquantia: use eth_hw_addr_set()Jakub Kicinski1-2/+4
2021-10-16ethernet: amd: use eth_hw_addr_set()Jakub Kicinski2-5/+12
2021-10-16ethernet: alteon: use eth_hw_addr_set()Jakub Kicinski1-6/+8
2021-10-16ethernet: aeroflex: use eth_hw_addr_set()Jakub Kicinski1-3/+3
2021-10-16ethernet: adaptec: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-10-16net: ipvtap: fix template string argument of device_create() callJean Sacren1-1/+1
2021-10-16net: macvtap: fix template string argument of device_create() callJean Sacren1-1/+1
2021-10-16Merge tag 'mlx5-updates-2021-10-15' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller29-122/+471
2021-10-16net/mlx5: Use system_image_guid to determine bondingRongwei Liu1-1/+13
2021-10-16net/mlx5: Introduce new device index wrapperRongwei Liu5-7/+7
2021-10-16net/mlx5: Check return status first when querying system_image_guidRongwei Liu1-9/+12
2021-10-16net/mlx5: DR, Prefer kcalloc over open coded arithmeticLen Baker1-2/+6
2021-10-16net/mlx5e: Add extack msgs related to TC for better debugAbhiram R N1-30/+76
2021-10-16net/mlx5: CT: Fix missing cleanup of ct nat table on init failurePaul Blakey1-0/+1
2021-10-16net/mlx5: Disable roce at HCA levelShay Drory2-2/+26
2021-10-16net/mlx5i: Enable Rx steering for IPoIB via ethtoolMoosa Baransi5-10/+43
2021-10-16net/mlx5: Bridge, provide flow source hintsVlad Buslov1-0/+4
2021-10-16net/mlx5: Read timeout values from DTORAmir Tzin10-40/+124
2021-10-16net/mlx5: Read timeout values from init segmentAmir Tzin5-22/+160
2021-10-15ice: make use of ice_for_each_* macrosMaciej Fijalkowski6-27/+30
2021-10-15ice: introduce XDP_TX fallback pathMaciej Fijalkowski6-9/+75
2021-10-15ice: optimize XDP_TX workloadsMaciej Fijalkowski4-25/+88
2021-10-15ice: propagate xdp_ring onto rx_ringMaciej Fijalkowski6-29/+35
2021-10-15ice: do not create xdp_frame on XDP_TXMaciej Fijalkowski1-1/+1
2021-10-15ice: unify xdp_rings accessesMaciej Fijalkowski3-3/+3
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski21-321/+396
2021-10-15ice: move ice_container_type onto ice_ring_containerMaciej Fijalkowski3-23/+23
2021-10-15ice: remove ring_active from ice_ringMaciej Fijalkowski3-5/+0
2021-10-15net: dpaa2: add adaptive interrupt coalescingIoana Ciornei3-2/+20
2021-10-15soc: fsl: dpio: add Net DIM integrationIoana Ciornei3-0/+81
2021-10-15net: dpaa2: add support for manual setup of IRQ coalesingIoana Ciornei1-0/+51
2021-10-15soc: fsl: dpio: add support for irq coalescing per software portalIoana Ciornei3-0/+107
2021-10-15soc: fsl: dpio: extract the QBMAN clock frequency from the attributesIoana Ciornei6-0/+9
2021-10-15tcp: switch orphan_count to bare per-cpu countersEric Dumazet2-2/+2
2021-10-15net: dsa: qca8k: move port config to dedicated structAnsuel Smith2-16/+20
2021-10-15net: dsa: qca8k: set internal delay also for sgmiiAnsuel Smith2-28/+62
2021-10-15net: dsa: qca8k: add support for QCA8328Ansuel Smith2-3/+17
2021-10-15net: dsa: qca8k: add support for pws config regAnsuel Smith2-0/+45
2021-10-15net: dsa: qca8k: add explicit SGMII PLL enableAnsuel Smith2-2/+18
2021-10-15net: dsa: qca8k: rework rgmii delay logic and scan for cpu port 6Ansuel Smith2-86/+89
2021-10-15net: dsa: qca8k: add support for cpu port 6Ansuel Smith2-17/+36
2021-10-15net: dsa: qca8k: add support for sgmii falling edgeAnsuel Smith2-0/+67
2021-10-15dsa: qca8k: add mac_power_sel supportAnsuel Smith2-0/+36