| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-10-16 | 44 | -96/+95 |
|\ |
|
| * | treewide: use get_random_bytes() when possible | Jason A. Donenfeld | 2022-10-11 | 3 | -3/+3 |
| * | treewide: use get_random_u32() when possible | Jason A. Donenfeld | 2022-10-11 | 14 | -24/+24 |
| * | treewide: use get_random_{u8,u16}() when possible, part 2 | Jason A. Donenfeld | 2022-10-11 | 2 | -2/+2 |
| * | treewide: use get_random_{u8,u16}() when possible, part 1 | Jason A. Donenfeld | 2022-10-11 | 8 | -13/+13 |
| * | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 2022-10-11 | 22 | -54/+53 |
* | | Merge tag 'io_uring-6.1-2022-10-13' of git://git.kernel.dk/linux | Linus Torvalds | 2022-10-13 | 1 | -0/+20 |
|\ \ |
|
| * | | io_uring/af_unix: defer registered files gc to io_uring release | Pavel Begunkov | 2022-10-12 | 1 | -0/+20 |
* | | | Merge tag 'net-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 2022-10-13 | 38 | -187/+306 |
|\ \ \ |
|
| * | | | kcm: avoid potential race in kcm_tx_work | Eric Dumazet | 2022-10-13 | 1 | -1/+1 |
| * | | | tcp: Clean up kernel listener's reqsk in inet_twsk_purge() | Kuniyuki Iwashima | 2022-10-13 | 2 | -5/+19 |
| * | | | Merge tag 'wireless-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Abeni | 2022-10-13 | 4 | -47/+82 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'cve-fixes-2022-10-13' | Johannes Berg | 2022-10-13 | 8 | -60/+94 |
| | |\ \ \ |
|
| | | * | | | wifi: cfg80211: update hidden BSSes to avoid WARN_ON | Johannes Berg | 2022-10-10 | 1 | -11/+20 |
| | | * | | | wifi: mac80211: fix crash in beacon protection for P2P-device | Johannes Berg | 2022-10-10 | 1 | -5/+7 |
| | | * | | | wifi: cfg80211: avoid nontransmitted BSS list corruption | Johannes Berg | 2022-10-10 | 1 | -0/+9 |
| | | * | | | wifi: cfg80211: fix BSS refcounting bugs | Johannes Berg | 2022-10-10 | 1 | -13/+14 |
| | | * | | | wifi: cfg80211: ensure length byte is present before access | Johannes Berg | 2022-10-10 | 1 | -2/+4 |
| | | * | | | wifi: mac80211: fix MBSSID parsing use-after-free | Johannes Berg | 2022-10-10 | 2 | -15/+23 |
| | | * | | | wifi: cfg80211/mac80211: reject bad MBSSID elements | Johannes Berg | 2022-10-10 | 2 | -0/+4 |
| | | * | | | wifi: cfg80211: fix u8 overflow in cfg80211_update_notlisted_nontrans() | Johannes Berg | 2022-10-10 | 1 | -1/+1 |
| * | | | | | openvswitch: add nf_ct_is_confirmed check before assigning the helper | Xin Long | 2022-10-12 | 1 | -1/+2 |
| * | | | | | tcp: Fix data races around icsk->icsk_af_ops. | Kuniyuki Iwashima | 2022-10-12 | 3 | -7/+12 |
| * | | | | | ipv6: Fix data races around sk->sk_prot. | Kuniyuki Iwashima | 2022-10-12 | 3 | -11/+22 |
| * | | | | | tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct(). | Kuniyuki Iwashima | 2022-10-12 | 6 | -6/+44 |
| * | | | | | udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM). | Kuniyuki Iwashima | 2022-10-12 | 2 | -12/+14 |
| * | | | | | tcp/udp: Fix memory leak in ipv6_renew_options(). | Kuniyuki Iwashima | 2022-10-12 | 1 | -0/+7 |
| * | | | | | mctp: prevent double key removal and unref | Jeremy Kerr | 2022-10-12 | 2 | -12/+21 |
| * | | | | | netfilter: rpfilter/fib: Populate flowic_l3mdev field | Phil Sutter | 2022-10-12 | 4 | -11/+7 |
| * | | | | | tcp: cdg: allow tcp_cdg_release() to be called multiple times | Eric Dumazet | 2022-10-12 | 1 | -0/+2 |
| * | | | | | inet: ping: fix recent breakage | Eric Dumazet | 2022-10-12 | 2 | -17/+6 |
| * | | | | | ipv6: ping: fix wrong checksum for large frames | Eric Dumazet | 2022-10-12 | 1 | -1/+1 |
| * | | | | | Merge tag 'wireless-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/... | Jakub Kicinski | 2022-10-11 | 8 | -43/+54 |
| |\| | | |
| | |/ / /
| |/| | | |
|
| | * | | | wifi: nl80211: Split memcpy() of struct nl80211_wowlan_tcp_data_token flexibl... | Kees Cook | 2022-10-07 | 1 | -1/+3 |
| | * | | | wifi: wext: use flex array destination for memcpy() | Hawkins Jiawei | 2022-10-07 | 1 | -7/+10 |
| | * | | | wifi: cfg80211: fix ieee80211_data_to_8023_exthdr handling of small packets | Felix Fietkau | 2022-10-07 | 1 | -19/+21 |
| | * | | | wifi: mac80211: netdev compatible TX stop for iTXQ drivers | Alexander Wetzel | 2022-10-07 | 2 | -7/+9 |
| | * | | | wifi: mac80211: fix decap offload for stations on AP_VLAN interfaces | Felix Fietkau | 2022-10-07 | 1 | -3/+4 |
| | * | | | wifi: mac80211: unlock on error in ieee80211_can_powered_addr_change() | Dan Carpenter | 2022-10-07 | 1 | -1/+1 |
| | * | | | wifi: mac80211: remove/avoid misleading prints | James Prestwood | 2022-10-07 | 1 | -3/+4 |
| | * | | | wifi: mac80211: fix probe req HE capabilities access | James Prestwood | 2022-10-07 | 1 | -1/+1 |
| | * | | | wifi: mac80211: do not drop packets smaller than the LLC-SNAP header on fast-rx | Felix Fietkau | 2022-10-07 | 1 | -1/+1 |
| * | | | | net: dsa: fix wrong pointer passed to PTR_ERR() in dsa_port_phylink_create() | Yang Yingliang | 2022-10-09 | 1 | -1/+1 |
| * | | | | ipv4: Handle attempt to delete multipath route when fib_info contains an nh r... | David Ahern | 2022-10-07 | 1 | -4/+4 |
| * | | | | Merge tag 'ieee802154-for-net-2022-10-05' of git://git.kernel.org/pub/scm/lin... | Jakub Kicinski | 2022-10-05 | 1 | -3/+4 |
| |\ \ \ \ |
|
| | * | | | | net/ieee802154: don't warn zero-sized raw_sendmsg() | Tetsuo Handa | 2022-10-05 | 1 | -0/+4 |
| | * | | | | Revert "net/ieee802154: reject zero-sized raw_sendmsg()" | Alexander Aring | 2022-10-05 | 1 | -3/+0 |
| | |/ / / |
|
| * / / / | Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo c... | Vladimir Oltean | 2022-10-05 | 1 | -5/+3 |
| |/ / / |
|
* | | | | Merge tag 'ceph-for-6.1-rc1' of https://github.com/ceph/ceph-client | Linus Torvalds | 2022-10-13 | 3 | -39/+9 |
|\ \ \ \ |
|
| * | | | | libceph: drop last_piece flag from ceph_msg_data_cursor | Jeff Layton | 2022-10-04 | 3 | -39/+9 |