-
- Downloads
Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Pull networking updates from Jakub Kicinski: "Including fixes from netfilter and bpf. Current release - regressions: - eth: stmmac: fix failure to probe without MAC interface specified Current release - new code bugs: - docs: netlink: fix missing classic_netlink doc reference Previous releases - regressions: - deal with integer overflows in kmalloc_reserve() - use sk_forward_alloc_get() in sk_get_meminfo() - bpf_sk_storage: fix the missing uncharge in sk_omem_alloc - fib: avoid warn splat in flow dissector after packet mangling - skb_segment: call zero copy functions before using skbuff frags - eth: sfc: check for zero length in EF10 RX prefix Previous releases - always broken: - af_unix: fix msg_controllen test in scm_pidfd_recv() for MSG_CMSG_COMPAT - xsk: fix xsk_build_skb() dereferencing possible ERR_PTR() - netfilter: - nft_exthdr: fix non-linear header modification - xt_u32, xt_sctp: validate user space input - nftables: exthdr: fix 4-byte stack OOB write - nfnetlink_osf: avoid OOB read - one more fix for the garbage collection work from last release - igmp: limit igmpv3_newpack() packet size to IP_MAX_MTU - bpf, sockmap: fix preempt_rt splat when using raw_spin_lock_t - handshake: fix null-deref in handshake_nl_done_doit() - ip: ignore dst hint for multipath routes to ensure packets are hashed across the nexthops - phy: micrel: - correct bit assignments for cable test errata - disable EEE according to the KSZ9477 errata Misc: - docs/bpf: document compile-once-run-everywhere (CO-RE) relocations - Revert "net: macsec: preserve ingress frame ordering", it appears to have been developed against an older kernel, problem doesn't exist upstream" * tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (95 commits) net: enetc: distinguish error from valid pointers in enetc_fixup_clear_rss_rfs() Revert "net: team: do not use dynamic lockdep key" net: hns3: remove GSO partial feature bit net: hns3: fix the port information display when sfp is absent net: hns3: fix invalid mutex between tc qdisc and dcb ets command issue net: hns3: fix debugfs concurrency issue between kfree buffer and read net: hns3: fix byte order conversion issue in hclge_dbg_fd_tcam_read() net: hns3: Support query tx timeout threshold by debugfs net: hns3: fix tx timeout issue net: phy: Provide Module 4 KSZ9477 errata (DS80000754C) netfilter: nf_tables: Unbreak audit log reset netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash_netportnet.c netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction netfilter: nf_tables: uapi: Describe NFTA_RULE_CHAIN_ID netfilter: nfnetlink_osf: avoid OOB read netfilter: nftables: exthdr: fix 4-byte stack OOB write selftests/bpf: Check bpf_sk_storage has uncharged sk_omem_alloc bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_alloc bpf: bpf_sk_storage: Fix invalid wait context lockdep report s390/bpf: Pass through tail call counter in trampolines ...
Showing
- Documentation/bpf/btf.rst 25 additions, 6 deletionsDocumentation/bpf/btf.rst
- Documentation/bpf/index.rst 1 addition, 0 deletionsDocumentation/bpf/index.rst
- Documentation/bpf/linux-notes.rst 0 additions, 0 deletionsDocumentation/bpf/linux-notes.rst
- Documentation/bpf/llvm_reloc.rst 304 additions, 0 deletionsDocumentation/bpf/llvm_reloc.rst
- Documentation/bpf/standardization/abi.rst 25 additions, 0 deletionsDocumentation/bpf/standardization/abi.rst
- Documentation/bpf/standardization/index.rst 1 addition, 1 deletionDocumentation/bpf/standardization/index.rst
- Documentation/bpf/standardization/instruction-set.rst 14 additions, 30 deletionsDocumentation/bpf/standardization/instruction-set.rst
- Documentation/process/maintainer-netdev.rst 33 additions, 3 deletionsDocumentation/process/maintainer-netdev.rst
- Documentation/userspace-api/netlink/intro.rst 2 additions, 0 deletionsDocumentation/userspace-api/netlink/intro.rst
- arch/s390/net/bpf_jit_comp.c 10 additions, 0 deletionsarch/s390/net/bpf_jit_comp.c
- drivers/net/dsa/microchip/ksz_common.c 15 additions, 1 deletiondrivers/net/dsa/microchip/ksz_common.c
- drivers/net/dsa/sja1105/sja1105.h 2 additions, 0 deletionsdrivers/net/dsa/sja1105/sja1105.h
- drivers/net/dsa/sja1105/sja1105_main.c 45 additions, 6 deletionsdrivers/net/dsa/sja1105/sja1105_main.c
- drivers/net/dsa/sja1105/sja1105_spi.c 4 additions, 0 deletionsdrivers/net/dsa/sja1105/sja1105_spi.c
- drivers/net/ethernet/freescale/enetc/enetc_pf.c 1 addition, 1 deletiondrivers/net/ethernet/freescale/enetc/enetc_pf.c
- drivers/net/ethernet/google/gve/gve_rx_dqo.c 4 additions, 1 deletiondrivers/net/ethernet/google/gve/gve_rx_dqo.c
- drivers/net/ethernet/hisilicon/hns3/hnae3.h 1 addition, 0 deletionsdrivers/net/ethernet/hisilicon/hns3/hnae3.h
- drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c 8 additions, 3 deletionsdrivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c
- drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 12 additions, 7 deletionsdrivers/net/ethernet/hisilicon/hns3/hns3_enet.c
- drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c 3 additions, 1 deletiondrivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c
Loading
Please register or sign in to comment