summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-17enic: add admin channel open and close for SR-IOVSatish Kharat6-1/+269
2026-08-17enic: verify firmware supports V2 SR-IOV at probe timeSatish Kharat2-1/+22
2026-08-17Merge branch 'mptcp-misc-features-for-v7-3'Jakub Kicinski14-30/+163
2026-08-17selftests: mptcp: diag: fix stack buffer overflow in get_subflow_info()Jiangshan Yi1-1/+2
2026-08-17selftests: mptcp: fix const qualifier warnings in strchr usageGeliang Tang1-2/+2
2026-08-17selftests: mptcp: pcap: drop most of the payloadMatthieu Baerts (NGI0)3-3/+3
2026-08-17selftests: mptcp: simult_flow: test name in pcap fileMatthieu Baerts (NGI0)1-2/+7
2026-08-17selftests: mptcp: connect: test name in pcap fileMatthieu Baerts (NGI0)1-3/+3
2026-08-17selftests: mptcp: check per-event MPTCP_RST_EMPTCP countersShardul Bankar1-0/+93
2026-08-17mptcp: add per-event MIB counters for MPTCP_RST_EMPTCP resetsShardul Bankar4-0/+25
2026-08-17mptcp: honour configured min/max RTO in retransmit pathsKalpan Jani1-4/+18
2026-08-17mptcp: pm: userspace: make remove_addr_entry staticMatthieu Baerts (NGI0)2-5/+4
2026-08-17mptcp: remove unused data_ack from struct mptcp_extGeliang Tang2-8/+2
2026-08-17mptcp: pm: add WARN_ON_ONCE guards on extra_subflows underflowTao Cui2-2/+4
2026-08-17Merge branch 'net-macb-implement-context-swapping'Jakub Kicinski4-517/+536
2026-08-17net: macb: refuse set_ringparam on EMACThéo Lebrun1-0/+3
2026-08-17net: macb: allocate tieoff descriptor once across device lifetimeThéo Lebrun1-34/+41
2026-08-17net: macb: enforce reverse christmas tree (RCT) conventionThéo Lebrun1-31/+30
2026-08-17net: macb: unify queue index variable naming convention and typesThéo Lebrun1-16/+16
2026-08-17net: macb: unify variable naming convention in at91ether functionsThéo Lebrun1-85/+91
2026-08-17net: macb: unify device pointer naming conventionThéo Lebrun4-361/+365
2026-08-17net: macb: drop "consistent" from alloc/free function namesThéo Lebrun1-6/+6
2026-08-17Merge tag 'gfs2-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds9-221/+35
2026-08-17net: dsa: mv88e6xxx: Fix PCS link check on CMODE read errorRuoyu Wang1-1/+4
2026-08-17Merge tag 'xfs-merge-7.3' of git://git.kernel.org:/pub/scm/fs/xfs/xfs-linuxLinus Torvalds25-346/+492
2026-08-17perf evlist: Warn when 'sleep' workload is used without system-wide (-a) optionIan Rogers1-0/+15
2026-08-17perf c2c: document function view in perf-c2c man pageJiebin Sun1-0/+71
2026-08-17perf c2c: add function view browser UI and cacheline detailJiebin Sun4-0/+242
2026-08-17perf c2c: build and finalize the function view hierarchyJiebin Sun2-15/+525
2026-08-17perf c2c: add function view hierarchy entry creationJiebin Sun2-11/+310
2026-08-17perf c2c: add function view stats merge and memory managementJiebin Sun1-0/+163
2026-08-17perf c2c: add HPP list parsing for function view columnsJiebin Sun1-3/+266
2026-08-17perf c2c: add column rendering for function viewJiebin Sun1-0/+353
2026-08-17perf c2c: add function view model skeletonJiebin Sun2-0/+67
2026-08-17vxlan: vnifilter: enforce exact length of GROUP/GROUP6 attributesXiang Mei1-4/+2
2026-08-18ipvs: fix integer overflow in ftp helper port/address parsingJoas Antonio dos Santos1-2/+8
2026-08-18netfilter: nf_tables: call set ops .commit when building new ruleset blobPablo Neira Ayuso1-8/+48
2026-08-18netfilter: nf_tables: move set_update_list to nftables per-netnsPablo Neira Ayuso2-34/+16
2026-08-18netfilter: ctnetlink: do not expose expectation DEAD flagPablo Neira Ayuso1-1/+1
2026-08-18netfilter: nf_conntrack_expect: consolidate check for insertion of dead expec...Pablo Neira Ayuso1-6/+5
2026-08-18netfilter: nf_tables: don't queue packet path object notificationsFourie Zhang1-13/+23
2026-08-18netfilter: ipset: remove need to allocate memory on delete operationsFlorian Westphal3-49/+121
2026-08-18netfilter: validate L4 headers after userspace packet writesZhiling Zou2-3/+82
2026-08-17Merge branch 'net-ravb-fix-ptp-clock-lifetime'Jakub Kicinski3-9/+47
2026-08-17net: ravb: serialize PTP clock teardownXuanqiang Luo3-10/+35
2026-08-17net: ravb: avoid dereferencing an invalid PTP clockXuanqiang Luo3-3/+16
2026-08-17perf c2c: extract shared data structures into util/c2c.hJiebin Sun4-102/+126
2026-08-17f2fs: fix to avoid pinfile fragment on fragment:{block, segment} modeChao Yu4-11/+18
2026-08-17f2fs: cleanup w/ f2fs_need_rand_{blk, seg, seg_blk}Chao Yu4-9/+18
2026-08-17f2fs: fix to shrink gc_lock coverage in f2fs_gc_range()Chao Yu4-14/+28