summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2026-03-23idpf: only assign num refillqs if allocation was successfulJoshua Hay
2026-03-23idpf: clear stale cdev_info ptrJoshua Hay
2026-03-23iavf: fix out-of-bounds writes in iavf_get_ethtool_stats()Kohei Enju
2026-03-23ice: use ice_update_eth_stats() for representor statsPetr Oros
2026-03-23ice: fix inverted ready check for VF representorsPetr Oros
2026-03-23ice: set max queues in alloc_etherdev_mqs()Michal Swiatkowski
2026-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc5Alexei Starovoitov
2026-03-22mlx5: Remove redundant iseg baseParav Pandit
2026-03-20net/mlx5e: Allow set_rx_mode on uplink representorSaeed Mahameed
2026-03-20net: bcmasp: fix double disable of clkJustin Chen
2026-03-20net: bcmasp: fix double free of WoL irqJustin Chen
2026-03-20net: lan743x: fix SGMII detection on PCI1xxxx B0+ during warm resetThangaraj Samynathan
2026-03-20net: airoha: Reset PPE cpu port configuration in airoha_ppe_hw_init()Lorenzo Bianconi
2026-03-20net: macb: Protect access to net_device::ip_ptr with RCU lockKevin Hao
2026-03-20net: macb: Move devm_{free,request}_irq() out of spin lock areaKevin Hao
2026-03-19net: stmmac: rename STMMAC_GET_ENTRY() -> STMMAC_NEXT_ENTRY()Russell King (Oracle)
2026-03-19net: stmmac: use more descriptive names in stmmac_xmit()Russell King (Oracle)
2026-03-19net: stmmac: simplify DMA descriptor allocation/init/freeingRussell King (Oracle)
2026-03-19net: stmmac: more mode -> descriptor_mode renamesRussell King (Oracle)
2026-03-19net: stmmac: rename "mode" to "descriptor_mode"Russell King (Oracle)
2026-03-19ionic: fix persistent MAC address override on PFMohammad Heib
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-19net: mvpp2: guard flow control update with global_tx_fc in buffer switchingMuhammad Hammad Ijaz
2026-03-18net: mana: Add ethtool counters for RX CQEs in coalesced typeHaiyang Zhang
2026-03-18net: mana: Add support for RX CQE CoalescingHaiyang Zhang
2026-03-18net/mlx5e: Remove unused field in mlx5e_flow_steering structSaeed Mahameed
2026-03-18Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski
2026-03-18qed: Reimplement qed_mcast_bin_from_mac() using library functionsEric Biggers
2026-03-18net/mlx5: Support cross-timestamping on ARM architecturesCarolina Jubran
2026-03-18net/mlx5: Move crosststamp setup into helper functionCarolina Jubran
2026-03-18net/mlx5e: Add hds-thresh query support via ethtoolNimrod Oren
2026-03-18net/mlx5e: Fix race condition during IPSec ESN updateJianbo Liu
2026-03-18net/mlx5e: Prevent concurrent access to IPSec ASO contextJianbo Liu
2026-03-18net/mlx5: qos: Restrict RTNL area to avoid a lock cycleCosmin Ratiu
2026-03-18Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski
2026-03-18net: macb: fix uninitialized rx_fs_lockFedor Pchelkin
2026-03-18net: macb: fix use-after-free access to PTP clockFedor Pchelkin
2026-03-17net: stmmac: use queue rather than ->queue_indexRussell King (Oracle)
2026-03-17net: stmmac: remove tx_tail_addrRussell King (Oracle)
2026-03-17net: stmmac: add helper to set transmit tail pointerRussell King (Oracle)
2026-03-17net: stmmac: add helper to get size of a transmit descriptorRussell King (Oracle)
2026-03-17net: stmmac: add helper to get hardware transmit descriptorRussell King (Oracle)
2026-03-17net: stmmac: simplify stmmac_set_queue_rx_buf_size()Russell King (Oracle)
2026-03-17net: stmmac: add helper to set receive buffer sizeRussell King (Oracle)
2026-03-17net: stmmac: use consistent tests for receive buffer sizeRussell King (Oracle)
2026-03-17net: stmmac: remove rx_tail_addrRussell King (Oracle)
2026-03-17net: stmmac: add helper to set receive tail pointerRussell King (Oracle)
2026-03-17net: stmmac: add helper to get size of a receive descriptorRussell King (Oracle)
2026-03-17net: stmmac: add helper to get hardware receive descriptorRussell King (Oracle)
2026-03-17net: stmmac: clean up stmmac_clear_rx_descriptors()Russell King (Oracle)