summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: rpfilter/fib: Set ->flowic_uid correctly for user namespaces.Guillaume Nault2022-10-194-0/+5
* 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
| * Merge tag 'wireless-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Abeni2022-10-135-47/+84
| |\
| | * Merge branch 'cve-fixes-2022-10-13'Johannes Berg2022-10-1328-89/+161
| | |\
| | | * wifi: cfg80211: update hidden BSSes to avoid WARN_ONJohannes Berg2022-10-101-11/+20
| | | * wifi: mac80211: fix crash in beacon protection for P2P-deviceJohannes Berg2022-10-101-5/+7
| | | * wifi: mac80211_hwsim: avoid mac80211 warning on bad rateJohannes Berg2022-10-101-0/+2
| | | * wifi: cfg80211: avoid nontransmitted BSS list corruptionJohannes Berg2022-10-101-0/+9
| | | * wifi: cfg80211: fix BSS refcounting bugsJohannes Berg2022-10-101-13/+14
| | | * wifi: cfg80211: ensure length byte is present before accessJohannes Berg2022-10-101-2/+4
| | | * wifi: mac80211: fix MBSSID parsing use-after-freeJohannes Berg2022-10-102-15/+23
| | | * wifi: cfg80211/mac80211: reject bad MBSSID elementsJohannes Berg2022-10-102-0/+4
| | | * wifi: cfg80211: fix u8 overflow in cfg80211_update_notlisted_nontrans()Johannes Berg2022-10-101-1/+1
| * | | net: phy: micrel: Fixes FIELD_GET assertionDivya Koppera2022-10-131-4/+5
| * | | openvswitch: add nf_ct_is_confirmed check before assigning the helperXin Long2022-10-131-1/+2
| * | | Merge branch 'tcp-udp-fix-memory-leaks-and-data-races-around-ipv6_addrform'Jakub Kicinski2022-10-1314-45/+102
| |\ \ \
| | * | | tcp: Fix data races around icsk->icsk_af_ops.Kuniyuki Iwashima2022-10-133-7/+12
| | * | | ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima2022-10-133-11/+22