summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-01-07bcm63xx_enet: alloc rx skb with NET_IP_ALIGNSieng Piaw Liew1-1/+4
2021-01-07bcm63xx_enet: add xmit_more supportSieng Piaw Liew1-1/+2
2021-01-07bcm63xx_enet: add BQL supportSieng Piaw Liew1-0/+9
2021-01-07bcm63xx_enet: batch process rx pathSieng Piaw Liew1-1/+5
2021-01-06net: ks8851: Register MDIO bus and the internal PHYMarek Vasut2-16/+98
2021-01-06octeontx2-pf: Add RSS multi group supportGeetha sowjanya4-44/+163
2021-01-06net/mlxfw: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
2021-01-06Merge tag 'mlx5-updates-2021-01-05' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller10-2078/+2329
2021-01-06octeontx2-af: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
2021-01-06iavf: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
2021-01-06liquidio: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
2021-01-06bnxt_en: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
2021-01-06cavium/liquidio: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-2/+1
2021-01-06net: ixp4xx_eth: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-2/+1
2021-01-06enetc: reorder macros and functionsMichael Walle1-11/+11
2021-01-06enetc: drop MDIO_DATA() macroMichael Walle1-2/+1
2021-01-06enetc: don't use macro magic for the readx_poll_timeout() callbackMichael Walle1-6/+8
2021-01-06enetc: drop unneeded indirectionMichael Walle1-18/+14
2021-01-06net/mlx5: DR, Move STEv0 modify header logicYevgeny Kliteynik6-390/+501
2021-01-06net/mlx5: DR, Add STE modify header actions per-device APIYevgeny Kliteynik1-0/+23
2021-01-06net/mlx5: DR, Move STEv0 action apply logicYevgeny Kliteynik2-235/+256
2021-01-06net/mlx5: DR, Add STE tx/rx actions per-device APIYevgeny Kliteynik1-0/+12
2021-01-06net/mlx5: DR, Move STEv0 setters and gettersYevgeny Kliteynik5-103/+195
2021-01-06net/mlx5: DR, Add STE setters and getters per-device APIYevgeny Kliteynik1-0/+12
2021-01-06net/mlx5: DR, Move action apply logic to dr_steYevgeny Kliteynik3-234/+231
2021-01-06net/mlx5: DR, Refactor ICMP STE builderYevgeny Kliteynik2-42/+23
2021-01-06net/mlx5: DR, Move STEv0 look up types from mlx5_ifc_dr headerYevgeny Kliteynik4-60/+64
2021-01-06net/mlx5: DR, Merge similar DR STE SET macrosYevgeny Kliteynik2-415/+84
2021-01-06net/mlx5: DR, Fix STEv0 source_eswitch_owner_vhca_id supportYevgeny Kliteynik1-11/+14
2021-01-06net/mlx5: DR, Remove unused macro definition from dr_steYevgeny Kliteynik1-2/+0
2021-01-06net/mlx5: DR, Move HW STEv0 match logic to a separate fileYevgeny Kliteynik4-1279/+1286
2021-01-06net/mlx5: DR, Use the new HW specific STE infrastructureYevgeny Kliteynik5-330/+613
2021-01-06net/mlx5: DR, Move macros from dr_ste.c to headerYevgeny Kliteynik2-74/+76
2021-01-06net/mlx5: DR, Add infrastructure for supporting several steering formatsYevgeny Kliteynik2-1/+37
2021-01-05Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds28-102/+210
2021-01-05r8169: work around power-saving bug on some chip versionsHeiner Kallweit1-2/+4
2021-01-05net: macb: Correct usage of MACB_CAPS_CLK_HW_CHG flagCharles Keepax1-1/+1
2021-01-05ibmvnic: fix: NULL pointer dereference.YANG LI1-3/+1
2020-12-29atlantic: remove architecture dependsLéo Le Bouter1-1/+0
2020-12-29net: hns: fix return value check in __lb_other_process()Yunjian Wang1-0/+4
2020-12-29net: mvpp2: fix pkt coalescing int-threshold configurationStefan Chulski1-5/+6
2020-12-29bnxt_en: Check TQM rings for maximum supported value.Michael Chan2-3/+11
2020-12-29bnxt_en: Fix AER recovery.Vasundhara Volam1-17/+14
2020-12-29Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski4-52/+71
2020-12-29net: ethernet: ti: cpts: fix ethtool output when no ptp_clock registeredGrygorii Strashko1-0/+2
2020-12-25Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-20/+9
2020-12-24e1000e: Export S0ix flags to ethtoolMario Limonciello3-4/+52
2020-12-24Revert "e1000e: disable s0ix entry and exit flows for ME systems"Mario Limonciello1-43/+2
2020-12-24e1000e: bump up timeout to wait when ME un-configures ULP modeMario Limonciello1-3/+14
2020-12-24e1000e: Only run S0ix flows if shutdown succeededMario Limonciello1-6/+7