Age | Commit message (Expand) | Author |
2023-04-20 | net: enetc: include MAC Merge / FP registers in register dump | Vladimir Oltean |
2023-04-20 | net: enetc: only commit preemptible TCs to hardware when MM TX is active | Vladimir Oltean |
2023-04-20 | net: enetc: report mm tx-active based on tx-enabled and verify-status | Vladimir Oltean |
2023-04-20 | net: enetc: fix MAC Merge layer remaining enabled until a link down event | Vladimir Oltean |
2023-04-20 | wwan: core: add print for wwan port attach/disconnect | Slark Xiao |
2023-04-20 | eth: mlx5: avoid iterator use outside of a loop | Jakub Kicinski |
2023-04-20 | net: phy: fix circular LEDS_CLASS dependencies | Arnd Bergmann |
2023-04-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-04-20 | wifi: ath9k: Don't mark channelmap stack variable read-only in ath9k_mci_upda... | Toke Høiland-Jørgensen |
2023-04-20 | Merge tag 'net-6.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2023-04-20 | net: libwx: fix memory leak in wx_setup_rx_resources | Zhengchao Shao |
2023-04-19 | Revert "net/mlx5: Enable management PF initialization" | Jakub Kicinski |
2023-04-19 | net: micrel: Update the list of supported phys | Horatiu Vultur |
2023-04-19 | net: stmmac: dwmac-meson8b: Avoid cast to incompatible function type | Simon Horman |
2023-04-19 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2023-04-19 | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n... | Jakub Kicinski |
2023-04-19 | e1000e: Disable TSO on i219-LM card to increase speed | Sebastian Basierski |
2023-04-19 | bnxt_en: fix free-runnig PHC mode | Vadim Fedorenko |
2023-04-19 | net: dsa: mt7530: fix support for MT7531BE | Daniel Golle |
2023-04-19 | Merge tag 'spi-fix-v6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-04-19 | Merge tag 'regulator-fix-v6.3-rc7' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2023-04-19 | net: dsa: microchip: ksz8795: Correctly handle huge frame configuration | Christophe JAILLET |
2023-04-19 | spi: spi-rockchip: Fix missing unwind goto in rockchip_sfc_probe() | Li Lanzhe |
2023-04-19 | stmmac: fix changing mac address | Corinna Vinschen |
2023-04-19 | hamradio: drop ISA_DMA_API dependency | Arnd Bergmann |
2023-04-19 | mlxsw: pci: Fix possible crash during initialization | Ido Schimmel |
2023-04-19 | net: phy: marvell: Implement led_blink_set() | Andrew Lunn |
2023-04-19 | net: phy: phy_device: Call into the PHY driver to set LED blinking | Andrew Lunn |
2023-04-19 | net: phy: marvell: Add software control of the LEDs | Andrew Lunn |
2023-04-19 | net: phy: phy_device: Call into the PHY driver to set LED brightness | Andrew Lunn |
2023-04-19 | net: phy: Add a binding for PHY LEDs | Andrew Lunn |
2023-04-19 | net: dsa: qca8k: add LEDs blink_set() support | Christian Marangi |
2023-04-19 | net: dsa: qca8k: add LEDs basic support | Christian Marangi |
2023-04-19 | net: dsa: qca8k: move qca8k_port_to_phy() to header | Christian Marangi |
2023-04-19 | net: wwan: Expose secondary AT port on DATA1 | Jaime Breva |
2023-04-19 | net: vmxnet3: Fix NULL pointer dereference in vmxnet3_rq_rx_complete() | Seiji Nishikawa |
2023-04-19 | net/mlx5e: RX, Add XDP multi-buffer support in Striding RQ | Tariq Toukan |
2023-04-19 | net/mlx5e: RX, Prepare non-linear striding RQ for XDP multi-buffer support | Tariq Toukan |
2023-04-19 | net/mlx5e: RX, Generalize mlx5e_fill_mxbuf() | Tariq Toukan |
2023-04-19 | net/mlx5e: RX, Take shared info fragment addition into a function | Tariq Toukan |
2023-04-19 | net/mlx5e: XDP, Allow non-linear single-segment frames in XDP TX MPWQE | Tariq Toukan |
2023-04-19 | net/mlx5e: XDP, Remove un-established assumptions on XDP buffer | Tariq Toukan |
2023-04-19 | net/mlx5e: XDP, Consider large muti-buffer packets in Striding RQ params calc... | Tariq Toukan |
2023-04-19 | net/mlx5e: XDP, Let XDP checker function get the params as input | Tariq Toukan |
2023-04-19 | net/mlx5e: XDP, Improve Striding RQ check with XDP | Tariq Toukan |
2023-04-19 | net/mlx5e: XDP, Add support for multi-buffer XDP redirect-in | Tariq Toukan |
2023-04-19 | net/mlx5e: XDP, Use multiple single-entry objects in xdpi_fifo | Tariq Toukan |
2023-04-19 | net/mlx5e: XDP, Remove doubtful unlikely calls | Tariq Toukan |
2023-04-19 | net/mlx5e: Introduce extended version for mlx5e_xmit_data | Tariq Toukan |
2023-04-19 | net/mlx5e: Move struct mlx5e_xmit_data to datapath header | Tariq Toukan |