summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2026-05-18wifi: ath11k: fix use after free in ath11k_dp_rx_msdu_coalesce()Willmar Knikker
2026-05-18wifi: ath11k: fix peer resolution on rx path when peer_id=0Matthew Leach
2026-05-16wifi: iwlwifi: mld: disconnect only after 6 beacons without RxEmmanuel Grumbach
2026-05-16wifi: iwlwifi: mld: don't WARN on WoWLAN suspend w/o BSS vifJohannes Berg
2026-05-16wifi: iwlwifi: use correct function to read STEP_URM registerMoriya Itzchaki
2026-05-16wifi: iwlwifi: mvm: fix driver-set TX rates on old devicesJohannes Berg
2026-05-16wifi: iwlwifi: mld: don't dereference a pointer before NULL checking itMiri Korenblit
2026-05-16wifi: iwlwifi: mld: stop TX during firmware restartSheroz Juraev
2026-05-16wifi: iwlwifi: mld: fix TSO segmentation explosion when AMSDU is disabledCole Leavitt
2026-05-15net: airoha: Reserve RX headroom to avoid skb reallocationLorenzo Bianconi
2026-05-15octeontx2-af: CGX: add bounds check to cgx_speed_mbps indexSam Daly
2026-05-14net: ifb: report ethtool stats over num_tx_queuesMichael Bommarito
2026-05-14net/mlx5: Skip disabled vports when setting max TX speedOr Har-Toov
2026-05-14net/mlx5: Do not restore destination-less TC rulesJeroen Massar
2026-05-14net/mlx5e: Don't leak RSS context in case of errorGal Pressman
2026-05-14net: usb: usbnet: use proper ep number macrosOliver Neukum
2026-05-14octeontx2-pf: fix double free in rvu_rep_rsrc_init()Dawei Feng
2026-05-14net: dsa: microchip: bypass dev_ops for phylink_get_caps()Vladimir Oltean
2026-05-14net: dsa: microchip: bypass dev_ops for mirror operationsVladimir Oltean
2026-05-14net: dsa: microchip: bypass dev_ops for FDB and MDB operationsVladimir Oltean
2026-05-14net: dsa: microchip: bypass dev_ops for VLAN operationsVladimir Oltean
2026-05-14net: dsa: microchip: bypass dev_ops for change_mtu() operationVladimir Oltean
2026-05-14net: dsa: microchip: bypass dev_ops for FDB ageing operationsVladimir Oltean
2026-05-14net: dsa: microchip: remove unused phylink_mac_link_up() callbackBastien Curutchet (Schneider Electric)
2026-05-14net/mlx5e: Fix use-after-free in mlx5e_tx_reporter_timeout_recoverMatt Fleming
2026-05-15ovpn: disable BHs when updating device statsRalf Lici
2026-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-14ovpn: fix race between deleting interface and adding new peerAntonio Quartulli
2026-05-14ovpn: respect peer refcount in CMD_NEW_PEER error pathDavid Carlier
2026-05-14ovpn: tcp - use cached peer pointer in ovpn_tcp_close()David Carlier
2026-05-14net: phy: DP83TC811: add reading of abilitiesSven Schuchmann
2026-05-13net/mlx5e: increase RSS indirection table spread factorYael Chemla
2026-05-13net/mlx5e: resize configured default RSS context table on channel changeYael Chemla
2026-05-13net/mlx5e: resize non-default RSS indirection tables on channel changeYael Chemla
2026-05-13net/mlx5e: advertise max RSS indirection table size to ethtoolYael Chemla
2026-05-13net/mlx5e: remove channel count limit for XOR8 RSS hashYael Chemla
2026-05-13macsec: use rcu_work to defer TX SA crypto cleanup out of softirqJinliang Zheng
2026-05-13macsec: use rcu_work to defer RX SA crypto cleanup out of softirqJinliang Zheng
2026-05-13macsec: introduce dedicated workqueue for SA crypto cleanupJinliang Zheng
2026-05-13net: net_failover: Fix the deadlock in slave registerFaicker Mo
2026-05-13netconsole: move find_skb() from netpollBreno Leitao
2026-05-13netconsole: move netpoll_udp_checksum() from netpollBreno Leitao
2026-05-13netconsole: move push_udp() from netpollBreno Leitao
2026-05-13netconsole: move push_eth() from netpollBreno Leitao
2026-05-13netconsole: move push_ipv4() from netpollBreno Leitao
2026-05-13netconsole: move push_ipv6() from netpollBreno Leitao
2026-05-13netconsole: move netpoll_send_udp() from netpollBreno Leitao
2026-05-13net: usb: pegasus: replace simple_strtoul with kstrtouintSajal Gupta
2026-05-13ipvlan: use netif_receive_skb() in ipvlan_process_multicast()Eric Dumazet
2026-05-13tun/tap & vhost-net: avoid ptr_ring tail-drop when a qdisc is presentSimon Schippers