summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-02-16net: add qsfp support [*experimental*]Russell King
2025-02-16net: sfp: clean up sfp-bus buildingRussell King
2025-02-16net: phylink: pass PHY interface mode into MAC LPI methodsRussell King (Oracle)
2025-02-16net: phy: add supported_interfaces to phylibRussell King
2025-02-16net: phy: provide phy driver start/stop hooksRussell King
2025-02-16net: phy: add resolved pause support [*not for mainline*]Russell King
2025-02-16net: phy: generate PHY mdio modaliasRussell King (Oracle)
2025-02-13net: xpcs: remove xpcs_config_eee() from global scopeRussell King (Oracle)
2025-02-13net: xpcs: add function to configure EEE clock multiplying factorRussell King (Oracle)
2025-02-13net: phylink: add support for notifying PCS about EEERussell King (Oracle)
2025-02-13net: phylink: provide phylink_mac_implements_lpi()Russell King (Oracle)
2025-01-21net: phylink: add EEE managementRussell King (Oracle)
2025-01-21net: phy: add support for querying PHY clock stop capabilityRussell King (Oracle)
2025-01-21net: mdio: add definition for clock stop capable bitRussell King (Oracle)
2025-01-21net: phylink: pass neg_mode into c22 state decoderRussell King (Oracle)
2025-01-21net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)
2025-01-21net: phy: add configuration of rx clock stop modeRussell King (Oracle)
2025-01-21net: dsa: remove get_mac_eee() methodRussell King (Oracle)
2025-01-21net: pcs: xpcs: make xpcs_get_interfaces() staticRussell King (Oracle)
2025-01-21net: phylink: add support for PCS supported_interfaces bitmapRussell King (Oracle)
2025-01-21net: phy: add phy_disable_eeeHeiner Kallweit
2025-01-20net: dsa: provide implementation of .support_eee()Russell King (Oracle)
2025-01-20net: dsa: add hook to determine whether EEE is supportedRussell King (Oracle)
2025-01-20net: phy: remove genphy_c45_eee_is_active()'s is_enabled argRussell King (Oracle)
2025-01-20net: phylink: add pcs_inband_caps() methodRussell King (Oracle)
2025-01-20net: phy: add phy_config_inband()Russell King (Oracle)
2025-01-20net: phy: add phy_inband_caps()Russell King (Oracle)
2025-01-19Merge tag 'timers_urgent_for_v6.13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-01-18Merge tag 'trace-v6.13-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-17Merge tag 'soc-fixes-6.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-01-17tracing: gfp: Fix the GFP enum values shown for user space tracing toolsSteven Rostedt
2025-01-16Merge tag 'net-6.13-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-01-16hrtimers: Handle CPU state correctly on hotplugKoichiro Den
2025-01-15net: make page_pool_ref_netmem work with net iovsPavel Begunkov
2025-01-15Merge tag 'ti-driver-soc-for-v6.14' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann
2025-01-14Merge tag 'seccomp-v6.13-rc8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-13Merge tag 'mm-hotfixes-stable-2025-01-13-00-03' of git://git.kernel.org/pub/s...Linus Torvalds
2025-01-12mm: clear uffd-wp PTE/PMD state on mremap()Ryan Roberts
2025-01-12module: fix writing of livepatch relocations in ROX textPetr Pavlu
2025-01-12hugetlb: fix NULL pointer dereference in trace_hugetlbfs_alloc_inodeMuchun Song
2025-01-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-01-12Merge tag 'kvm-s390-master-6.13-1' of https://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini
2025-01-12Merge tag 'kvmarm-fixes-6.13-3' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2025-01-11Merge tag 'soc-fixes-6.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-01-10xsk: Bring back busy polling supportStanislav Fomichev
2025-01-10Merge tag 'vfs-6.13-rc7.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-10Merge tag 'regulator-fix-v6.13-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-01-10Merge branch 'vfs-6.14.poll' into vfs.fixesChristian Brauner
2025-01-10poll: kill poll_does_not_wait()Oleg Nesterov
2025-01-10sock_poll_wait: kill the no longer necessary barrier after poll_wait()Oleg Nesterov