summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-11-14Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-13Merge tag 'net-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-11-13net: stmmac: always allocate mac_device_infoRussell King (Oracle)
2025-11-13Merge tag 'linux-can-next-for-6.19-20251112-2' of git://git.kernel.org/pub/sc...Paolo Abeni
2025-11-12Merge tag 'dma-mapping-6.18-2025-11-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-11-12Merge tag 'wireless-next-2025-11-12' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2025-11-12net/mlx5: Expose definition for 1600Gbps link modeTariq Toukan
2025-11-11ethtool: fix incorrect kernel-doc style comment in ethtool.hKriish Sharma
2025-11-11mlx5: Fix default values in create CQAkiva Goldberger
2025-11-11net/mlx5: E-Switch, support eswitch inactive modeSaeed Mahameed
2025-11-10usbnet: Add support for Byte Queue Limits (BQL)Simon Schippers
2025-11-10bpf: Make bpf_skb_vlan_push helper metadata-safeJakub Sitnicki
2025-11-10bpf: Make bpf_skb_vlan_pop helper metadata-safeJakub Sitnicki
2025-11-10vlan: Make vlan_remove_tag return nothingJakub Sitnicki
2025-11-10bpf: Unclone skb head on bpf_dynptr_write to skb metadataJakub Sitnicki
2025-11-10net: Helper to move packet data and metadata after skb_push/pullJakub Sitnicki
2025-11-10wifi: mac80211: pass frame type to element parsingJohannes Berg
2025-11-10wifi: ieee80211: split NAN definitions outJohannes Berg
2025-11-10wifi: ieee80211: split P2P definitions outJohannes Berg
2025-11-10wifi: ieee80211: split S1G definitions outJohannes Berg
2025-11-10wifi: ieee80211: split EHT definitions outJohannes Berg
2025-11-10wifi: ieee80211: split HE definitions outJohannes Berg
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-09kho: allocate metadata directly from the buddy allocatorPasha Tatashin
2025-11-09mm/huge_memory: do not change split_huge_page*() target order silentlyZi Yan
2025-11-09Merge tag 'kbuild-fixes-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-11-09net/mlx5: fs, set non default device per namespacePatrisious Haddad
2025-11-09net/mlx5: fs, Add other_eswitch support for steering tablesPatrisious Haddad
2025-11-09net/mlx5: Add OTHER_ESWITCH HW capabilitiesPatrisious Haddad
2025-11-09PCI/TPH: Expose pcie_tph_get_st_table_loc()Yishai Hadas
2025-11-07Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2025-11-07net: phy: fixed_phy: shrink size of struct fixed_phy_statusHeiner Kallweit
2025-11-07net: phy: phy-c45: add OATC14 10BASE-T1S PHY cable diagnostic supportParthiban Veerasooran
2025-11-07compiler_types: Move unused static inline functions warning to W=2Peter Zijlstra
2025-11-06ice: add virtchnl definitions and static data for GTP RSSAleksandr Loktionov
2025-11-06Merge tag 'hardening-v6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
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-05libie: depend on DEBUG_FS when building LIBIE_FWLOGMichal Swiatkowski
2025-11-05Merge tag 'platform-drivers-x86-v6.18-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-11-05dma-mapping: Allow use of DMA_BIT_MASK(64) in global scopeJames Clark
2025-11-04net: Convert struct sockaddr to fixed-size "sa_data[14]"Kees Cook
2025-11-04bpf: Convert bpf_sock_addr_kern "uaddr" to sockaddr_unsizedKees Cook
2025-11-04bpf: Convert cgroup sockaddr filters to use sockaddr_unsized consistentlyKees Cook
2025-11-04net: Remove struct sockaddr from net.hKees Cook
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook