summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-11-20net/mlx5: Move SF dev table notifier registration outside the PF devlink lockCosmin Ratiu1-0/+1
2025-11-20net/mlx5: Move the SF table notifiers outside the devlink lockCosmin Ratiu1-0/+3
2025-11-20net/mlx5: Move the SF HW table notifier outside the devlink lockCosmin Ratiu1-0/+1
2025-11-20net/mlx5: Move the vhca event notifier outside of the devlink lockCosmin Ratiu1-2/+2
2025-11-20net/mlx5: Move the esw mode notifier chain outside the devlink lockCosmin Ratiu1-0/+1
2025-11-19net/mlx5: Abort new commands if all command slots are stalledSaeed Mahameed1-0/+1
2025-11-18net: phy: Add helper for fixing RGMII PHY mode based on internal mac delayInochi Amaoto1-0/+3
2025-11-15Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski5-17/+59
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-37/+38
2025-11-13Merge tag 'net-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-1/+2
2025-11-13net: stmmac: always allocate mac_device_infoRussell King (Oracle)1-1/+3
2025-11-13Merge tag 'linux-can-next-for-6.19-20251112-2' of git://git.kernel.org/pub/sc...Paolo Abeni1-1/+5
2025-11-13Merge tag 'dma-mapping-6.18-2025-11-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-1/+2
2025-11-12Merge tag 'wireless-next-2025-11-12' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski9-3289/+3464
2025-11-12net/mlx5: Expose definition for 1600Gbps link modeTariq Toukan1-0/+1
2025-11-12ethtool: fix incorrect kernel-doc style comment in ethtool.hKriish Sharma1-1/+1
2025-11-11mlx5: Fix default values in create CQAkiva Goldberger1-0/+1
2025-11-11net/mlx5: E-Switch, support eswitch inactive modeSaeed Mahameed1-0/+1
2025-11-11usbnet: Add support for Byte Queue Limits (BQL)Simon Schippers1-0/+2
2025-11-10bpf: Make bpf_skb_vlan_push helper metadata-safeJakub Sitnicki1-2/+3
2025-11-10bpf: Make bpf_skb_vlan_pop helper metadata-safeJakub Sitnicki1-1/+1
2025-11-10vlan: Make vlan_remove_tag return nothingJakub Sitnicki1-4/+2
2025-11-10bpf: Unclone skb head on bpf_dynptr_write to skb metadataJakub Sitnicki1-0/+9
2025-11-10net: Helper to move packet data and metadata after skb_push/pullJakub Sitnicki1-0/+75
2025-11-10wifi: mac80211: pass frame type to element parsingJohannes Berg1-0/+1
2025-11-10wifi: ieee80211: split NAN definitions outJohannes Berg2-17/+36
2025-11-10wifi: ieee80211: split P2P definitions outJohannes Berg2-52/+72
2025-11-10wifi: ieee80211: split S1G definitions outJohannes Berg2-569/+591
2025-11-10wifi: ieee80211: split EHT definitions outJohannes Berg2-1162/+1184
2025-11-10wifi: ieee80211: split HE definitions outJohannes Berg2-803/+827
2025-11-10wifi: ieee80211: split VHT definitions outJohannes Berg2-215/+237
2025-11-10wifi: ieee80211: split HT definitions outJohannes Berg2-271/+293
2025-11-10wifi: ieee80211: split mesh definitions outJohannes Berg2-209/+232
2025-11-10kho: allocate metadata directly from the buddy allocatorPasha Tatashin1-0/+3
2025-11-10mm/huge_memory: do not change split_huge_page*() target order silentlyZi Yan1-32/+23
2025-11-09Merge tag 'kbuild-fixes-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+2
2025-11-09net/mlx5: fs, set non default device per namespacePatrisious Haddad1-0/+22
2025-11-09net/mlx5: fs, Add other_eswitch support for steering tablesPatrisious Haddad1-0/+2
2025-11-09net/mlx5: Add OTHER_ESWITCH HW capabilitiesPatrisious Haddad1-16/+31
2025-11-09PCI/TPH: Expose pcie_tph_get_st_table_loc()Yishai Hadas1-0/+1
2025-11-08Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-0/+50
2025-11-08net: phy: fixed_phy: shrink size of struct fixed_phy_statusHeiner Kallweit1-3/+3
2025-11-08net: phy: phy-c45: add OATC14 10BASE-T1S PHY cable diagnostic supportParthiban Veerasooran1-0/+3
2025-11-07compiler_types: Move unused static inline functions warning to W=2Peter Zijlstra1-3/+2
2025-11-07ice: add virtchnl definitions and static data for GTP RSSAleksandr Loktionov1-0/+50
2025-11-06Merge tag 'hardening-v6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+6
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-10/+25
2025-11-06Merge tag 'net-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-1/+14
2025-11-06libie: depend on DEBUG_FS when building LIBIE_FWLOGMichal Swiatkowski1-0/+12
2025-11-05Merge tag 'platform-drivers-x86-v6.18-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+0