summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-142013-34345/+165926
|\
| * ipvs: fix type warning in do_div() on 32 bitJakub Kicinski2022-12-131-1/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-1333-78/+193
| |\
| | * net: dsa: tag_8021q: avoid leaking ctx on dsa_tag_8021q_register() error pathVladimir Oltean2022-12-131-1/+10
| | * i40e: Fix the inability to attach XDP program on downed interfaceBartosz Staszewski2022-12-131-12/+24
| | * stmmac: fix potential division by 0Piergiorgio Beruto2022-12-132-2/+3
| | * octeontx2-af: cn10k: mcs: Fix a resource leak in the probe and remove functionsChristophe JAILLET2022-12-131-1/+5
| | * Merge branch 'mptcp-fix-ipv6-reqsk-ops-and-some-netlink-error-codes'Jakub Kicinski2022-12-124-16/+68
| | |\
| | | * mptcp: use proper req destructor for IPv6Matthieu Baerts2022-12-121-3/+16
| | | * mptcp: dedicated request sock for subflow in v6Matthieu Baerts2022-12-121-8/+26
| | | * mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMatthieu Baerts2022-12-123-7/+24
| | | * mptcp: netlink: fix some error return codeWei Yongjun2022-12-121-0/+4
| | |/
| | * Merge branch 'update-joakim-zhang-entries'Jakub Kicinski2022-12-124-4/+12
| | |\
| | | * dt-bindings: FEC/i.MX DWMAC and INTMUX maintainerFlorian Fainelli2022-12-123-3/+8
| | | * MAINTAINERS: Update NXP FEC maintainerFlorian Fainelli2022-12-121-1/+4
| | |/
| | * ntb_netdev: Use dev_kfree_skb_any() in interrupt contextEric Pilmore2022-12-121-2/+2
| | * net: lan9303: Fix read error execution pathJerry Ray2022-12-121-1/+3
| | * net: amd-xgbe: Check only the minimum speed for active/passive cablesTom Lendacky2022-12-121-12/+2
| | * net: amd-xgbe: Fix logic around active and passive cablesTom Lendacky2022-12-121-3/+6
| | * af_unix: call proto_unregister() in the error path in af_unix_init()Yang Yingliang2022-12-121-0/+1
| | * net: setsockopt: fix IPV6_UNICAST_IF option for connected socketsRichard Gobert2022-12-121-5/+10
| | * Merge branch 'net-dev_kfree_skb_irq'David S. Miller2022-12-125-8/+8
| | |\
| | | * net: amd: lance: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-122-2/+2
| | | * hamradio: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-3/+3
| | | * net: ethernet: dnet: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-2/+2
| | | * net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| | |/
| | * net: apple: bmac: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| | * net: apple: mace: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| | * net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu2022-12-121-0/+1
| | * net: farsync: Fix kmemleak when rmmods farsyncLi Zetao2022-12-121-0/+2
| | * ethernet: s2io: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| | * drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()Yuan Can2022-12-091-0/+2
| | * net: stmmac: fix possible memory leak in stmmac_dvr_probe()Gaosheng Cui2022-12-091-1/+2
| | * net: stmmac: selftests: fix potential memleak in stmmac_test_arpoffload()Zhang Changzhong2022-12-091-2/+6
| | * net: defxx: Fix missing err handling in dfx_init()Yongqiang Liu2022-12-091-4/+18
| | * net: vmw_vsock: vmci: Check memcpy_from_msg()Artem Chernyshev2022-12-091-1/+5
| * | net: lan966x: Remove a useless test in lan966x_ptp_add_trap()Christophe JAILLET2022-12-131-2/+0
| * | Merge branch 'net-ipa-enable-ipa-v4-7-support'Jakub Kicinski2022-12-139-1/+923
| |\ \
| | * | net: ipa: add IPA v4.7 supportAlex Elder2022-12-138-1/+922
| | * | dt-bindings: net: qcom,ipa: Add SM6350 compatibleLuca Weiss2022-12-131-0/+1
| |/ /
| * | bnxt: Use generic HBH removal helper in tx pathCoco Li2022-12-131-1/+25
| * | IPv6/GRO: generic helper to remove temporary HBH/jumbo header in driverCoco Li2022-12-132-23/+37
| * | Merge branch 'bridge-mcast-extensions-for-evpn'Jakub Kicinski2022-12-137-100/+1708
| |\ \
| | * | selftests: forwarding: Add bridge MDB testIdo Schimmel2022-12-132-0/+1165
| | * | selftests: forwarding: Rename bridge_mdb testIdo Schimmel2022-12-132-1/+1
| | * | bridge: mcast: Support replacement of MDB port group entriesIdo Schimmel2022-12-132-5/+98
| | * | bridge: mcast: Allow user space to specify MDB entry routing protocolIdo Schimmel2022-12-133-2/+15
| | * | bridge: mcast: Allow user space to add (*, G) with a source list and filter modeIdo Schimmel2022-12-132-0/+150
| | * | bridge: mcast: Add support for (*, G) with a source list and filter modeIdo Schimmel2022-12-132-3/+132
| | * | bridge: mcast: Avoid arming group timer when (S, G) corresponds to a sourceIdo Schimmel2022-12-132-1/+2