summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'io_uring-6.1-2022-10-22' of git://git.kernel.dk/linuxLinus Torvalds2022-10-232-0/+2
|\
| * net: flag sockets supporting msghdr originated zerocopyPavel Begunkov2022-10-222-0/+2
* | Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-2024-36/+105
|\ \ | |/ |/|
| * net: sched: fix race condition in qdisc_graft()Eric Dumazet2022-10-191-2/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-10-195-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
| * | net: Fix return value of qdisc ingress handling on successPaul Blakey2022-10-191-0/+4
| * | 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
| * | net: hsr: avoid possible NULL deref in skb_clone()Eric Dumazet2022-10-181-6/+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-185-4/+20
| * skmsg: pass gfp argument to alloc_sk_msg()Eric Dumazet2022-10-161-4/+4
| * net: dsa: uninitialized variable in dsa_slave_netdevice_event()Dan Carpenter2022-10-151-1/+1
| * net/smc: Fix an error code in smc_lgr_create()Dan Carpenter2022-10-151-1/+2
| * net/atm: fix proc_mpc_write incorrect return valueXiaobo Liu2022-10-151-1/+2
| * tls: strp: make sure the TCP skbs do not have overlapping dataJakub Kicinski2022-10-141-4/+28
| * 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 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-1644-96/+95
|\ \
| * | treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-113-3/+3
| * | treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-1114-24/+24
| * | treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-112-2/+2
| * | treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-118-13/+13
| * | treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-1122-54/+53
* | | Merge tag 'io_uring-6.1-2022-10-13' of git://git.kernel.dk/linuxLinus Torvalds2022-10-131-0/+20
|\ \ \ | |_|/ |/| |
| * | io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov2022-10-121-0/+20
* | | Merge tag 'net-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-1338-187/+306
|\ \ \
| * | | 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-134-47/+82
| |\ \ \
| | * \ \ Merge branch 'cve-fixes-2022-10-13'Johannes Berg2022-10-138-60/+94
| | |\ \ \
| | | * | | 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: 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
| * | | | | openvswitch: add nf_ct_is_confirmed check before assigning the helperXin Long2022-10-121-1/+2
| * | | | | 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-126-6/+44
| * | | | | udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima2022-10-122-12/+14
| * | | | | 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
| * | | | | netfilter: rpfilter/fib: Populate flowic_l3mdev fieldPhil Sutter2022-10-124-11/+7