summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-07-22nfp: flower-ct: compile match sections of flow_payloadLouis Peens1-1/+223
2021-07-22nfp: flower-ct: calculate required key_layersLouis Peens4-2/+125
2021-07-22nfp: flower: refactor action offload code slightlyLouis Peens3-20/+19
2021-07-22nfp: flower: refactor match functions to take flow_rule as inputLouis Peens4-28/+17
2021-07-22nfp: flower: make the match compilation functions reusableYinjun Zhang2-145/+239
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean8-42/+46
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean12-23/+187
2021-07-22net: dpaa2-switch: refactor prechangeupper sanity checksVladimir Oltean1-11/+26
2021-07-22net: dpaa2-switch: use extack in dpaa2_switch_port_bridge_joinVladimir Oltean1-4/+7
2021-07-22ionic: cleanly release devlink instanceLeon Romanovsky1-7/+7
2021-07-21ionic: drop useless check of PCI driver data validityLeon Romanovsky1-3/+0
2021-07-21i40e: add support for PTP external synchronization clockPiotr Kwapulinski4-20/+871
2021-07-21igc: Increase timeout value for Speed 100/1000/2500Muhammad Husaini Zulkifli1-1/+3
2021-07-21igc: Set QBVCYCLET_S to 0 for TSN Basic SchedulingMuhammad Husaini Zulkifli1-1/+1
2021-07-21igc: Remove phy->type checkingSasha Neftin1-11/+4
2021-07-21igc: Remove _I_PHY_ID checkingSasha Neftin3-15/+4
2021-07-21igc: Check if num of q_vectors is smaller than max before array accessSasha Neftin1-1/+8
2021-07-21net/e1000e: Fix spelling mistake "The" -> "This"Tree Davies1-1/+1
2021-07-21e1000e: Add space to the debug printSasha Neftin1-2/+4
2021-07-21e1000e: Add support for the next LOM generationSasha Neftin2-0/+8
2021-07-21e1000e: Add support for Lunar LakeSasha Neftin5-0/+21
2021-07-21e1000e: Additional PHY power saving in S0ixSasha Neftin1-0/+6
2021-07-21e1000e: Add polling mechanism to indicate CSME DPG exitSasha Neftin3-0/+26
2021-07-21e1000e: 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-17igc: Export LEDsKurt Kanzenbach5-0/+155
2021-07-17igc: Make flex filter more flexibleKurt Kanzenbach3-20/+22
2021-07-17igc: Allow for Flex Filters to be installedVinicius Costa Gomes1-6/+0
2021-07-17igc: Integrate flex filter into ethtool opsKurt Kanzenbach4-10/+228
2021-07-17igc: 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