summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
35 hoursnet: phy: fix phy_uses_state_machine()Russell King (Oracle)1-2/+3
35 hoursnet: phy: allow MDIO bus PM ops to start/stop state machine for phylink-contr...Vladimir Oltean1-2/+29
35 hoursnet: phy: move phy_link_change() prior to mdio_bus_phy_may_suspend()Vladimir Oltean1-13/+13
35 hoursnet: macb: Move devm_{free,request}_irq() out of spin lock areaKevin Hao1-5/+8
35 hourswifi: virt_wifi: remove SET_NETDEV_DEV to avoid use-after-freeAlexander Popov1-1/+0
35 hoursnet: enetc: fix PF !of_device_is_available() teardown pathVladimir Oltean1-1/+1
35 hoursnet: ftgmac100: fix ring allocation unwind on open failureYufan Chen1-4/+24
35 hoursvxlan: validate ND option lengths in vxlan_na_createYang Yang1-2/+4
35 hourswifi: iwlwifi: mvm: fix potential out-of-bounds read in iwl_mvm_nd_match_info...Alexey Velichayshiy1-1/+1
35 hourswifi: wilc1000: fix u8 overflow in SSID scan buffer size calculationYasuaki Torimaru1-1/+1
35 hoursnet/mlx5: Avoid "No data available" when FW version queries failSaeed Mahameed3-24/+37
35 hoursnet/mlx5: lag: Check for LAG device before creating debugfsShay Drory1-0/+3
35 hoursnet: macb: properly unregister fixed rate clocksFedor Pchelkin1-4/+4
35 hoursnet: macb: fix clk handling on PCI glue driver removalFedor Pchelkin1-2/+4
35 hoursnet: xilinx: axienet: Correct BD length masks to match AXIDMA IP specSuraj Gupta1-2/+2
35 hourstg3: Fix race for querying speed/duplexThomas Bogendoerfer1-1/+1
35 hourstg3: replace placeholder MAC address with device propertyPaul SAGE1-0/+11
35 hoursnet: macb: Use dev_consume_skb_any() to free TX SKBsKevin Hao1-1/+1
35 hoursvirtio_net: Fix UAF on dst_ops when IFF_XMIT_DST_RELEASE is cleared and napi_...xietangxin1-0/+1
35 hoursnet: macb: use the current queue number for statsPaolo Valerio1-1/+1
35 hoursnet: enetc: fix the output issue of 'ethtool --show-ring'Wei Fang1-0/+2
35 hoursice: use ice_update_eth_stats() for representor statsPetr Oros2-4/+13
35 hoursrtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu5-6/+6
35 hoursionic: fix persistent MAC address override on PFMohammad Heib1-6/+11
35 hoursnet: usb: r8152: add TRENDnet TUC-ET2GValentin Spreckels1-0/+1
2026-03-25wifi: brcmfmac: fix use-after-free when rescheduling brcmf_btcoex_info workDuoming Zhou1-4/+2
2026-03-25net: stmmac: fix TSO DMA API usage causing oopsRussell King (Oracle)1-3/+4
2026-03-25net: dsa: bcm_sf2: fix missing clk_disable_unprepare() in error pathsAnas Iqbal1-2/+6
2026-03-25net: mvpp2: guard flow control update with global_tx_fc in buffer switchingMuhammad Hammad Ijaz1-2/+2
2026-03-25net: bonding: fix NULL deref in bond_debug_rlb_hash_showXiang Mei1-5/+11
2026-03-25net: macb: fix uninitialized rx_fs_lockFedor Pchelkin1-0/+3
2026-03-25wifi: wlcore: Return -ENOMEM instead of -EAGAIN if there is not enough headroomGuenter Roeck1-1/+1
2026-03-25iavf: fix VLAN filter lost on add/delete racePetr Oros1-3/+6
2026-03-25igc: fix missing update of skb->tail in igc_xmit_frame()Kohei Enju1-5/+2
2026-03-25net: usb: aqc111: Do not perform PM inside suspend callbackNikola Z. Ivanov1-6/+6
2026-03-25net: mana: fix use-after-free in mana_hwc_destroy_channel() by reordering tea...Dipayaan Roy1-3/+3
2026-03-25net: bcmgenet: increase WoL poll timeoutJustin Chen1-1/+1
2026-03-25net: stmmac: remove support for lpi_intr_oRussell King (Oracle)6-58/+0
2026-03-25eth: bnxt: always recalculate features after XDP clearing, fix null-derefJakub Kicinski3-13/+21
2026-03-25gve: defer interrupt enabling until NAPI registrationAnkit Garg2-1/+5
2026-03-25net: stmmac: dwmac-loongson: Set clk_csr_i to 100-150MHzHuacai Chen1-1/+1
2026-03-25net: enetc: allocate vf_state during PF probesWei Fang1-9/+9
2026-03-25net: enetc: reimplement RFS/RSS memory clearing as PCI quirkVladimir Oltean1-30/+73
2026-03-25net: fec: handle page_pool_dev_alloc_pages errorKevin Groeneveld1-5/+14
2026-03-25ice: reintroduce retry mechanism for indirect AQJakub Staniszewski1-3/+9
2026-03-25ice: sleep, don't busy-wait, in the SQ send retry loopMichal Schmidt1-1/+1
2026-03-25ice: remove unused buffer copy code in ice_sq_send_cmd_retry()Michal Schmidt1-11/+2
2026-03-25net: macb: Reinitialize tx/rx queue pointer registers and rx ring during resumeKevin Hao1-0/+10
2026-03-25net: macb: Introduce gem_init_rx_ring()Kevin Hao1-4/+9
2026-03-25net: macb: queue tie-off or disable during WOL suspendVineeth Karumanchi2-3/+64