summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-06-24net: phy: Add interface types for 50G and 100GAlexander Duyck
2025-06-21net: pse-pd: Fix ethnl_pse_send_ntf() stub parameter typeKory Maincent
2025-06-21netmem: fix skb_frag_address_safe with unreadable skbsMina Almasry
2025-06-19Merge branch 'ref_tracker-add-ability-to-register-a-debugfs-file-for-a-ref_tr...Jakub Kicinski
2025-06-19ref_tracker: eliminate the ref_tracker_dir name fieldJeff Layton
2025-06-19ref_tracker: add a way to create a symlink to the ref_tracker_dir debugfs fileJeff Layton
2025-06-19ref_tracker: automatically register a file in debugfs for a ref_tracker_dirJeff Layton
2025-06-19ref_tracker: add a static classname string to each ref_tracker_dirJeff Layton
2025-06-19ref_tracker: have callers pass output function to pr_ostream()Jeff Layton
2025-06-19net: add dev_dstats_rx_dropped_add() helperBreno Leitao
2025-06-19net: usb: Convert tasklet API to new bottom half workqueue mechanismJun Miao
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-06-19Merge tag 'net-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-06-19Merge tag 'wireless-2025-06-18' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-06-18net: pse-pd: Add support for budget evaluation strategiesKory Maincent (Dent Project)
2025-06-18net: ethtool: Add support for new power domains index descriptionKory Maincent (Dent Project)
2025-06-18net: pse-pd: Add support for PSE power domainsKory Maincent (Dent Project)
2025-06-18net: pse-pd: Add support for reporting eventsKory Maincent (Dent Project)
2025-06-18net: pse-pd: Introduce attached_phydev to pse controlKory Maincent (Dent Project)
2025-06-18Merge tag 'ata-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds
2025-06-17atm: Revert atm_account_tx() if copy_from_iter_full() fails.Kuniyuki Iwashima
2025-06-17net: Add skb_can_coalesce for netmemDragos Tatulea
2025-06-17net: ipv6: Add ip6_mr_output()Petr Machata
2025-06-17net: vlan: Use IS_ENABLED() helper for CONFIG_VLAN_8021Q guardGal Pressman
2025-06-17net: vlan: Replace BUG() with WARN_ON_ONCE() in vlan_dev_* stubsGal Pressman
2025-06-17net: vlan: Make is_vlan_dev() a stub when VLAN is not configuredGal Pressman
2025-06-17tcp: remove RFC3517/RFC6675 hint state: lost_skb_hint, lost_cnt_hintNeal Cardwell
2025-06-17Merge branch 'shradha_v6.16-rc1' of https://github.com/shradhagupta6/linuxJakub Kicinski
2025-06-17wifi: remove zero-length arraysJohannes Berg
2025-06-17PCI/MSI: Export pci_msix_prepare_desc() for dynamic MSI-X allocationsShradha Gupta
2025-06-16net: phy: remove phy_driver_is_genphy_10gHeiner Kallweit
2025-06-16net: phy: improve phy_driver_is_genphyHeiner Kallweit
2025-06-16net: phy: add flag is_genphy_driven to struct phy_deviceHeiner Kallweit
2025-06-16octeontx2: Set appropriate PF, VF masks and shifts based on siliconSubbaraya Sundeep
2025-06-16netpoll: move netpoll_print_options to netconsoleBreno Leitao
2025-06-16netpoll: relocate netconsole-specific functions to netconsole moduleBreno Leitao
2025-06-16netpoll: expose netpoll logging macros in public headerBreno Leitao
2025-06-16netpoll: remove __netpoll_cleanup from exported APIBreno Leitao
2025-06-16Merge tag 'x86_urgent_for_6.16-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-06-16Merge tag 'vfs-6.16-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-06-14net: sysfs: Implement is_visible for phys_(port_id, port_name, switch_id)Yajun Deng
2025-06-14Merge tag 'block-6.16-20250614' of git://git.kernel.dk/linuxLinus Torvalds
2025-06-14Merge tag 'mm-hotfixes-stable-2025-06-13-21-56' of git://git.kernel.org/pub/s...Linus Torvalds
2025-06-13dpll: add phase_offset_monitor_get/set callback opsArkadiusz Kubalewski
2025-06-13net: phy: improve rgmii_clock() documentationRussell King (Oracle)
2025-06-13Merge tag 'pm-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-06-13Merge branch 'pm-cpuidle'Rafael J. Wysocki
2025-06-13block: Fix bvec_set_folio() for very large foliosMatthew Wilcox (Oracle)
2025-06-13bio: Fix bio_first_folio() for SPARSEMEM without VMEMMAPMatthew Wilcox (Oracle)
2025-06-12mm: add mmap_prepare() compatibility layer for nested file systemsLorenzo Stoakes