summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-07-20e1000e: Add support for the next LOM generationSasha Neftin2-0/+8
2021-07-20e1000e: Add support for Lunar LakeSasha Neftin5-0/+21
2021-07-20e1000e: Additional PHY power saving in S0ixSasha Neftin1-0/+6
2021-07-20e1000e: Add polling mechanism to indicate CSME DPG exitSasha Neftin3-0/+26
2021-07-20e1000e: Add handshake with the CSME to support S0ixSasha Neftin2-154/+176
2021-07-20net: marvell: clean up trigraph warning on ??! stringColin Ian King1-1/+1
2021-07-20net: mvpp2: deny disabling autoneg for 802.3z modesRussell King (Oracle)1-0/+9
2021-07-20net: mvneta: deny disabling autoneg for 802.3z modesRussell King (Oracle)1-6/+14
2021-07-20Merge branch 's390-next'David S. Miller2-11/+70
2021-07-20Revert "igc: Export LEDs"Kurt Kanzenbach5-155/+0
2021-07-19iavf: fix locking of critical sectionsStefan Assmann1-7/+50
2021-07-19iavf: do not override the adapter state in the watchdog taskStefan Assmann1-1/+0
2021-07-19i40e: improve locking of mac_filter_hashStefan Assmann1-3/+20
2021-07-16igc: Export LEDsKurt Kanzenbach5-0/+155
2021-07-16igc: Make flex filter more flexibleKurt Kanzenbach3-20/+22
2021-07-16igc: Allow for Flex Filters to be installedVinicius Costa Gomes1-6/+0
2021-07-16igc: Integrate flex filter into ethtool opsKurt Kanzenbach4-10/+228
2021-07-16igc: Add possibility to add flex filterKurt Kanzenbach4-5/+207
2021-07-16bnx2x: remove unused variable 'cur_data_offset'Bill Wendling1-6/+0
2021-07-16net: switchdev: Simplify 'mlxsw_sp_mc_write_mdb_entry()'Christophe JAILLET1-5/+3
2021-07-16gve: fix the wrong AdminQ buffer overflow checkHaiyue Wang1-2/+4
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds53-238/+1453
2021-07-13sfc: add logs explaining XDP_TX/REDIRECT is not availableÍñigo Huguet1-0/+4
2021-07-13sfc: ensure correct number of XDP queuesÍñigo Huguet1-7/+8
2021-07-13sfc: fix lack of XDP TX queues - error XDP TX failed (-22)Íñigo Huguet1-1/+2
2021-07-13net: ocelot: fix switchdev objects synced for wrong netdev with LAG offloadVladimir Oltean1-4/+5
2021-07-12octeontx2-pf: Fix uninitialized boolean variable ppsColin Ian King1-1/+1
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2-2/+3
2021-07-09net: ti: fix UAF in tlan_remove_onePavel Skripkin1-2/+1
2021-07-09net: qcom/emac: fix UAF in emac_removePavel Skripkin1-1/+2
2021-07-09net: moxa: fix UAF in moxart_mac_probePavel Skripkin1-3/+1
2021-07-08net: bcmgenet: Ensure all TX/RX queues DMAs are disabledFlorian Fainelli1-0/+6
2021-07-08net: microchip: sparx5: fix kconfig warningRandy Dunlap1-0/+1
2021-07-08cxgb4: fix IRQ free race during driver unloadShahjada Abul Husain2-8/+13
2021-07-08atl1c: fix Mikrotik 10/25G NIC detectionGatis Peisenieks1-0/+5
2021-07-07stmmac: platform: Fix signedness bug in stmmac_probe_config_dt()YueHaibing1-3/+5
2021-07-07stmmac: dwmac-loongson: Fix unsigned comparison to zeroYueHaibing1-4/+5
2021-07-07Merge tag 'Wimplicit-fallthrough-clang-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds1-0/+1
2021-07-06octeontx2-pf: Fix assigned error return value that is never usedColin Ian King1-1/+1
2021-07-06ixgbevf: use xso.real_dev instead of xso.dev in callback functions of struct ...Taehee Yoo1-7/+13
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+2
2021-07-05net: stmmac: ptp: update tas basetime after ptp adjustXiaoliang Yang2-2/+45
2021-07-05net: stmmac: add mutex lock to protect est parametersXiaoliang Yang1-1/+11
2021-07-05net: stmmac: separate the tas basetime calculation functionXiaoliang Yang2-13/+28
2021-07-03net: marvell: always set skb_shared_info in mvneta_swbm_add_rx_fragmentLorenzo Bianconi1-10/+10
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-6/+6
2021-07-02nfp: flower-ct: remove callback delete deadlockLouis Peens1-13/+0
2021-07-02gve: DQO: Remove incorrect prefetchBailey Forrest1-7/+0
2021-07-02gve: Simplify code and axe the use of a deprecated APIChristophe JAILLET1-8/+1
2021-07-01gve: Propagate error codes to callerChristophe JAILLET1-2/+3