summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2026-03-17ppp: require callers of ppp_dev_name() to hold RCUQingfang Deng
2026-03-14net/mlx5: Add a shared devlink instance for PFs on same chipJiri Pirko
2026-03-14net: phy: move remaining provider code to mdio_bus_provider.cHeiner Kallweit
2026-03-14net: phy: make mdio_device.c part of libphyHeiner Kallweit
2026-03-14net: stmmac: avoid passing pci_devRussell King (Oracle)
2026-03-14tcp: implement RFC 7323 window retraction receiver requirementsSimon Baatz
2026-03-13udp: Remove UDPLITE_SEND_CSCOV and UDPLITE_RECV_CSCOV.Kuniyuki Iwashima
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-12Merge tag 'net-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-03-12tcp: add tcp_release_cb_cond() helperEric Dumazet
2026-03-11ipv6: move the disable_ipv6_mod knob to core codeJakub Kicinski
2026-03-10net: stmmac: add documentation for clocksRussell King (Oracle)
2026-03-10net: stmmac: add documentation for stmmac_dma_cfg membersRussell King (Oracle)
2026-03-10net: stmmac: use u8 for host_dma_width and similar struct membersRussell King (Oracle)
2026-03-10net: stmmac: use u8 for ?x_queues_to_use and number_?x_queuesRussell King (Oracle)
2026-03-10net: stmmac: reorder structs to reduce memory consumptionRussell King (Oracle)
2026-03-10net: stmmac: convert plat_stmmacenet_data booleans to type boolRussell King (Oracle)
2026-03-10net: stmmac: provide plat_dat->dma_cfg in stmmac_plat_dat_alloc()Russell King (Oracle)
2026-03-10Merge tag 'mm-hotfixes-stable-2026-03-09-16-36' of git://git.kernel.org/pub/s...Linus Torvalds
2026-03-10net: add xmit recursion limit to tunnel xmit functionsWeiming Shi
2026-03-09tcp: move tp->chrono_type next tp->chrono_stat[]Eric Dumazet
2026-03-09Merge tag 'ib-gpio-remove-of-gpio-h-for-v7.1' of git://git.kernel.org/pub/scm...Jakub Kicinski
2026-03-09ppp: simplify input error handlingQingfang Deng
2026-03-09gpio: remove of_get_named_gpio() and <linux/of_gpio.h>Jialu Xu
2026-03-07eventpoll: Convert epoll_put_uevent() to scoped user accessEric Dumazet
2026-03-07Merge tag 'driver-core-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-03-06net: phy: remove phy_attachHeiner Kallweit
2026-03-06qmi_wwan: allow max_mtu above hard_mtu to control rx_urb_sizeLaurent Vivier
2026-03-06net: stmmac: make pcs_mask and phy_mask u32Russell King (Oracle)
2026-03-06net: stmmac: mdio_bus_data->default_an_inband is booleanRussell King (Oracle)
2026-03-06Merge tag 'drm-fixes-2026-03-07' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-03-06Merge tag 'hid-for-linus-2026030601' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-03-06Merge tag 'platform-drivers-x86-v7.0-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-03-05tcp: Initialise ehash secrets during connect() and listen().Kuniyuki Iwashima
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-05Merge tag 'net-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-03-05Merge tag 'trace-v7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2026-03-05net: ethtool: Track pause storm eventsMohsin Bashir
2026-03-05net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lockSebastian Andrzej Siewior
2026-03-05Merge tag 'nf-next-26-03-04' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2026-03-04net: use ktime_t in struct scm_timestamping_internalEric Dumazet
2026-03-04Merge tag 'wireless-next-2026-03-04' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2026-03-04Merge tag 'vfs-7.0-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-03-04mm/mmu_notifier: clean up mmu_notifier.h kernel-docRandy Dunlap
2026-03-04uaccess: correct kernel-doc parameter formatRandy Dunlap
2026-03-04Revert "ptdesc: remove references to folios from __pagetable_ctor() and paget...Axel Rasmussen
2026-03-04wifi: UHR: define DPS/DBE/P-EDCA elements and fix size parsingKarthikeyan Kathirvel
2026-03-04rculist_bl: add hlist_bl_for_each_entry_continue_rcuJulian Anastasov
2026-03-03tracing: Fix WARN_ON in tracing_buffers_mmap_closeQing Wang
2026-03-03Revert "driver core: enforce device_lock for driver_match_device()"Danilo Krummrich