aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/parisc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-12-07ipv6: avoid use-after-free in ip6_fragment()Eric Dumazet1-0/+5
2022-12-07net: plip: don't call kfree_skb/dev_kfree_skb() under spin_lock_irq()Yang Yingliang1-2/+2
2022-12-07net: phy: mxl-gpy: add MDINT workaroundMichael Walle1-0/+85
2022-12-07net: dsa: mv88e6xxx: accept phy-mode = "internal" for internal PHY portsVladimir Oltean1-2/+5
2022-12-07xen/netback: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2022-12-07dpaa2-switch: Fix memory leak in dpaa2_switch_acl_entry_add() and dpaa2_switch_acl_entry_remove()Yuan Can1-0/+4
2022-12-07ethernet: aeroflex: fix potential skb leak in greth_init_rings()Zhang Changzhong1-0/+1
2022-12-07tipc: call tipc_lxc_xmit without holding node_read_lockXin Long1-3/+9
2022-12-07can: esd_usb: Allow REC and TEC to return to zeroFrank Jungclaus1-0/+6
2022-12-07can: can327: flush TX_work on ldisc .close()Max Staudt1-7/+10
2022-12-07can: slcan: fix freed work crashJiri Slaby (SUSE)1-4/+6
2022-12-07can: af_can: fix NULL pointer dereference in can_rcv_filterOliver Hartkopp1-3/+3
2022-12-06net: dsa: sja1105: fix memory leak in sja1105_setup_devlink_regions()Zhengchao Shao1-0/+2
2022-12-06ipv4: Fix incorrect route flushing when table ID 0 is usedIdo Schimmel2-0/+13
2022-12-06ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel2-0/+28
2022-12-06net: fec: properly guard irq coalesce setupRasmus Villemoes1-1/+2
2022-12-06bonding: get correct NA dest addressHangbin Liu1-1/+1
2022-12-06tipc: Fix potential OOB in tipc_link_proto_rcv()YueHaibing1-1/+3
2022-12-06net: hisilicon: Fix potential use-after-free in hix5hd2_rx()Liu Jian1-1/+1
2022-12-06net: mdio: fix unbalanced fwnode reference count in mdio_device_release()Zeng Heng2-1/+4
2022-12-06net: hisilicon: Fix potential use-after-free in hisi_femac_rx()Liu Jian1-1/+1
2022-12-06net: thunderx: Fix missing destroy_workqueue of nicvf_rx_mode_wqYongqiang Liu1-1/+3
2022-12-06ravb: Fix potential use-after-free in ravb_rx_gbeth()YueHaibing1-1/+1
2022-12-06net: microchip: sparx5: Fix missing destroy_workqueue of mact_queueQiheng Lin1-0/+3
2022-12-06ip_gre: do not report erspan version on GRE interfaceHangbin Liu1-19/+29
2022-12-06net: wwan: iosm: fix memory leak in ipc_mux_init()Zhengchao Shao1-0/+1
2022-12-06net: mana: Fix race on per-CQ variable napi work_doneHaiyang Zhang2-6/+19
2022-12-06net: stmmac: fix "snps,axi-config" node property parsingJisheng Zhang1-4/+4
2022-12-05NFC: nci: Bounds check struct nfc_target arraysKees Cook1-0/+6
2022-12-05i40e: Disallow ip4 and ip6 l4_4_bytesPrzemyslaw Patynowski1-10/+2
2022-12-05i40e: Fix for VF MAC address 0Sylwester Dziedziuch1-0/+2
2022-12-05i40e: Fix not setting default xps_cpus after resetMichal Jaron1-1/+18
2022-12-05net: mvneta: Prevent out of bounds read in mvneta_config_rss()Dan Carpenter1-0/+3
2022-12-05xen-netfront: Fix NULL sring after live migrationLin Liu1-0/+6
2022-12-05net: microchip: sparx5: correctly free skb in xmitCasper Andersson2-18/+25
2022-12-05octeontx2-pf: Fix potential memory leak in otx2_init_tc()Ziyang Xuan1-1/+6
2022-12-05net: mdiobus: fix double put fwnode in the error pathYang Yingliang1-1/+3
2022-12-05net: encx24j600: Fix invalid logic in reading of MISTAT registerValentina Goncharenko1-2/+2
2022-12-05net: encx24j600: Add parentheses to fix precedenceValentina Goncharenko1-2/+2
2022-12-05mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add()Wei Yongjun1-0/+1
2022-12-04nfp: correct desc type when header dma len is 4096Yinjun Zhang1-3/+3
2022-12-02selftests: net: Use "grep -E" instead of "egrep"Tiezhu Yang1-1/+1
2022-12-02selftests: rtnetlink: correct xfrm policy rule in kci_test_ipsec_offloadZhengchao Shao1-1/+1
2022-12-02selftests/tls: Fix tls selftests dependency to correct algorithmTianjia Zhang1-1/+1
2022-12-02net: dsa: sja1105: Check return valueArtem Chernyshev1-1/+2
2022-12-02net: dsa: hellcreek: Check return valueArtem Chernyshev1-1/+2
2022-12-02net: dsa: ksz: Check return valueArtem Chernyshev1-1/+2
2022-12-02Bluetooth: Fix crash when replugging CSR fake controllersLuiz Augusto von Dentz1-2/+6
2022-12-02Bluetooth: Fix not cleanup led when bt_init failsChen Zhongjin1-1/+3
2022-12-02Bluetooth: Fix support for Read Local Supported Codecs V2Chethan T N2-13/+16