aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2022-02-14ice: enable parsing IPSEC SPI headers for RSSJesse Brandeburg1-0/+6
2022-02-14net: Add dm9051 driverJoseph CHAMG4-0/+1454
2022-02-13net: lan966x: Fix when CONFIG_IPV6 is not setHoratiu Vultur1-1/+2
2022-02-13net: lan966x: Fix when CONFIG_PTP_1588_CLOCK is compiled as moduleHoratiu Vultur1-0/+1
2022-02-13net: lan743x: Add support for Clause-45 MDIO PHY managementRaju Lakkaraju2-3/+122
2022-02-13net: lan743x: Add support for SGMII interfaceRaju Lakkaraju2-0/+65
2022-02-13net: lan743x: Increase MSI(x) vectors to 16 and Int de-assertion timers to 10Raju Lakkaraju2-10/+28
2022-02-13net: lan743x: Add support for 4 Tx queuesRaju Lakkaraju3-24/+79
2022-02-13net: lan743x: Add PCI11010 / PCI11414 device IDsRaju Lakkaraju2-2/+11
2022-02-12ARM: ixp4xx: Drop all common codeLinus Walleij1-1/+0
2022-02-12net: ixp4xx_eth: Drop platform data supportLinus Walleij2-68/+21
2022-02-11Revert "net: ethernet: cavium: use div64_u64() instead of do_div()"Jakub Kicinski1-2/+2
2022-02-11atl1c: fix tx timeout after link flap on Mikrotik 10/25G NICGatis Peisenieks1-1/+1
2022-02-11net: moxa: use GFP_KERNELJulia Lawall1-2/+2
2022-02-11octeontx2-af: fix array bound errorHariprasad Kelam1-2/+3
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-39/+101
2022-02-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueJakub Kicinski5-16/+53
2022-02-10net: mscc: ocelot: fix mutex lock error during ethtool stats readColin Foster1-4/+7
2022-02-10ice: Avoid RTNL lock when re-creating auxiliary deviceDave Ertman2-1/+5
2022-02-10ice: Fix KASAN error in LAG NETDEV_UNREGISTER handlerDave Ertman1-6/+28
2022-02-10ice: fix IPIP and SIT TSO offloadJesse Brandeburg2-8/+18
2022-02-10ice: fix an error code in ice_cfg_phy_fec()Dan Carpenter1-1/+2
2022-02-10octeontx2-pf: Add TC feature for VFsSubbaraya Sundeep6-62/+69
2022-02-10qed: prevent a fw assert during device shutdownVenkata Sudheer Kumar Bhavaraju3-2/+51
2022-02-10dpaa2-eth: unregister the netdev before disconnecting from the PHYRobert-Ionut Alexa1-2/+2
2022-02-10net: macb: Align the dma and coherent dma masksMarc St-Amand1-1/+1
2022-02-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller41-689/+4150
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski10-143/+305
2022-02-09ice: Add ability for PF admin to enable VF VLAN pruningBrett Creeley4-2/+40
2022-02-09ice: Add support for 802.1ad port VLANs VFBrett Creeley1-7/+44
2022-02-09ice: Advertise 802.1ad VLAN filtering and offloads for PF netdevBrett Creeley2-49/+238
2022-02-09ice: Support configuring the device to Double VLAN ModeBrett Creeley17-59/+996
2022-02-09ice: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2Brett Creeley6-43/+1226
2022-02-09ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley9-22/+87
2022-02-09ice: Add outer_vlan_ops and VSI specific VLAN ops implementationsBrett Creeley16-86/+813
2022-02-09ice: Adjust naming for inner VLAN operationsBrett Creeley6-142/+140
2022-02-09ice: Use the proto argument for VLAN opsBrett Creeley11-26/+78
2022-02-09ice: Refactor vf->port_vlan_info to use ice_vlanBrett Creeley2-35/+44
2022-02-09ice: Introduce ice_vlan structBrett Creeley10-59/+82
2022-02-09ice: Add new VSI VLAN opsBrett Creeley14-334/+450
2022-02-09ice: Add helper function for adding VLAN 0Brett Creeley4-5/+14
2022-02-09ice: Refactor spoofcheck configuration functionsBrett Creeley2-50/+128
2022-02-09net: ethernet: cavium: use div64_u64() instead of do_div()Wang Qing1-2/+2
2022-02-09net:enetc: enetc qos using the CBDR dma alloc functionPo Liu1-75/+22
2022-02-09net:enetc: command BD ring data memory alloc as one function alonePo Liu2-30/+49
2022-02-09net:enetc: allocate CBD ring data memory using DMA coherent methodsPo Liu1-64/+64
2022-02-09dpaa2-eth: add support for software TSOIoana Ciornei3-16/+205
2022-02-09dpaa2-eth: work with an array of FDsIoana Ciornei2-16/+47
2022-02-09dpaa2-eth: use the S/G table cache also for the normal S/G pathIoana Ciornei2-9/+8
2022-02-09dpaa2-eth: extract the S/G table buffer cache interaction into functionsIoana Ciornei1-24/+37