summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-07-29Bluetooth: SCO: Fix sco_send_frame returning skb->lenLuiz Augusto von Dentz
2022-07-29Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz
2022-07-29Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsgLuiz Augusto von Dentz
2022-07-29Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsgLuiz Augusto von Dentz
2022-07-29tcp: Fix data-races around sysctl_tcp_max_reordering.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_abort_on_overflow.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_rfc1337.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_stdurg.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_retrans_collapse.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_recovery.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_early_retrans.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima
2022-07-29ip: Fix data-races around sysctl_ip_prot_sock.Kuniyuki Iwashima
2022-07-29ipv4: Fix data-races around sysctl_fib_multipath_hash_fields.Kuniyuki Iwashima
2022-07-29ipv4: Fix data-races around sysctl_fib_multipath_hash_policy.Kuniyuki Iwashima
2022-07-29ipv4: Fix a data-race around sysctl_fib_multipath_use_neigh.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_fastopen_blackhole_timeout.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_fastopen.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_max_syn_backlog.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_tw_reuse.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_reordering.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_migrate_req.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima
2022-07-29igmp: Fix data-races around sysctl_igmp_max_msf.Kuniyuki Iwashima
2022-07-29igmp: Fix a data-race around sysctl_igmp_max_memberships.Kuniyuki Iwashima
2022-07-29igmp: Fix data-races around sysctl_igmp_llm_reports.Kuniyuki Iwashima
2022-07-29net/tls: Fix race in TLS device down flowTariq Toukan
2022-07-29net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()Menglong Dong
2022-07-29net: ipv4: use kfree_skb_reason() in ip_rcv_core()Menglong Dong
2022-07-29net: netfilter: use kfree_drop_reason() for NF_DROPMenglong Dong
2022-07-29net: socket: rename SKB_DROP_REASON_SOCKET_FILTERMenglong Dong
2022-07-29net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong
2022-07-29net: skb: use kfree_skb_reason() in tcp_v4_rcv()Menglong Dong
2022-07-29net: skb: introduce kfree_skb_reason()Menglong Dong
2022-07-29tcp: Fix a data-race around sysctl_tcp_probe_interval.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_probe_threshold.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_mtu_probe_floor.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_min_snd_mss.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_base_mss.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around sysctl_tcp_mtu_probing.Kuniyuki Iwashima
2022-07-29ip: Fix a data-race around sysctl_ip_autobind_reuse.Kuniyuki Iwashima
2022-07-29ip: Fix data-races around sysctl_ip_nonlocal_bind.Kuniyuki Iwashima
2022-07-29ip: Fix data-races around sysctl_ip_fwd_update_priority.Kuniyuki Iwashima
2022-07-29ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima
2022-07-29ip: Fix data-races around sysctl_ip_no_pmtu_disc.Kuniyuki Iwashima