summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-10wifi: ieee80211: split VHT definitions outJohannes Berg
2025-11-10wifi: ieee80211: split HT definitions outJohannes Berg
2025-11-10wifi: ieee80211: split mesh definitions outJohannes Berg
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-06Merge tag 'net-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-11-06selftests/vsock: avoid false-positives when checking dmesgBobby Eshleman
2025-11-06Merge branch 'net-bridge-fix-two-mst-bugs'Jakub Kicinski
2025-11-06net: bridge: fix MST static key usageNikolay Aleksandrov
2025-11-06net: bridge: fix use-after-free due to MST port state bypassNikolay Aleksandrov
2025-11-06lan966x: Fix sleeping in atomic contextHoratiu Vultur
2025-11-06bonding: fix NULL pointer dereference in actor_port_prio settingHangbin Liu
2025-11-06net: dsa: microchip: Fix reserved multicast address table programmingTristram Ha
2025-11-06idpf: add support for IDPF PCI programming interfacePavan Kumar Linga
2025-11-06s390/ctcm: Use info level for handshake UC_RCRESETAswin Karuvally
2025-11-06Merge branch 'amd-xgbe-introduce-support-for-ethtool-selftests'Paolo Abeni
2025-11-06amd-xgbe: add ethtool jumbo frame selftestRaju Rangoju
2025-11-06amd-xgbe: add ethtool split header selftestRaju Rangoju
2025-11-06amd-xgbe: add ethtool phy loopback selftestRaju Rangoju
2025-11-06amd-xgbe: introduce support ethtool selftestRaju Rangoju
2025-11-06net: selftests: export packet creation helpers for driver useRaju Rangoju
2025-11-05dt-bindings: ethernet: eswin: fix yaml schema issuesShangjuan Wei
2025-11-05Merge branch 'net-stmmac-socfpga-add-agilex5-platform-support-and-enhancements'Jakub Kicinski
2025-11-05net: stmmac: socfpga: Add hardware supported cross-timestampRohan G Thomas
2025-11-05net: stmmac: socfpga: Enable TSO for Agilex5 platformRohan G Thomas
2025-11-05net: stmmac: socfpga: Enable TBS support for Agilex5Rohan G Thomas
2025-11-05net: stmmac: socfpga: Agilex5 EMAC platform configurationRohan G Thomas
2025-11-05Merge tag 'wireless-next-2025-11-05' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2025-11-05Merge tag 'wireless-2025-11-05' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-11-05net: wan: framer: pef2256: Switch to devm_mfd_add_devices()Haotian Zhang
2025-11-05net: dsa: microchip: Fix a link check in ksz9477_pcs_read()Dan Carpenter
2025-11-05net: libwx: fix device bus LAN IDJiawen Wu
2025-11-05Merge branch 'net-mlx5e-shampo-fixes-for-64kb-page-size'Jakub Kicinski
2025-11-05net/mlx5e: SHAMPO, Fix header formulas for higher MTUs and 64K pagesDragos Tatulea
2025-11-05net/mlx5e: SHAMPO, Fix skb size check for 64K pagesDragos Tatulea
2025-11-05net/mlx5e: SHAMPO, Fix header mapping for 64K pagesDragos Tatulea
2025-11-05net: ti: icssg-prueth: Fix fdb hash size configurationMeghana Malladi
2025-11-05net/mlx5e: Fix return value in case of module EEPROM read errorGal Pressman
2025-11-05net: gro_cells: Reduce lock scope in gro_cell_pollSebastian Andrzej Siewior
2025-11-05ptp: Return -EINVAL on ptp_clock_register if required ops are NULLTim Hostetler
2025-11-05libie: depend on DEBUG_FS when building LIBIE_FWLOGMichal Swiatkowski
2025-11-05Merge tag 'rust-fixes-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-11-05Merge tag 'platform-drivers-x86-v6.18-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-11-05Merge tag 'ath-next-20251103' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg
2025-11-05Merge tag 'ath-current-20251103' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg
2025-11-05wifi: mac80211_hwsim: Limit destroy_on_close radio removal to netgroupMartin Willi
2025-11-05Merge tag 'media/v6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2025-11-04netpoll: Fix deadlock in memory allocation under spinlockBreno Leitao
2025-11-04net: ethernet: ti: netcp: Standardize knav_dma_open_channel to return NULL on...Nishanth Menon
2025-11-04Merge branch 'net-introduce-struct-sockaddr_unsized'Jakub Kicinski
2025-11-04net: Convert struct sockaddr to fixed-size "sa_data[14]"Kees Cook