summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-12-06net: microchip: vcap: Remove unneeded semicolonszhang songyi1-2/+2
2022-12-06sfc: use sysfs_emit() to instead of scnprintf()ye xingchen2-2/+2
2022-12-06net: dsa: sja1105: fix memory leak in sja1105_setup_devlink_regions()Zhengchao Shao1-0/+2
2022-12-06Merge branch 'ipv4-two-bug-fixes'Jakub Kicinski3-0/+41
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-06net: sfp: clean up i2c-bus property parsingRussell King (Oracle)1-36/+41
2022-12-06net/ncsi: Silence runtime memcpy() false positive warningKees Cook1-1/+2
2022-12-07ata: libahci_platform: ahci_platform_find_clk: oops, NULL pointerAnders Roxell1-1/+1
2022-12-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+16
2022-12-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-11/+25
2022-12-06Merge tag 'for-linus-xsa-6.1-rc9-tag' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-106/+133
2022-12-06Revert "arm64: dma: Drop cache invalidation from arch_dma_prep_coherent()"Will Deacon1-1/+16
2022-12-06xen/netback: don't call kfree_skb() with interrupts disabledJuergen Gross3-6/+10
2022-12-06xen/netback: Ensure protocol headers don't fall in the non-linear areaRoss Lagerwall1-100/+123
2022-12-06Merge branch 'net-lan966x-enable-ptp-on-bridge-interfaces'Paolo Abeni9-461/+1171
2022-12-06net: lan966x: Add ptp trap rulesHoratiu Vultur5-23/+265
2022-12-06net: microchip: vcap: Add vcap_rule_get_key_u32Horatiu Vultur2-0/+20
2022-12-06net: microchip: vcap: Add vcap_mod_ruleHoratiu Vultur2-0/+38
2022-12-06net: microchip: vcap: Add vcap_get_ruleHoratiu Vultur4-438/+848
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-06gpio/rockchip: fix refcount leak in rockchip_gpiolib_register()Wang Yufen1-0/+1
2022-12-05net: mtk_eth_soc: enable flow offload support for MT7986 SoCLorenzo Bianconi1-0/+1
2022-12-05NFC: nci: Bounds check struct nfc_target arraysKees Cook1-0/+6
2022-12-05ethtool: add netlink based get rss supportSudheer Mogilappagari6-2/+207
2022-12-05proc: proc_skip_spaces() shouldn't think it is working on C stringsLinus Torvalds1-12/+13
2022-12-05proc: avoid integer type confusion in get_proc_longLinus Torvalds1-3/+2
2022-12-05ipc/sem: Fix dangling sem_array access in semtimedop raceJann Horn1-1/+2
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: phy: mxl-gpy: rename MMD_VEND1 macros to match datasheetMichael Walle1-4/+4
2022-12-05net: mvneta: Prevent out of bounds read in mvneta_config_rss()Dan Carpenter1-0/+3
2022-12-05nfp: add support for multicast filterDiana Wang3-4/+79
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: ipa: use sysfs_emit() to instead of scnprintf()ye xingchen1-3/+3