Single branch specified, using that and the previous one: remotes/brancher/net-next-2024-09-06--00-00 (v6.11-rc5-1295-g0e4d5282b60c) remotes/brancher/net-next-2024-09-06--03-00 (v6.11-rc5-1315-gfaacc88c8ce8) ==== BASE IDENTICAL ==== ==== COMMIT DIFF ==== diff --git a/tmp/tmp.GHol1CwaRA b/tmp/tmp.RWJOCsEo9m index 7537e7c2326a..097b3e0292a8 100644 --- a/tmp/tmp.GHol1CwaRA +++ b/tmp/tmp.RWJOCsEo9m @@ -2,6 +2,26 @@ tc_action dbg profile patch selftests/bpf: Fix a btf_dump selftest failure forwarding: set timeout to 3 hours +net/smc: add sysctl for smc_limit_hs +e1000e: Remove duplicated writel() in e1000_configure_tx/rx() +Merge tag 'bpf-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf +eth: fbnic: Add devlink firmware version info +netfilter: nf_tables: set element timeout update support +netfilter: nf_tables: zero timeout means element never times out +netfilter: nf_tables: consolidate timeout extension for elements +netfilter: nf_tables: annotate data-races around element expiration +netfilter: nft_dynset: annotate data-races around set timeout +netfilter: nf_tables: remove annotation to access set timeout while holding lock +netfilter: nf_tables: reject expiration higher than timeout +netfilter: nf_tables: reject element expiration with no timeout +netfilter: nf_tables: elements with timeout below CONFIG_HZ never expire +netfilter: nf_tables: Add missing Kernel doc +netfilter: nf_tables: Correct spelling in nf_tables.h +netfilter: nf_tables: drop unused 3rd argument from validate callback ops +netfilter: conntrack: Convert to use ERR_CAST() +netfilter: Use kmemdup_array instead of kmemdup for multiple allocation +netfilter: nft_counter: Use u64_stats_t for statistic. +netfilter: ctnetlink: support CTA_FILTER for flush selftests/net: integrate packetdrill with ksft selftests: support interpreted scripts with ksft_runner.sh Bluetooth: replace deprecated strncpy with strscpy_pad @@ -92,10 +112,6 @@ net/mlx5: HWS, added actions handling net/mlx5: Added missing definitions in preparation for HW Steering net/mlx5: Added missing mlx5_ifc definition for HW Steering net: ftgmac100: Fix potential NULL dereference in error handling -enic: Report per queue statistics in netdev qstats -enic: Report per queue statistics in ethtool -enic: Collect per queue statistics -enic: Use macro instead of static const variables for array sizes net: sysfs: Fix weird usage of class's namespace relevant fields net: phy: qca83xx: use PHY_ID_MATCH_EXACT octeontx2-pf: Make iplen __be16 in otx2_sqe_add_ext() @@ -174,3 +190,7 @@ rtase: Implement the interrupt routine and rtase_poll rtase: Implement the rtase_down function rtase: Implement the .ndo_open function rtase: Add support for a pci table in this module +Merge branch 'bpf-fix-incorrect-name-check-pass-logic-in-btf_name_valid_section' +selftests/bpf: Add a selftest to check for incorrect names +bpf: add check for invalid name in btf_name_valid_section() +bpf: Fix a crash when btf_parse_base() returns an error pointer