This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 80e62bc8487b MAINTAINERS: re-sort all entries and fields new 879c5a458e53 media: rcar-vin: Gen3 can not scale NV12 new cb88d8289fc2 media: rcar-vin: Fix NV12 size alignment new e10707d5865c media: rcar-vin: Select correct interrupt mode for V4L2_FI [...] new 55e2a6e36be6 media: nxp: ignore unused suspend operations new ae3c253f595b media: platform: mtk-mdp3: work around unused-variable warning new 691e1eee1b4e Merge tag 'media/v6.4-2' of git://git.kernel.org/pub/scm/l [...] new 424f8416bb39 net: skb_partial_csum_set() fix against transport header m [...] new 27c1eaa07283 net: mdio: mvusb: Fix an error handling path in mvusb_mdio [...] new 162bd18eb55a linux/dim: Do nothing if no time delta between samples new 8efbdbfa9938 net: stmmac: Initialize MAC_ONEUS_TIC_COUNTER register new dfd9248c071a net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs(). new 582dbb2cc1a0 net: phy: bcm7xx: Correct read from expansion register new 7c83e28f1083 net: ethernet: mtk_eth_soc: fix NULL pointer dereference new 9949e2efb54e bonding: fix send_peer_notif overflow new 84df83e0ecd3 Documentation: bonding: fix the doc of peer_notif_delay new b6d1599f8c28 selftests: forwarding: lib: add netns support for tc rule [...] new 6cbe791c0f4e kselftest: bonding: add num_grat_arp test new a5b3363d8cec Merge branch 'bonding-overflow' new a939d14919b7 netlink: annotate accesses to nlk->cb_running new e05a5f510f26 net: annotate sk->sk_err write from do_recvmmsg() new d0ac89f6f987 net: deal with most data-races in sk_wait_event() new 43fb622d91a9 net: pcs: xpcs: fix incorrect number of interfaces new 4063384ef762 net: add vlan_get_protocol_and_depth() helper new e14cadfd80d7 tcp: add annotations around sk->sk_shutdown accesses new f4c2e67c1773 gve: Remove the code of clearing PBA bit new 77c964dad99a docs: networking: fix x25-iface.rst heading & index order new 90cbed524743 ipvlan:Fix out-of-bounds caused by unclear skb->cb new cdc2e28e214f net: mscc: ocelot: fix stat counter register values new 5bca1d081f44 net: datagram: fix data-races in datagram_poll() new 679ed006d416 af_unix: Fix a data race of sk->sk_receive_queue->qlen. new e1d09c2c2f57 af_unix: Fix data races around sk->sk_shutdown. new 33dcee99e0e6 Merge branch 'af_unix-fix-two-data-races-reported-by-kcsan' new dc1c9fd4a8bb netfilter: nf_tables: always release netdev hooks from notifier new e72eeab542db netfilter: conntrack: fix possible bug_on with enable_hooks=1 new 0a11073e8e33 selftests: nft_flowtable.sh: use /proc for pid checking new 0749d670d758 selftests: nft_flowtable.sh: no need for ps -x option new 1114803c2da9 selftests: nft_flowtable.sh: wait for specific nc pids new 90ab51226d52 selftests: nft_flowtable.sh: monitor result file sizes new 3acf8f6c14d0 selftests: nft_flowtable.sh: check ingress/egress chain too new cceac9267887 Merge tag 'nf-23-05-10' of git://git.kernel.org/pub/scm/li [...] new 6e27831b91a0 Merge tag 'net-6.4-rc2' of git://git.kernel.org/pub/scm/li [...] new 048bce15da19 media: dt-bindings: ov2685: Correct data-lanes attribute new 6ad9cf7a6152 MAINTAINERS: adjust file entry for ARM/APPLE MACHINE SUPPORT new 8bbec86ce6d6 dt-bindings: PCI: fsl,imx6q: fix assigned-clocks warning new 105131df9c3b Merge tag 'dt-fixes-6.4' of git://git.kernel.org/pub/scm/l [...]
The 45 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: .../devicetree/bindings/media/i2c/ovti,ov2685.yaml | 1 + .../bindings/pci/fsl,imx6q-pcie-common.yaml | 13 +- .../devicetree/bindings/pci/fsl,imx6q-pcie-ep.yaml | 38 ++++++ .../devicetree/bindings/pci/fsl,imx6q-pcie.yaml | 77 +++++++++++ Documentation/networking/bonding.rst | 9 +- Documentation/networking/index.rst | 2 +- Documentation/networking/x25-iface.rst | 3 +- MAINTAINERS | 2 +- .../media/platform/mediatek/mdp3/mtk-mdp3-comp.c | 3 +- .../media/platform/nxp/imx8-isi/imx8-isi-core.c | 6 +- drivers/media/platform/renesas/rcar-vin/rcar-dma.c | 21 ++- drivers/net/bonding/bond_netlink.c | 7 +- drivers/net/bonding/bond_options.c | 8 +- drivers/net/ethernet/google/gve/gve_main.c | 13 -- drivers/net/ethernet/mediatek/mtk_wed.c | 2 +- drivers/net/ethernet/mscc/vsc7514_regs.c | 18 +-- drivers/net/ethernet/stmicro/stmmac/dwmac4.h | 1 + drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c | 5 + drivers/net/ipvlan/ipvlan_core.c | 6 + drivers/net/mdio/mdio-mvusb.c | 11 +- drivers/net/pcs/pcs-xpcs.c | 2 +- drivers/net/phy/bcm-phy-lib.h | 5 + drivers/net/phy/bcm7xxx.c | 2 +- drivers/net/tap.c | 4 +- include/linux/dim.h | 3 +- include/linux/if_vlan.h | 17 +++ include/net/bonding.h | 2 +- include/net/sock.h | 2 +- lib/dim/dim.c | 5 +- lib/dim/net_dim.c | 3 +- lib/dim/rdma_dim.c | 3 +- net/bridge/br_forward.c | 2 +- net/core/datagram.c | 15 ++- net/core/dev.c | 2 +- net/core/skbuff.c | 4 +- net/core/stream.c | 12 +- net/ipv4/af_inet.c | 2 +- net/ipv4/tcp.c | 14 +- net/ipv4/tcp_bpf.c | 2 +- net/ipv4/tcp_input.c | 4 +- net/llc/af_llc.c | 8 +- net/netfilter/core.c | 6 +- net/netfilter/nf_conntrack_standalone.c | 3 +- net/netfilter/nft_chain_filter.c | 9 +- net/netlink/af_netlink.c | 8 +- net/packet/af_packet.c | 6 +- net/smc/smc_close.c | 4 +- net/smc/smc_rx.c | 4 +- net/smc/smc_tx.c | 4 +- net/socket.c | 2 +- net/tipc/socket.c | 4 +- net/tls/tls_main.c | 3 +- net/unix/af_unix.c | 22 ++-- .../selftests/drivers/net/bonding/bond_options.sh | 50 +++++++ .../drivers/net/bonding/bond_topo_3d1c.sh | 2 + tools/testing/selftests/net/forwarding/lib.sh | 3 +- tools/testing/selftests/netfilter/nft_flowtable.sh | 145 ++++++++++++++++++++- 57 files changed, 499 insertions(+), 135 deletions(-)