This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5e5466433d26 Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub [...] new 194ef9d0de90 net: phy: aquantia: fix -ETIMEDOUT PHY probe failure when [...] new ba0da2dc934e net: xilinx: axienet: Schedule NAPI in two steps new 5a6caa2cfabb net: xilinx: axienet: Fix packet counting new 9c778fe48d20 netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put() new b5109b60ee4f net: seeq: Fix use after free vulnerability in ether3 Driv [...] new 93c21077bb9b net: ipv6: select DST_CACHE from IPV6_RPL_LWTUNNEL new 7ebf44c91069 MAINTAINERS: adjust file entry of the oa_tc6 header new c8770db2d544 tcp: check skb is non-NULL in tcp_rto_delta_us() new f011b313e8eb net: qrtr: Update packets cloning when broadcasting new d2b366c43443 net: phy: aquantia: fix setting active_low bit new 6f9defaf9912 net: phy: aquantia: fix applying active_low bit after reset new ced8e8b8f40a r8169: add tally counter fields added with RTL8125 new 675faf5a14c1 net: stmmac: Fix zero-division error when disabling tc cbs new 1d63864299ca net: ravb: Fix maximum TX frame size for GbEth devices new ec8234717db8 net: ravb: Fix R-Car RX frame size limit new bfde62650c73 Merge branch 'fix-maximum-tx-rx-frame-sizes-in-ravb-driver' new 3b067536daa4 r8169: add missing MODULE_FIRMWARE entry for RTL8126A rev.b new 0cbfd45fbcf0 bonding: Fix unnecessary warnings and logs from bond_xdp_g [...] new c11a49d58ad2 virtio_net: Fix mismatched buf address when unmapping for [...] new b514c47ebf41 net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabled new 04e906839a05 usbnet: fix cyclical race on disconnect with work queue new 72ef07554c5d selftests/net: packetdrill: increase timing tolerance in d [...] new d8f84a9bc7c4 netfilter: nf_nat: don't try nat source port reallocation [...] new a4e6a1031e77 netfilter: conntrack: add clash resolution for reverse collisions new a57856c0bbc2 selftests: netfilter: add reverse-clash resolution test case new 7e37e0eacd22 selftests: netfilter: nft_tproxy.sh: add tcp tests new 2cadd3b17738 netfilter: ctnetlink: Guard possible unused functions new aa758763be6d docs: tproxy: ignore non-transparent sockets in iptables new 642c89c47541 netfilter: nf_tables: Keep deleted flowtable hooks until a [...] new fc56878ca1c2 netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE [...] new e1f1ee0e9ad8 netfilter: ctnetlink: compile ctnetlink_label_size with CO [...] new 4ffcf5ca81c3 netfilter: nf_tables: use rcu chain hook list iterator fro [...] new 69e687cea79f netfilter: nf_tables: missing objects with no memcg accounting new 8af79d3edb5f netfilter: nfnetlink_queue: remove old clash resolution logic new e306e3739d9a kselftest: add test for nfqueue induced conntrack race new fc786304ad98 selftests: netfilter: Avoid hanging ipvs.sh new aef3a58b06fa Merge tag 'nf-24-09-26' of git://git.kernel.org/pub/scm/li [...] new 62a0e2fa40c5 Merge tag 'net-6.12-rc1' of git://git.kernel.org/pub/scm/l [...]
The 38 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/networking/tproxy.rst | 2 +- MAINTAINERS | 2 +- drivers/net/bonding/bond_main.c | 6 +- drivers/net/ethernet/realtek/r8169_main.c | 28 ++ drivers/net/ethernet/renesas/ravb.h | 1 + drivers/net/ethernet/renesas/ravb_main.c | 18 +- drivers/net/ethernet/seeq/ether3.c | 2 + drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 2 +- drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c | 1 + drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 37 ++- drivers/net/phy/aquantia/aquantia_firmware.c | 42 +-- drivers/net/phy/aquantia/aquantia_leds.c | 3 +- drivers/net/phy/aquantia/aquantia_main.c | 24 +- drivers/net/usb/usbnet.c | 37 ++- drivers/net/virtio_net.c | 10 +- include/linux/netfilter.h | 4 - include/linux/usb/usbnet.h | 15 + include/net/tcp.h | 21 +- net/ipv4/netfilter/nf_reject_ipv4.c | 10 +- net/ipv6/Kconfig | 1 + net/ipv6/netfilter/nf_reject_ipv6.c | 19 +- net/netfilter/nf_conntrack_core.c | 141 +++----- net/netfilter/nf_conntrack_netlink.c | 9 +- net/netfilter/nf_nat_core.c | 121 ++++++- net/netfilter/nf_tables_api.c | 6 +- net/netfilter/nft_compat.c | 6 +- net/netfilter/nft_log.c | 2 +- net/netfilter/nft_meta.c | 2 +- net/netfilter/nft_numgen.c | 2 +- net/netfilter/nft_set_pipapo.c | 13 +- net/netfilter/nft_tunnel.c | 5 +- net/qrtr/af_qrtr.c | 2 +- tools/testing/selftests/net/netfilter/Makefile | 4 + tools/testing/selftests/net/netfilter/config | 1 + .../net/netfilter/conntrack_reverse_clash.c | 125 +++++++ .../net/netfilter/conntrack_reverse_clash.sh | 51 +++ tools/testing/selftests/net/netfilter/ipvs.sh | 2 +- tools/testing/selftests/net/netfilter/nft_queue.sh | 92 +++++- .../selftests/net/netfilter/nft_tproxy_tcp.sh | 358 +++++++++++++++++++++ .../selftests/net/netfilter/nft_tproxy_udp.sh | 262 +++++++++++++++ .../selftests/net/packetdrill/ksft_runner.sh | 9 +- 41 files changed, 1289 insertions(+), 209 deletions(-) create mode 100644 tools/testing/selftests/net/netfilter/conntrack_reverse_clash.c create mode 100755 tools/testing/selftests/net/netfilter/conntrack_reverse_clash.sh create mode 100755 tools/testing/selftests/net/netfilter/nft_tproxy_tcp.sh create mode 100755 tools/testing/selftests/net/netfilter/nft_tproxy_udp.sh