aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2026-08-20ipv6: seg6: clear IPv4 control block on IPIP decapsulationKyle Zeng1-0/+7
2026-08-20inetpeer: randomize RB-tree node comparison using SipHashEric Dumazet2-3/+39
2026-08-20ip6mr: do not clone dst in ip6mr_cache_report()Eric Dumazet1-1/+2
2026-08-20mptcp: fix uninitialized local_id in syncookie MP_JOIN reconstructionHarshit Varu1-0/+1
2026-08-20Merge tag 'fs_for_v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds21-267/+186
2026-08-20net: qlcnic: validate unified ROM sections before loadingPengpeng Hou1-196/+247
2026-08-20Merge tag 'fsnotify_for_v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds5-30/+25
2026-08-20net: add missing ref_tracker_dir_exit() to net_passive_dec()Tetsuo Handa1-0/+4
2026-08-20ACPI: Update upstream ACPICA repository URL in documentationRafael J. Wysocki1-5/+5
2026-08-20ACPI: Update MAINTAINERS entry for ACPICARafael J. Wysocki1-3/+3
2026-08-20ACPI: Add Bob Moore to CREDITSRafael J. Wysocki1-0/+4
2026-08-20Merge tag 'nfsd-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds117-1732/+5965
2026-08-20bnx2x: fix double free in bnx2x_init_firmware() error pathJiangshan Yi1-0/+3
2026-08-20ipv6: avoid divide by zero in rt6_multipath_rebalanceCen Zhang (Microsoft)1-1/+1
2026-08-20Merge tag 'for-linus-7.3-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds4-9/+6
2026-08-20netdevsim: update queue NAPI association on queue resetEric Dumazet1-0/+2
2026-08-20ACPI: pfr_update: fix stack buffer overflow in query_capability()Anirudh Prasad1-21/+24
2026-08-20net: mctp: hold a reference to the route device in mctp_route_lookup()Aldo Ariel Panzardo1-2/+17
2026-08-20Merge tag 'ntfs3_for_7.3' of https://github.com/Paragon-Software-Group/linux-ntfs3Linus Torvalds17-282/+922
2026-08-20net: ipa: balance runtime PM reference on remove errorRuoyu Wang1-3/+3
2026-08-20Merge branch 'forcedeth-two-register-window-bounds-fixes'Jakub Kicinski1-3/+3
2026-08-20Merge tag 'erofs-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds8-74/+182
2026-08-20forcedeth: stop the tx_timeout register dump past the requested windowMarek Czernohous1-1/+1
2026-08-20forcedeth: fix off-by-one when saving/restoring non-PCI config spaceMarek Czernohous1-2/+2
2026-08-20Merge branch 'net-mlx5-preserve-speed-and-state-across-vport-modify-commands'Jakub Kicinski7-16/+84
2026-08-20net/mlx5: E-Switch, preserve max tx speed on vport state modificationOr Har-Toov2-0/+44
2026-08-20net/mlx5: Move vport DOWN state check out of mlx5_query_vport_max_tx_speed()Or Har-Toov3-11/+9
2026-08-20net/mlx5: E-Switch, use state lock for vport state changesMark Bloch5-5/+31
2026-08-20net: thunderbolt: Count delivered packets in rx_packets and rx_bytesFan Ye1-3/+3
2026-08-20ipv6: rpl: fix NULL dereference of idev in ipv6_rpl_srh_rcv()Andrea Mayer1-14/+12
2026-08-20net/tcp-ao: fix use-after-free of current_key on reconnect to another peerHyunwoo Kim1-0/+9
2026-08-20Merge tag 'libnvdimm-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds10-66/+191
2026-08-20net/sched: add get_fill_size callbacks for actions missing themVictor Nogueira9-1/+235
2026-08-20selftests: net: packetdrill: add tests for advertised MSS with PMTU exceptionsEric Dumazet2-0/+134
2026-08-20net: advertise TCP MSS from the configured MTU, not the learned PMTUJiayuan Chen4-3/+65
2026-08-20net: macb: drop CONFIG_OF #if blockThéo Lebrun1-3/+1
2026-08-20Merge tag 'execve-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2026-08-20ACPI: scan: Defer device power initializationPeixin Xie2-4/+1
2026-08-20Merge tag 'bitmap-for-7.3' of https://github.com/norov/linuxLinus Torvalds68-138/+402
2026-08-20Merge tag 'ipsec-2026-08-18' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecJakub Kicinski6-26/+73
2026-08-20Merge tag 'nf-next-26-08-18' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski10-114/+302
2026-08-20ipv6: use RCU iterator to dump route exceptionsYuyang Huang1-1/+1
2026-08-20net: ipa: fix stalled modem TX queue after runtime resumeJorijn van der Graaf1-1/+17
2026-08-20net: bridge: Reject descending VLAN tunnel rangesRuoyu Wang1-1/+2
2026-08-20Merge tag 'kcsan-20260817-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/melver/linuxLinus Torvalds1-2/+10
2026-08-20xsk: fix NULL pointer dereference in __xsk_rcv()Cen Zhang (Microsoft)1-3/+27
2026-08-20Merge tag 'sched_ext-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds49-2577/+8794
2026-08-20Merge tag 'cgroup-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds18-303/+747
2026-08-20Merge tag 'wq-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds4-107/+240
2026-08-20Merge tag 'docs-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linuxLinus Torvalds85-603/+8018