aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* can: sja1000: fix size of OCR_MODE_MASK defineHeiko Schocher2022-11-241-1/+1
* can: can327: can327_feed_frame_to_netdev(): fix potential skb leak when netde...Ziyang Xuan2022-11-241-1/+3
* octeontx2-af: Fix reference count issue in rvu_sdp_init()Xiongfeng Wang2022-11-241-2/+5
* net: altera_tse: release phylink resources in tse_shutdown()Liu Jian2022-11-241-0/+1
* virtio_net: Fix probe failed when modprobe virtio_netLi Zetao2022-11-241-2/+1
* net: wwan: t7xx: Fix the ACPI memory leakHanjun Guo2022-11-241-0/+2
* octeontx2-pf: Add check for devm_kcallocJiasheng Jiang2022-11-241-0/+2
* net: enetc: preserve TX ring priority across reconfigurationVladimir Oltean2022-11-233-11/+19
* net: marvell: prestera: add missing unregister_netdev() in prestera_port_crea...Zhang Changzhong2022-11-231-0/+1
* Merge branch 'nfc-st-nci-restructure-validating-logic-in-evt_transaction'Jakub Kicinski2022-11-231-13/+36
|\
| * nfc: st-nci: fix incorrect sizing calculations in EVT_TRANSACTIONMartin Faltesek2022-11-231-15/+36
| * nfc: st-nci: fix memory leaks in EVT_TRANSACTIONMartin Faltesek2022-11-231-1/+3
| * nfc: st-nci: fix incorrect validating logic in EVT_TRANSACTIONMartin Faltesek2022-11-231-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2022-11-238-15/+57
|\
| * xfrm: Fix ignored return value in xfrm6_init()Chen Zhongjin2022-11-221-1/+5
| * xfrm: Fix oops in __xfrm_state_delete()Thomas Jarosch2022-11-221-1/+1
| * af_key: Fix send_acquire race with pfkey_registerHerbert Xu2022-10-271-10/+22
| * xfrm: replay: Fix ESN wrap around for GSOChristian Langrock2022-10-194-2/+21
| * xfrm: lwtunnel: squelch kernel warning in case XFRM encap type is not availableEyal Birger2022-10-121-1/+3
| * xfrm: fix "disable_policy" on ipv4 early demuxEyal Birger2022-10-121-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-11-233-6/+8
|\ \
| * | netfilter: flowtable_offload: add missing lockingFelix Fietkau2022-11-221-0/+4
| * | netfilter: ipset: restore allowing 64 clashing elements in hash:net,ifaceJozsef Kadlecsik2022-11-221-1/+1
| * | netfilter: ipset: regression in ip_set_hash_ip.cVishwanath Pai2022-11-211-5/+3
* | | Documentation: networking: Update generic_netlink_howto URLNir Levy2022-11-231-1/+1
* | | net/cdc_ncm: Fix multicast RX support for CDC NCM devices with ZLPSantiago Ruano Rincón2022-11-231-0/+1
* | | net: usb: qmi_wwan: add u-blox 0x1342 compositionDavide Tronchin2022-11-231-0/+1
* | | l2tp: Don't sleep and disable BH under writer-side sk_callback_lockJakub Sitnicki2022-11-231-8/+9
* | | net: dm9051: Fix missing dev_kfree_skb() in dm9051_loop_rx()Yuan Can2022-11-231-1/+3
* | | arcnet: fix potential memory leak in com20020_probe()Wang Hai2022-11-231-2/+9
* | | Merge tag 'mlx5-fixes-2022-11-21' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2022-11-2218-118/+281
|\ \ \
| * | | net/mlx5e: Fix possible race condition in macsec extended packet number updat...Emeel Hakim2022-11-211-0/+3
| * | | net/mlx5e: Fix MACsec update SecYEmeel Hakim2022-11-211-1/+1
| * | | net/mlx5e: Fix MACsec SA initialization routineEmeel Hakim2022-11-211-7/+7
| * | | net/mlx5e: Remove leftovers from old XSK queues enumerationTariq Toukan2022-11-211-18/+0
| * | | net/mlx5e: Offload rule only when all encaps are validChris Mi2022-11-213-17/+9
| * | | net/mlx5e: Fix missing alignment in size of MTT/KLM entriesTariq Toukan2022-11-211-2/+3
| * | | net/mlx5: Fix sync reset event handler error flowMoshe Shemesh2022-11-211-2/+7
| * | | net/mlx5: E-Switch, Set correctly vport destinationRoi Dayan2022-11-212-5/+7
| * | | net/mlx5: Lag, avoid lockdep warningsEli Cohen2022-11-214-40/+78
| * | | net/mlx5: Fix handling of entry refcount when command is not issued to FWMoshe Shemesh2022-11-211-3/+3
| * | | net/mlx5: cmdif, Print info on any firmware cmd failure to tracepointMoshe Shemesh2022-11-213-19/+68
| * | | net/mlx5: SF: Fix probing active SFs during driver probe phaseShay Drory2022-11-211-0/+88
| * | | net/mlx5: Fix FW tracer timestamp calculationMoshe Shemesh2022-11-211-1/+1
| * | | net/mlx5: Do not query pci info while pci disabledRoy Novich2022-11-211-3/+6
| |/ /
* | | ipv4: Fix error return code in fib_table_insert()Ziyang Xuan2022-11-221-1/+3
* | | Merge branch 'net-ethernet-mtk_eth_soc-fix-memory-leak-in-error-path'Jakub Kicinski2022-11-223-6/+23
|\ \ \
| * | | net: ethernet: mtk_eth_soc: fix memory leak in error pathYan Cangang2022-11-223-6/+23
| * | | net: ethernet: mtk_eth_soc: fix resource leak in error pathYan Cangang2022-11-221-2/+2
|/ / /
* | | net: ethernet: mtk_eth_soc: fix potential memory leak in mtk_rx_alloc()Ziyang Xuan2022-11-221-1/+3