Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_put
[platform/kernel/linux-rpi.git] / net /
2022-08-03 Luiz Augusto von... Bluetooth: L2CAP: Fix use-after-free caused by l2cap_ch...
2022-07-29 Luiz Augusto von... Bluetooth: SCO: Fix sco_send_frame returning skb->len
2022-07-29 Luiz Augusto von... Bluetooth: Fix passing NULL to PTR_ERR
2022-07-29 Luiz Augusto von... Bluetooth: RFCOMM: Replace use of memcpy_from_msg with...
2022-07-29 Luiz Augusto von... Bluetooth: SCO: Replace use of memcpy_from_msg with...
2022-07-29 Kuniyuki Iwashimatcp: Fix data-races around sysctl_tcp_max_reordering.
2022-07-29 Kuniyuki Iwashimatcp: Fix a data-race around sysctl_tcp_abort_on_overflow.
2022-07-29 Kuniyuki Iwashimatcp: Fix a data-race around sysctl_tcp_rfc1337.
2022-07-29 Kuniyuki Iwashimatcp: Fix a data-race around sysctl_tcp_stdurg.
2022-07-29 Kuniyuki Iwashimatcp: Fix a data-race around sysctl_tcp_retrans_collapse.
2022-07-29 Kuniyuki Iwashimatcp: Fix data-races around sysctl_tcp_slow_start_after_...
2022-07-29 Kuniyuki Iwashimatcp: Fix a data-race around sysctl_tcp_thin_linear_time...
2022-07-29 Kuniyuki Iwashimatcp: Fix data-races around sysctl_tcp_recovery.
2022-07-29 Kuniyuki Iwashimatcp: Fix a data-race around sysctl_tcp_early_retrans.
2022-07-29 Kuniyuki Iwashimatcp: Fix data-races around sysctl knobs related to...
2022-07-29 Kuniyuki Iwashimaip: Fix data-races around sysctl_ip_prot_sock.
2022-07-29 Kuniyuki Iwashimaipv4: Fix data-races around sysctl_fib_multipath_hash_f...
2022-07-29 Kuniyuki Iwashimaipv4: Fix data-races around sysctl_fib_multipath_hash_p...
2022-07-29 Kuniyuki Iwashimaipv4: Fix a data-race around sysctl_fib_multipath_use_n...
2022-07-29 Kuniyuki Iwashimatcp: Fix data-races around sysctl_tcp_fastopen_blackhol...
2022-07-29 Kuniyuki Iwashimatcp: Fix data-races around sysctl_tcp_fastopen.
2022-07-29 Kuniyuki Iwashimatcp: Fix data-races around sysctl_max_syn_backlog.
2022-07-29 Kuniyuki Iwashimatcp: Fix a data-race around sysctl_tcp_tw_reuse.
2022-07-29 Kuniyuki Iwashimatcp: Fix data-races around some timeout sysctl knobs.
2022-07-29 Kuniyuki Iwashimatcp: Fix data-races around sysctl_tcp_reordering.
2022-07-29 Kuniyuki Iwashimatcp: Fix data-races around sysctl_tcp_migrate_req.
2022-07-29 Kuniyuki Iwashimatcp: Fix data-races around sysctl_tcp_syncookies.
2022-07-29 Kuniyuki Iwashimatcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.
2022-07-29 Kuniyuki Iwashimatcp: Fix data-races around keepalive sysctl knobs.
2022-07-29 Kuniyuki Iwashimaigmp: Fix data-races around sysctl_igmp_max_msf.
2022-07-29 Kuniyuki Iwashimaigmp: Fix a data-race around sysctl_igmp_max_memberships.
2022-07-29 Kuniyuki Iwashimaigmp: Fix data-races around sysctl_igmp_llm_reports.
2022-07-29 Tariq Toukannet/tls: Fix race in TLS device down flow
2022-07-29 Menglong Dongnet: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()
2022-07-29 Menglong Dongnet: ipv4: use kfree_skb_reason() in ip_rcv_core()
2022-07-29 Menglong Dongnet: netfilter: use kfree_drop_reason() for NF_DROP
2022-07-29 Menglong Dongnet: socket: rename SKB_DROP_REASON_SOCKET_FILTER
2022-07-29 Menglong Dongnet: skb: use kfree_skb_reason() in __udp4_lib_rcv()
2022-07-29 Menglong Dongnet: skb: use kfree_skb_reason() in tcp_v4_rcv()
2022-07-29 Menglong Dongnet: skb: introduce kfree_skb_reason()
2022-07-29 Kuniyuki Iwashimatcp: Fix a data-race around sysctl_tcp_probe_interval.
2022-07-29 Kuniyuki Iwashimatcp: Fix a data-race around sysctl_tcp_probe_threshold.
2022-07-29 Kuniyuki Iwashimatcp: Fix a data-race around sysctl_tcp_mtu_probe_floor.
2022-07-29 Kuniyuki Iwashimatcp: Fix data-races around sysctl_tcp_min_snd_mss.
2022-07-29 Kuniyuki Iwashimatcp: Fix data-races around sysctl_tcp_base_mss.
2022-07-29 Kuniyuki Iwashimatcp: Fix data-races around sysctl_tcp_mtu_probing.
2022-07-29 Kuniyuki Iwashimaip: Fix a data-race around sysctl_ip_autobind_reuse.
2022-07-29 Kuniyuki Iwashimaip: Fix data-races around sysctl_ip_nonlocal_bind.
2022-07-29 Kuniyuki Iwashimaip: Fix data-races around sysctl_ip_fwd_update_priority.
2022-07-29 Kuniyuki Iwashimaip: Fix data-races around sysctl_ip_fwd_use_pmtu.
2022-07-29 Kuniyuki Iwashimaip: Fix data-races around sysctl_ip_no_pmtu_disc.
2022-07-29 Kuniyuki Iwashimatcp: Fix data-races around sysctl_tcp_ecn.
2022-07-29 Eric Dumazetipv4/tcp: do not use per netns ctl sockets
2022-07-29 Hangyu Huaxfrm: xfrm_policy: fix a possible double xfrm_pols_put...
2022-07-29 Kuniyuki Iwashimaip: Fix data-races around sysctl_ip_default_ttl.
2022-07-29 Sebastian Andrzej... batman-adv: Use netif_rx_any_context() any.
2022-07-21 Hangyu Huanet: tipc: fix possible refcount leak in tipc_sk_create()
2022-07-21 Florian Westphalnetfilter: br_netfilter: do not skip all hooks with...
2022-07-21 Tariq Toukannet/tls: Check for errors in tls_device_init
2022-07-21 Andrea Mayerseg6: bpf: fix skb checksum in bpf_push_seg6_encap()
2022-07-21 Andrea Mayerseg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps...
2022-07-21 Andrea Mayerseg6: fix skb checksum evaluation in SRH encapsulation...
2022-07-21 Kuniyuki Iwashimanexthop: Fix data-races around nexthop_compat_mode.
2022-07-21 Kuniyuki Iwashimaipv4: Fix data-races around sysctl_ip_dynaddr.
2022-07-21 Kuniyuki Iwashimatcp: Fix a data-race around sysctl_tcp_ecn_fallback.
2022-07-21 Kuniyuki Iwashimaicmp: Fix a data-race around sysctl_icmp_ratemask.
2022-07-21 Kuniyuki Iwashimaicmp: Fix a data-race around sysctl_icmp_ratelimit.
2022-07-21 Kuniyuki Iwashimaicmp: Fix a data-race around sysctl_icmp_errors_use_inb...
2022-07-21 Kuniyuki Iwashimaicmp: Fix a data-race around sysctl_icmp_ignore_bogus_e...
2022-07-21 Kuniyuki Iwashimaicmp: Fix data-races around sysctl_icmp_echo_enable_probe.
2022-07-21 Pablo Neira Ayusonetfilter: nf_tables: replace BUG_ON by element length...
2022-07-21 Pablo Neira Ayusonetfilter: nf_log: incorrect offset to network header
2022-07-21 Kuniyuki Iwashimaipv4: Fix a data-race around sysctl_fib_sync_mem.
2022-07-21 Kuniyuki Iwashimaicmp: Fix data-races around sysctl.
2022-07-21 Kuniyuki Iwashimacipso: Fix data-races around sysctl.
2022-07-21 Kuniyuki Iwashimainetpeer: Fix data-races around sysctl.
2022-07-21 Kuniyuki Iwashimatcp: Fix a data-race around sysctl_tcp_max_orphans.
2022-07-21 Felix Fietkauwifi: mac80211: fix queue selection for mesh/OCB interfaces
2022-07-21 Nicolas Dichtelip: fix dflt addr selection for connected nexthop
2022-07-12 Ivan Malovxsk: Clear page contiguity bit when unmapping pool
2022-07-12 David Howellsrxrpc: Fix locking issue
2022-07-12 Niels DosscheBluetooth: protect le accept and resolv lists with...
2022-07-12 Sebastian Andrzej... batman-adv: Use netif_rx().
2022-07-12 Florian Westphalnetfilter: nft_payload: don't allow th access for fragments
2022-07-12 Pablo Neira Ayusonetfilter: nft_payload: support for inner header matchi...
2022-07-12 Pablo Neira Ayusonetfilter: nf_tables: convert pktinfo->tprot_set to...
2022-07-12 Pablo Neira Ayusonetfilter: nf_tables: stricter validation of element...
2022-07-12 Pablo Neira Ayusonetfilter: nft_set_pipapo: release elements in clone...
2022-07-12 Duoming Zhounet: rose: fix UAF bug caused by rose_t0timer_expiry
2022-07-12 Oliver Hartkoppcan: bcm: use call_rcu() instead of costly synchronize_...
2022-07-07 Eric Dumazettcp: add a missing nf_reset_ct() in 3WHS handling
2022-07-07 Eric Dumazetipv6: fix lockdep splat in in6_dump_addrs()
2022-07-07 katrinzhouipv6/sit: fix ipip6_tunnel_get_prl return value
2022-07-07 Eric Dumazettunnels: do not assume mac header is set in skb_tunnel_...
2022-07-07 Xin Longtipc: move bc link creation back to tipc_node_create
2022-07-07 Victor Nogueiranet/sched: act_api: Notify user space if any actions...
2022-07-07 Pablo Neira Ayusonetfilter: nft_dynset: restore set element counter...
2022-07-07 YueHaibingnet: ipv6: unexport __init-annotated seg6_hmac_net_init()
2022-07-07 Duoming Zhounet: rose: fix UAF bugs caused by timer handler
2022-07-07 Chuck LeverSUNRPC: Fix READ_PLUS crasher
next