summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'net-6.1-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-12-0981-164/+643
|\
| * net: dsa: sja1105: avoid out of bounds access in sja1105_init_l2_policing()Radu Nicolae Pirea (OSS)2022-12-081-1/+1
| * s390/qeth: fix use-after-free in hsciAlexandra Winter2022-12-081-1/+1
| * macsec: add missing attribute validation for offloadEmeel Hakim2022-12-081-0/+1
| * net: mvneta: Fix an out of bounds checkDan Carpenter2022-12-081-4/+1
| * net: thunderbolt: fix memory leak in tbnet_open()Zhengchao Shao2022-12-081-0/+1
| * ipv6: avoid use-after-free in ip6_fragment()Eric Dumazet2022-12-081-0/+5
| * net: plip: don't call kfree_skb/dev_kfree_skb() under spin_lock_irq()Yang Yingliang2022-12-081-2/+2
| * net: phy: mxl-gpy: add MDINT workaroundMichael Walle2022-12-081-0/+85
| * Merge tag 'linux-can-fixes-for-6.1-20221207' of git://git.kernel.org/pub/scm/...Jakub Kicinski2022-12-084-14/+25
| |\
| | * can: esd_usb: Allow REC and TEC to return to zeroFrank Jungclaus2022-12-071-0/+6
| | * can: can327: flush TX_work on ldisc .close()Max Staudt2022-12-071-7/+10
| | * can: slcan: fix freed work crashJiri Slaby (SUSE)2022-12-071-4/+6
| | * can: af_can: fix NULL pointer dereference in can_rcv_filterOliver Hartkopp2022-12-071-3/+3
| * | net: dsa: mv88e6xxx: accept phy-mode = "internal" for internal PHY portsVladimir Oltean2022-12-071-2/+5
| * | xen/netback: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-071-1/+1
| * | Merge tag 'ieee802154-for-net-2022-12-05' of git://git.kernel.org/pub/scm/lin...Paolo Abeni2022-12-073-2/+3
| |\ \
| | * | mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add()Wei Yongjun2022-12-051-0/+1
| | * | ca8210: Fix crash by zero initializing dataHauke Mehrtens2022-11-291-1/+1
| | * | ieee802154: cc2520: Fix error return code in cc2520_hw_init()Ziyang Xuan2022-11-291-1/+1