summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2022-02-03i40e: Add sending commands in atomic contextJedrzej Jagielski1-9/+12
2022-02-03i40e: Remove unused RX realloc statJoe Damato2-3/+1
2022-02-03i40e: Disable hw-tc-offload feature on driver loadMateusz Palczewski1-1/+4
2022-02-02drivers: net: Replace acpi_bus_get_device()Rafael J. Wysocki1-1/+2
2022-02-01sfc: The size of the RX recycle ring should be more flexibleMartin Habets7-17/+57
2022-02-01r8169: support L1.2 control on RTL8168hHeiner Kallweit1-0/+2
2022-02-01net: lan966x: Implement get_ts_infoHoratiu Vultur1-0/+34
2022-02-01net: lan966x: Add support for ptp interruptsHoratiu Vultur3-0/+130
2022-02-01net: lan966x: Update extraction/injection for timestampingHoratiu Vultur3-5/+207
2022-02-01net: lan966x: Implement SIOCSHWTSTAMP and SIOCGHWTSTAMPHoratiu Vultur3-0/+100
2022-02-01net: lan966x: Add support for ptp clocksHoratiu Vultur4-1/+317
2022-02-01net: lan966x: Add registers that are use for ptp functionalityHoratiu Vultur2-0/+104
2022-02-01Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nextDavid S. Miller5-33/+54
2022-01-31sh_eth: kill useless initializers in sh_eth_{suspend|resume}()Sergey Shtylyov1-2/+2
2022-01-31net: ena: Do not waste napi skb cacheHyeonggon Yoo1-3/+2
2022-01-31qed: use msleep() in qed_mcp_cmd() and add qed_mcp_cmd_nosleep() for udelay.Venkata Sudheer Kumar Bhavaraju2-14/+64
2022-01-31ixgbe: respect metadata on XSK Rx to skbAlexander Lobakin1-4/+10
2022-01-31ixgbe: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin1-3/+1
2022-01-31ixgbe: pass bi->xdp to ixgbe_construct_skb_zc() directlyAlexander Lobakin1-9/+10
2022-01-31igc: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin1-6/+7
2022-01-31ice: respect metadata on XSK Rx to skbAlexander Lobakin1-4/+10
2022-01-31ice: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin1-3/+1
2022-01-31ice: respect metadata in legacy-rx/ice_construct_skb()Alexander Lobakin1-4/+11
2022-01-31i40e: respect metadata on XSK Rx to skbAlexander Lobakin1-4/+10
2022-01-31i40e: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin1-3/+1
2022-01-31net: mana: Reuse XDP dropped pageHaiyang Zhang2-2/+14
2022-01-31net: mana: Add counter for XDP_TXHaiyang Zhang3-5/+15
2022-01-31net: mana: Add counter for packet dropped by XDPHaiyang Zhang3-29/+49
2022-01-31sh_eth: sh_eth_close() always returns 0Sergey Shtylyov1-3/+1
2022-01-31ravb: ravb_close() always returns 0Sergey Shtylyov1-4/+1
2022-01-31net/fsl: xgmac_mdio: fix return value check in xgmac_mdio_probe()Wei Yongjun1-2/+2
2022-01-31r8169: add rtl_disable_exit_l1()Heiner Kallweit1-5/+16
2022-01-31phy: make phy_set_max_speed() *void*Sergey Shtylyov2-15/+3
2022-01-29net: macb: Added ZynqMP-specific initializationRobert Hancock2-3/+64
2022-01-28net: stmmac: dwmac-sun8i: make clk really gated during rpm suspendedJisheng Zhang1-19/+11
2022-01-28net/fsl: xgmac_mdio: Fix spelling mistake "frequecy" -> "frequency"Colin Ian King1-1/+1
2022-01-28octeontx2-pf: Change receive buffer size using ethtoolSubbaraya Sundeep5-1/+33
2022-01-28bnxt: report header-data split stateJakub Kicinski1-0/+3
2022-01-28net: mvneta: remove unnecessary if condition in mvneta_xdp_submit_frameLorenzo Bianconi1-4/+2
2022-01-28net: sparx5: use .mac_select_pcs() interfaceRussell King (Oracle)2-1/+10
2022-01-27mlxsw: spectrum_acl: Allocate default actions for internal TCAM regionsIdo Schimmel2-1/+13
2022-01-27mlxsw: spectrum: Guard against invalid local portsAmit Cohen4-7/+10
2022-01-27mlxsw: core: Consolidate trap groups to a single event groupJiri Pirko4-9/+8
2022-01-27mlxsw: core: Move functions to register/unregister array of traps to core.cJiri Pirko3-49/+58
2022-01-27mlxsw: core: Move basic trap group initialization from spectrum.cJiri Pirko3-31/+21
2022-01-27mlxsw: core: Move basic_trap_groups_set() call out of EMAD init codeJiri Pirko1-6/+10
2022-01-27mlxsw: spectrum: Set basic trap groups from an arrayJiri Pirko1-29/+18
2022-01-27Merge tag 'mlx5-updates-2022-01-27' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski39-352/+440
2022-01-27Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski10-112/+49
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-70/+81