summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-06-18net: Add skb_can_coalesce for netmemDragos Tatulea1-3/+9
2025-06-18net: ipv6: Add ip6_mr_output()Petr Machata2-0/+8
2025-06-18net: vlan: Use IS_ENABLED() helper for CONFIG_VLAN_8021Q guardGal Pressman1-1/+1
2025-06-18net: vlan: Replace BUG() with WARN_ON_ONCE() in vlan_dev_* stubsGal Pressman1-3/+3
2025-06-18net: vlan: Make is_vlan_dev() a stub when VLAN is not configuredGal Pressman1-5/+10
2025-06-18tcp: remove RFC3517/RFC6675 hint state: lost_skb_hint, lost_cnt_hintNeal Cardwell1-3/+0
2025-06-18Merge branch 'shradha_v6.16-rc1' of https://github.com/shradhagupta6/linuxJakub Kicinski1-0/+2
2025-06-17PCI/MSI: Export pci_msix_prepare_desc() for dynamic MSI-X allocationsShradha Gupta1-0/+2
2025-06-17net: phy: remove phy_driver_is_genphy_10gHeiner Kallweit1-2/+0
2025-06-17net: phy: improve phy_driver_is_genphyHeiner Kallweit1-1/+11
2025-06-17net: phy: add flag is_genphy_driven to struct phy_deviceHeiner Kallweit1-0/+2
2025-06-17octeontx2: Set appropriate PF, VF masks and shifts based on siliconSubbaraya Sundeep1-0/+25
2025-06-17netpoll: move netpoll_print_options to netconsoleBreno Leitao1-1/+0
2025-06-17netpoll: relocate netconsole-specific functions to netconsole moduleBreno Leitao1-1/+0
2025-06-17netpoll: expose netpoll logging macros in public headerBreno Leitao1-0/+7
2025-06-17netpoll: remove __netpoll_cleanup from exported APIBreno Leitao1-1/+0
2025-06-14net: sysfs: Implement is_visible for phys_(port_id, port_name, switch_id)Yajun Deng1-1/+1
2025-06-14dpll: add phase_offset_monitor_get/set callback opsArkadiusz Kubalewski1-0/+8
2025-06-14net: phy: improve rgmii_clock() documentationRussell King (Oracle)1-2/+4
2025-06-13net: phy: simplify phy_get_internal_delay()Russell King (Oracle)1-2/+2
2025-06-13net: phy: move definition of genphy_c45_driver to phy_device.cHeiner Kallweit1-3/+0
2025-06-13net: phy: assign default match function for non-PHY MDIO devicesHeiner Kallweit1-1/+0
2025-06-13net: ethtool: add dedicated callbacks for getting and setting rxfh fieldsJakub Kicinski1-0/+20
2025-06-13net: ethtool: require drivers to opt into the per-RSS ctx RXFHJakub Kicinski1-0/+3
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski35-117/+378
2025-06-12eth: Update rmon hist rangeMohsin Bashir1-1/+1
2025-06-11KEYS: Invert FINAL_PUT bitHerbert Xu1-1/+1
2025-06-11Merge tag 'linux-can-next-for-6.17-20250610' of git://git.kernel.org/pub/scm/...Jakub Kicinski2-3/+3
2025-06-10can: bittiming: rename can_tdc_is_enabled() into can_fd_tdc_is_enabled()Vincent Mailhol1-1/+1
2025-06-10can: bittiming: rename CAN_CTRLMODE_TDC_MASK into CAN_CTRLMODE_FD_TDC_MASKVincent Mailhol2-2/+2
2025-06-09net: intel: move RSS packet classifier types to libieJacob Keller2-0/+42
2025-06-09net: intel: rename 'hena' to 'hashcfg' for clarityJacob Keller1-11/+11
2025-06-08Merge tag 'timers-cleanups-2025-06-08' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-06-08Merge tag 'timers-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2025-06-08Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-4/+12
2025-06-07Merge tag 'mm-hotfixes-stable-2025-06-06-16-02' of git://git.kernel.org/pub/s...Linus Torvalds2-4/+7
2025-06-07finish_automount(): don't leak MNT_LOCKED from parent to childAl Viro1-1/+2
2025-06-07Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+7
2025-06-06Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-06-06Merge tag 'usb-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-6/+126
2025-06-06Merge tag 'tty-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-17/+41
2025-06-06Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-72/+173
2025-06-06Merge tag 'mips_6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-10/+6
2025-06-06mm/hugetlb: unshare page tables during VMA split, not beforeJann Horn1-0/+3
2025-06-06alloc_tag: handle module codetag load errors as module load failuresSuren Baghdasaryan1-4/+4
2025-06-06Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt19-116/+180
2025-06-06raid6: Add RISC-V SIMD syndrome and recovery calculationsChunyan Zhang1-0/+5
2025-06-05module: make __mod_device_table__* symbols staticMasahiro Yamada1-2/+2