summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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-121-4/+5
| * | | | | | | | | openvswitch: add nf_ct_is_confirmed check before assigning the helperXin Long2022-10-121-1/+2
| * | | | | | | | | Merge branch 'tcp-udp-fix-memory-leaks-and-data-races-around-ipv6_addrform'Jakub Kicinski2022-10-1214-45/+102
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | tcp: Fix data races around icsk->icsk_af_ops.Kuniyuki Iwashima2022-10-123-7/+12
| | * | | | | | | | | ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima2022-10-123-11/+22
| | * | | | | | | | | tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima2022-10-129-15/+46
| | * | | | | | | | | udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima2022-10-123-12/+15
| | * | | | | | | | | tcp/udp: Fix memory leak in ipv6_renew_options().Kuniyuki Iwashima2022-10-121-0/+7
| |/ / / / / / / / /
| * | | | | | | | | mctp: prevent double key removal and unrefJeremy Kerr2022-10-122-12/+21
| * | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netfil...David S. Miller2022-10-127-12/+156
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | selftests: netfilter: Fix nft_fib.sh for all.rp_filter=1Phil Sutter2022-10-121-0/+1
| | * | | | | | | | | netfilter: rpfilter/fib: Populate flowic_l3mdev fieldPhil Sutter2022-10-124-11/+7
| | * | | | | | | | | selftests: netfilter: Test reverse path filteringPhil Sutter2022-10-122-1/+148
| |/ / / / / / / / /
| * | | | | | | | | net/mlx5: Make ASO poll CQ usable in atomic contextLeon Romanovsky2022-10-124-13/+11
| * | | | | | | | | tcp: cdg: allow tcp_cdg_release() to be called multiple timesEric Dumazet2022-10-121-0/+2
| * | | | | | | | | Merge branch 'inet-ping-fixes'David S. Miller2022-10-122-18/+7
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | inet: ping: fix recent breakageEric Dumazet2022-10-122-17/+6
| | * | | | | | | | | ipv6: ping: fix wrong checksum for large framesEric Dumazet2022-10-121-1/+1
| |/ / / / / / / / /
| * | | | | | | | | net: ethernet: ti: am65-cpsw: set correct devlink flavour for unused portsMatthias Schiffer2022-10-121-1/+4
| * | | | | | | | | Merge tag 'wireless-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2022-10-1116-63/+94
| |\| | | | | | | |
| | * | | | | | | | wifi: ath11k: mac: fix reading 16 bytes from a region of size 0 warningKalle Valo2022-10-111-2/+3
| | * | | | | | | | wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queue (other c...Jose Ignacio Tornos Martinez2022-10-111-0/+2
| | * | | | | | | | wifi: mt76: fix rx checksum offload on mt7615/mt7915/mt7921Felix Fietkau2022-10-114-7/+10
| | * | | | | | | | wifi: mt76: fix receiving LLC packets on mt7615/mt7915Felix Fietkau2022-10-112-8/+8
| | * | | | | | | | wifi: nl80211: Split memcpy() of struct nl80211_wowlan_tcp_data_token flexibl...Kees Cook2022-10-071-1/+3
| | * | | | | | | | wifi: wext: use flex array destination for memcpy()Hawkins Jiawei2022-10-072-8/+19
| | * | | | | | | | wifi: cfg80211: fix ieee80211_data_to_8023_exthdr handling of small packetsFelix Fietkau2022-10-071-19/+21
| | * | | | | | | | wifi: mac80211: netdev compatible TX stop for iTXQ driversAlexander Wetzel2022-10-072-7/+9
| | * | | | | | | | wifi: mac80211: fix decap offload for stations on AP_VLAN interfacesFelix Fietkau2022-10-071-3/+4
| | * | | | | | | | wifi: mac80211: unlock on error in ieee80211_can_powered_addr_change()Dan Carpenter2022-10-071-1/+1
| | * | | | | | | | wifi: mac80211: remove/avoid misleading printsJames Prestwood2022-10-071-3/+4
| | * | | | | | | | wifi: mac80211: fix probe req HE capabilities accessJames Prestwood2022-10-071-1/+1
| | * | | | | | | | wifi: mac80211: do not drop packets smaller than the LLC-SNAP header on fast-rxFelix Fietkau2022-10-071-1/+1
| | * | | | | | | | wifi: mt76: fix rate reporting / throughput regression on mt7915 and newerFelix Fietkau2022-10-061-2/+8
| * | | | | | | | | Merge tag 'linux-can-fixes-for-6.1-20221011' of git://git.kernel.org/pub/scm/...Paolo Abeni2022-10-114-2/+84
| |\ \ \ \ \ \ \ \ \