summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: libwx: fix memory leak in wx_setup_rx_resourcesZhengchao Shao2023-04-201-1/+4
* net: micrel: Update the list of supported physHoratiu Vultur2023-04-201-2/+2
* net: stmmac: dwmac-meson8b: Avoid cast to incompatible function typeSimon Horman2023-04-201-2/+6
* net: dsa: mt7530: fix support for MT7531BEDaniel Golle2023-04-203-10/+16
* stmmac: fix changing mac addressCorinna Vinschen2023-04-191-0/+2
* net: phy: marvell: Implement led_blink_set()Andrew Lunn2023-04-191-0/+36
* net: phy: phy_device: Call into the PHY driver to set LED blinkingAndrew Lunn2023-04-191-0/+18
* net: phy: marvell: Add software control of the LEDsAndrew Lunn2023-04-191-5/+40
* net: phy: phy_device: Call into the PHY driver to set LED brightnessAndrew Lunn2023-04-191-3/+12
* net: phy: Add a binding for PHY LEDsAndrew Lunn2023-04-192-0/+77
* net: dsa: qca8k: add LEDs blink_set() supportChristian Marangi2023-04-191-0/+38
* net: dsa: qca8k: add LEDs basic supportChristian Marangi2023-04-196-0/+331
* net: dsa: qca8k: move qca8k_port_to_phy() to headerChristian Marangi2023-04-192-15/+14
* net: wwan: Expose secondary AT port on DATA1Jaime Breva2023-04-191-0/+1
* net/mlx5e: RX, Add XDP multi-buffer support in Striding RQTariq Toukan2023-04-195-59/+138
* net/mlx5e: RX, Prepare non-linear striding RQ for XDP multi-buffer supportTariq Toukan2023-04-191-4/+47
* net/mlx5e: RX, Generalize mlx5e_fill_mxbuf()Tariq Toukan2023-04-191-5/+8
* net/mlx5e: RX, Take shared info fragment addition into a functionTariq Toukan2023-04-191-25/+31
* net/mlx5e: XDP, Allow non-linear single-segment frames in XDP TX MPWQETariq Toukan2023-04-191-9/+26
* net/mlx5e: XDP, Remove un-established assumptions on XDP bufferTariq Toukan2023-04-192-18/+22
* net/mlx5e: XDP, Consider large muti-buffer packets in Striding RQ params calc...Tariq Toukan2023-04-191-4/+7
* net/mlx5e: XDP, Let XDP checker function get the params as inputTariq Toukan2023-04-191-13/+8
* net/mlx5e: XDP, Improve Striding RQ check with XDPTariq Toukan2023-04-191-14/+9
* net/mlx5e: XDP, Add support for multi-buffer XDP redirect-inTariq Toukan2023-04-193-17/+75
* net/mlx5e: XDP, Use multiple single-entry objects in xdpi_fifoTariq Toukan2023-04-195-50/+101
* net/mlx5e: XDP, Remove doubtful unlikely callsTariq Toukan2023-04-191-5/+5
* net/mlx5e: Introduce extended version for mlx5e_xmit_dataTariq Toukan2023-04-195-34/+44
* net/mlx5e: Move struct mlx5e_xmit_data to datapath headerTariq Toukan2023-04-192-6/+7
* net/mlx5e: Move XDP struct and enum to XDP headerTariq Toukan2023-04-192-35/+35
* net: ethernet: stmmac: dwmac-sti: remove stih415/stih416/stid127Alain Volmat2023-04-191-59/+1
* net: mscc: ocelot: remove incompatible prototypesArnd Bergmann2023-04-191-3/+0
* net: stmmac: propagate feature flags to vlanCorinna Vinschen2023-04-191-0/+4
* bonding: add software tx timestamping supportHangbin Liu2023-04-191-0/+30
* net: stmmac: dwmac-starfive: Add phy interface settingsSamin Guo2023-04-181-0/+48
* net: stmmac: Add glue layer for StarFive JH7110 SoCSamin Guo2023-04-183-0/+136
* net: stmmac: platform: Add snps,dwmac-5.20 IP compatible stringEmil Renner Berthing2023-04-181-1/+2
* r8169: use new macro netif_subqueue_completed_wake in the tx cleanup pathHeiner Kallweit2023-04-181-12/+4
* r8169: use new macro netif_subqueue_maybe_stop in rtl8169_start_xmitHeiner Kallweit2023-04-181-28/+11
* net: mscc: ocelot: add support for preemptible traffic classesVladimir Oltean2023-04-184-3/+71
* net: dsa: felix: act upon the mqprio qopt in taprio offloadVladimir Oltean2023-04-181-5/+17
* net: mscc: ocelot: add support for mqprio offloadVladimir Oltean2023-04-182-0/+59
* net: mscc: ocelot: don't rely on cached verify_status in ocelot_port_get_mm()Vladimir Oltean2023-04-181-0/+1
* net: mscc: ocelot: optimize ocelot_mm_irq()Vladimir Oltean2023-04-181-2/+28
* net: mscc: ocelot: remove struct ocelot_mm_state :: lockVladimir Oltean2023-04-181-12/+8
* net: mscc: ocelot: export a single ocelot_mm_irq()Vladimir Oltean2023-04-182-6/+11
* net: stmmac: add Rx HWTS metadata to XDP ZC receive pktSong Yoong Siang2023-04-181-0/+22
* net: stmmac: add Rx HWTS metadata to XDP receive pktSong Yoong Siang2023-04-182-1/+42
* net: stmmac: introduce wrapper for struct xdp_buffSong Yoong Siang2023-04-182-9/+13
* net/mlx5e: Accept tunnel mode for IPsec packet offloadLeon Romanovsky2023-04-181-7/+8
* net/mlx5e: Create IPsec table with tunnel support only when encap is disabledLeon Romanovsky2023-04-183-3/+39