aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-07net: xilinx: axiethernet: Enable dynamic MDIO MDCClayton Rayment2-23/+25
2020-11-07net: xilinx: axiethernet: Introduce helper functions for MDC enable/disableRadhey Shyam Pandey2-5/+26
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-60/+110
2020-11-06Revert ibmvnic merge do_change_param_reset into do_resetDany Madden1-43/+104
2020-11-06Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds14-55/+106
2020-11-05Merge tag 'mlx5-updates-2020-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxJakub Kicinski19-467/+591
2020-11-05net: mlx5: Replace in_irq() usageSebastian Andrzej Siewior1-7/+11
2020-11-05net/mlx5: Cleanup kernel-doc warningsSaeed Mahameed1-3/+5
2020-11-05net/mlx4: Cleanup kernel-doc warningsSaeed Mahameed1-1/+1
2020-11-05net/mlx5e: Validate stop_room size upon user inputVladyslav Tarasiuk8-36/+57
2020-11-05net/mlx5: DR, Free unused buddy ICM memoryYevgeny Kliteynik2-4/+11
2020-11-05net/mlx5: DR, ICM memory pools sync optimizationYevgeny Kliteynik2-18/+6
2020-11-05net/mlx5: DR, Sync chunks only during freeYevgeny Kliteynik1-6/+8
2020-11-05net/mlx5: DR, Handle ICM memory via buddy allocation instead of bucketsYevgeny Kliteynik2-314/+211
2020-11-05net/mlx5: DR, Add buddy allocator utilitiesYevgeny Kliteynik3-1/+204
2020-11-05net/mlx5: DR, Rename matcher functions to be more HW agnosticYevgeny Kliteynik3-37/+33
2020-11-05net/mlx5: DR, Rename builders HW specific namesYevgeny Kliteynik3-71/+76
2020-11-05net/mlx5: DR, Remove unused member of action structYevgeny Kliteynik1-1/+0
2020-11-05ionic: check port ptr before useShannon Nelson1-0/+5
2020-11-04r8169: work around short packet hw bug on RTL8125Heiner Kallweit1-3/+11
2020-11-04enetc: Remove Tx checksumming offload codeClaudiu Manoil5-91/+32
2020-11-04dpaa_eth: use false and true for bool variablesZou Wei1-2/+2
2020-11-03chelsio/chtls: Utilizing multiple rxq/txq to process requestsVinay Kumar Yadav2-1/+3
2020-11-03octeontx2-pf: Fix sizeof() mismatchColin Ian King1-1/+1
2020-11-03forcedeth: fix excluded_middle.cocci warningskernel test robot1-2/+1
2020-11-03net: dpaa: Replace in_irq() usage.Sebastian Andrzej Siewior1-6/+6
2020-11-03soc/fsl/qbman: Add an argument to signal if NAPI processing is required.Sebastian Andrzej Siewior1-4/+8
2020-11-03lan743x: fix for potential NULL pointer dereference with bare cardSergej Bauer1-4/+5
2020-11-03r8169: set IRQF_NO_THREAD if MSI(X) is enabledHeiner Kallweit1-1/+3
2020-11-03r8169: align number of tx descriptors with vendor driverHeiner Kallweit1-1/+1
2020-11-03mlxsw: spectrum_router: Introduce low-level ops and implement them for RALXX regsJiri Pirko2-41/+90
2020-11-03mlxsw: reg: Add XRALXX RegistersJiri Pirko1-0/+83
2020-11-03ibmvnic: merge do_change_param_reset into do_resetLijun Pan1-104/+43
2020-11-03chelsio/chtls: fix always leaking ctrl_skbVinay Kumar Yadav1-1/+1
2020-11-03chelsio/chtls: fix memory leaks caused by a raceVinay Kumar Yadav1-0/+3
2020-11-02net/mlx4_core : remove unneeded semicolonTom Rix1-1/+1
2020-11-02net: stmmac: dwmac-meson8b: remove unneeded semicolonTom Rix1-1/+1
2020-11-02net: hns3: Remove duplicated includeYueHaibing1-1/+0
2020-11-02liquidio: cn68xx: Remove duplicated includeYueHaibing1-1/+0
2020-11-02net: mscc: ocelot: deny changing the native VLAN from the prepare phaseVladimir Oltean2-20/+43
2020-11-02net: mscc: ocelot: move the logic to drop 802.1p traffic to the pvid deletionVladimir Oltean1-13/+22
2020-11-02net: mscc: ocelot: add a "valid" boolean to struct ocelot_vlanVladimir Oltean1-13/+14
2020-11-02net: mscc: ocelot: transform the pvid and native vlan values into a structureVladimir Oltean2-29/+42
2020-11-02net: mscc: ocelot: don't reset the pvid to 0 when deleting itVladimir Oltean1-4/+0
2020-11-02net: mscc: ocelot: use the pvid of zero when bridged with vlan_filtering=0Vladimir Oltean1-36/+17
2020-11-02powerpc/vnic: Extend "failover pending" windowSukadev Bhattiprolu1-4/+32
2020-11-02net: ethernet: ti: am65-cpsw: handle deferred probe with dev_err_probe()Grygorii Strashko1-18/+10
2020-11-02net: ethernet: ti: am65-cpsw: add multi port support in mac-only modeGrygorii Strashko2-48/+82
2020-11-02net: ethernet: ti: am65-cpsw: prepare xmit/rx path for multi-port devices in mac-only modeGrygorii Strashko2-34/+108
2020-11-02net: ethernet: ti: am65-cpsw: fix tx csum offload for multi mac modeGrygorii Strashko1-29/+1