summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wwan_hwsim: fix possible memory leak in wwan_hwsim_dev_new()Yang Yingliang2022-10-201-1/+1
* sfc: include vport_id in filter spec hash and equal()Pieter Jansen van Vuuren2022-10-202-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-10-205-2/+8
|\
| * netfilter: nf_tables: relax NFTA_SET_ELEM_KEY_END set flags requirementsPablo Neira Ayuso2022-10-191-2/+3
| * netfilter: rpfilter/fib: Set ->flowic_uid correctly for user namespaces.Guillaume Nault2022-10-194-0/+5
* | genetlink: fix kdoc warningsJakub Kicinski2022-10-191-3/+5
* | Merge branch 'qdisc-ingress-success'David S. Miller2022-10-193-0/+84
|\ \
| * | selftests: add selftest for chaining of tc ingress handling to egressPaul Blakey2022-10-192-0/+80
| * | net: Fix return value of qdisc ingress handling on successPaul Blakey2022-10-191-0/+4
|/ /
* | Merge branch 'qdisc-null-deref'David S. Miller2022-10-193-9/+23
|\ \
| * | net: sched: sfb: fix null pointer access issue when sfb_init() failsZhengchao Shao2022-10-191-1/+2
| * | Revert "net: sched: fq_codel: remove redundant resource cleanup in fq_codel_i...Zhengchao Shao2022-10-191-8/+17
| * | net: sched: cake: fix null pointer access issue when cake_init() failsZhengchao Shao2022-10-191-0/+4
|/ /
* | ethernet: marvell: octeontx2 Fix resource not freed after mallocManank Patel2022-10-191-0/+2
* | ionic: catch NULL pointer issue on reconfigBrett Creeley2022-10-191-4/+8
* | net: hsr: avoid possible NULL deref in skb_clone()Eric Dumazet2022-10-191-6/+6
* | bnxt_en: fix memory leak in bnxt_nvm_test()Vikas Gupta2022-10-191-5/+6
|/
* ip6mr: fix UAF issue in ip6mr_sk_done() when addrconf_init_net() failedZhengchao Shao2022-10-181-0/+2
* udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima2022-10-186-10/+25
* net: ethernet: mediatek: ppe: Remove the unused function mtk_foe_entry_usable()Jiapeng Chong2022-10-171-6/+0
* Merge branch 'mtk_eth_wed-leak-fixes'David S. Miller2022-10-172-8/+24
|\
| * net: ethernet: mtk_eth_wed: add missing of_node_put()Yang Yingliang2022-10-171-1/+4
| * net: ethernet: mtk_eth_wed: add missing put_device() in mtk_wed_add_hw()Yang Yingliang2022-10-171-2/+8
| * net: ethernet: mtk_eth_soc: fix possible memory leak in mtk_probe()Yang Yingliang2022-10-171-5/+12
|/
* skmsg: pass gfp argument to alloc_sk_msg()Eric Dumazet2022-10-161-4/+4
* Merge branch 'phylink_set_mac_pm'David S. Miller2022-10-153-0/+6
|\
| * net: stmmac: Enable mac_managed_pm phylink configShenwei Wang2022-10-151-0/+1
| * net: phylink: add mac_managed_pm in phylink_config structureShenwei Wang2022-10-152-0/+5
|/
* Revert "net: fix cpu_max_bits_warn() usage in netif_attrmask_next{,_and}"Jakub Kicinski2022-10-151-4/+6
* net: dsa: uninitialized variable in dsa_slave_netdevice_event()Dan Carpenter2022-10-151-1/+1
* sunhme: Uninitialized variable in happy_meal_init()Dan Carpenter2022-10-151-1/+1
* net/smc: Fix an error code in smc_lgr_create()Dan Carpenter2022-10-151-1/+2
* net: phy: dp83867: Extend RX strap quirk for SGMII modeHarini Katakam2022-10-151-0/+8
* net: hv_netvsc: Fix a warning triggered by memcpy in rndis_filterCezar Bulinaru2022-10-151-2/+4
* net/atm: fix proc_mpc_write incorrect return valueXiaobo Liu2022-10-151-1/+2
* sfc: Change VF mac via PF as first preference if available.Jonathan Cooper2022-10-151-34/+24
* MAINTAINERS: nfc: s3fwrn5: Drop Krzysztof OpasiakKrzysztof Kozlowski2022-10-142-2/+0
* MAINTAINERS: git://github -> https://github.com for petkanPalmer Dabbelt2022-10-141-2/+2
* net: macvlan: change schedule system_wq to system_unbound_wqzhangxiangqian2022-10-141-1/+1
* tls: strp: make sure the TCP skbs do not have overlapping dataJakub Kicinski2022-10-141-4/+28
* i40e: Fix DMA mappings leakJan Sokolowski2022-10-146-28/+74
* net: dsa: qca8k: fix ethtool autocast mib for big-endian systemsChristian Marangi2022-10-142-13/+9
* net: dsa: qca8k: fix inband mgmt for big-endian systemsChristian Marangi2022-10-142-19/+50
* tipc: fix an information leak in tipc_topsrv_kern_subscrAlexander Potapenko2022-10-141-1/+1
* tipc: Fix recognition of trial periodMark Tomlinson2022-10-141-1/+1
* Merge tag 'net-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-1388-275/+684
|\
| * sunhme: fix an IS_ERR() vs NULL check in probeDan Carpenter2022-10-131-2/+2
| * net: marvell: prestera: fix a couple NULL vs IS_ERR() checksDan Carpenter2022-10-131-3/+3
| * kcm: avoid potential race in kcm_tx_workEric Dumazet2022-10-131-1/+1
| * tcp: Clean up kernel listener's reqsk in inet_twsk_purge()Kuniyuki Iwashima2022-10-132-5/+19