summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-10-21net: stmmac: remove broken PCS codeRussell King (Oracle)1-1/+0
2025-10-21nl802154: fix some kernel-doc warningsRandy Dunlap1-3/+2
2025-10-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski5-0/+12
2025-10-18tcp: Convert tcp-md5 to use MD5 library instead of crypto_ahashEric Biggers1-18/+8
2025-10-18inet: Avoid ehash lookup race in inet_ehash_insert()Xuanqiang Luo1-0/+13
2025-10-18rculist: Add hlist_nulls_replace_rcu() and hlist_nulls_replace_init_rcu()Xuanqiang Luo1-0/+59
2025-10-18ipv6: Move ipv6_fl_list from ipv6_pinfo to inet_sock.Kuniyuki Iwashima2-1/+1
2025-10-17net: dev_queue_xmit() llist adoptionEric Dumazet1-1/+3
2025-10-17net: sched: claim one cache line in QdiscEric Dumazet1-11/+7
2025-10-17Revert "net/sched: Fix mirred deadlock on device recursion"Eric Dumazet1-1/+0
2025-10-17net/sched: act_mirred: add loop detectionEric Dumazet1-1/+8
2025-10-16bpf: Introduce SK_BPF_BYPASS_PROT_MEM.Kuniyuki Iwashima1-0/+2
2025-10-16net: Introduce net.core.bypass_prot_mem sysctl.Kuniyuki Iwashima1-0/+1
2025-10-16net: Allow opt-out from global protocol memory accounting.Kuniyuki Iwashima3-0/+9
2025-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski25-63/+116
2025-10-16Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-0/+16
2025-10-16net: remove obsolete WARN_ON(refcount_read(&sk->sk_refcnt) == 1)Eric Dumazet1-8/+4
2025-10-15net: bcmgenet: remove unused platform codeHeiner Kallweit1-19/+0
2025-10-15net: allow busy connected flows to switch tx queuesEric Dumazet1-14/+12
2025-10-15net: add /proc/sys/net/core/txq_reselection_ms controlEric Dumazet1-0/+1
2025-10-15net: add SK_WMEM_ALLOC_BIAS constantEric Dumazet1-1/+2
2025-10-15tcp: better handle TCP_TX_DELAY on established flowsEric Dumazet1-0/+2
2025-10-15net: mdio: use macro module_driver to avoid boilerplate codeHeiner Kallweit1-11/+2
2025-10-14netmem: replace __netmem_clear_lsb() with netmem_to_nmdesc()Byungchul Park1-33/+33
2025-10-14net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov1-0/+15
2025-10-14net: phy: bcm54811: Fix GMII/MII/MII-Lite selectionKamil HorĂ¡k - 2N1-0/+1
2025-10-13ata: libata-core: relax checks in ata_read_log_directory()Damien Le Moal1-0/+6
2025-10-12Revert "i2c: boardinfo: Annotate code used in init phase only"Wolfram Sang1-1/+1
2025-10-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+3
2025-10-11Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-18/+14
2025-10-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-1/+1
2025-10-11Merge tag 'mm-nonmm-stable-2025-10-10-15-03' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+31
2025-10-11Merge tag 'mm-hotfixes-stable-2025-10-10-15-00' of git://git.kernel.org/pub/s...Linus Torvalds2-8/+20
2025-10-11Merge tag 'drm-next-2025-10-11-1' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-5/+6
2025-10-10Merge tag 'devicetree-fixes-for-6.18-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+4
2025-10-10Merge tag 'ceph-for-6.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-4/+6
2025-10-10Merge tag 'block-6.18-20251009' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-15/+3
2025-10-10Merge tag 'io_uring-6.18-20251009' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-10-10Merge tag 'i2c-for-6.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-10-10tpm: use a map for tpm2_calc_ordinal_duration()Jarkko Sakkinen1-2/+3
2025-10-09Merge tag 'amd-drm-next-6.18-2025-10-09' of https://gitlab.freedesktop.org/ag...Dave Airlie1-2/+2
2025-10-09Merge tag 'net-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-13/+17
2025-10-09libceph: pass the message pointer instead of loading con->out_msgMax Kellermann1-2/+2
2025-10-09libceph: make ceph_con_get_out_msg() return the message pointerMax Kellermann1-1/+1
2025-10-09libceph: Use HMAC-SHA256 library instead of crypto_shashEric Biggers1-1/+3
2025-10-08Merge tag 'vfio-v6.18-rc1-pt2' of https://github.com/awilliam/linux-vfioLinus Torvalds2-1/+42
2025-10-08Merge tag 'input-for-v6.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-267/+0
2025-10-08mm/ksm: fix flag-dropping behavior in ksm_madviseJakub Acs1-1/+1
2025-10-08memcg: skip cgroup_file_notify if spinning is not allowedShakeel Butt1-7/+19
2025-10-07kho: add support for preserving vmalloc allocationsMike Rapoport (Microsoft)1-0/+28