summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2022-09-22udp: Use WARN_ON_ONCE() in udp_read_skb()Peilin Ye-1/+1
2022-09-20ipmr: Always call ip{,6}_mr_forward() from RCU read-side critical sectionIdo Schimmel-0/+2
2022-09-20tcp: read multiple skbs in tcp_read_skb()Cong Wang-10/+19
2022-09-16tcp: Use WARN_ON_ONCE() in tcp_read_skb()Peilin Ye-1/+1
2022-09-06tcp: fix early ETIMEDOUT after spurious non-SACK RTONeal Cardwell-7/+18
2022-09-02Merge tag 'rxrpc-fixes-20220901' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller-0/+3
2022-09-02tcp: TX zerocopy should not sense pfmemalloc statusEric Dumazet-1/+1
2022-09-01rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells-0/+3
2022-08-31tcp: make global challenge ack rate limitation per net-ns and default disabledEric Dumazet-12/+15
2022-08-31tcp: annotate data-race around challenge_timestampEric Dumazet-2/+2
2022-08-31ip: fix triggering of 'icmp redirect'Nicolas Dichtel-2/+2
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-4/+5
2022-08-24net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima-6/+10
2022-08-24net: Fix data-races around sysctl_max_skb_frags.Kuniyuki Iwashima-2/+2
2022-08-24net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima-3/+3
2022-08-24net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima-2/+2
2022-08-18ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnelsEyal Birger-4/+5
2022-08-18tcp: handle pure FIN case correctlyCong Wang-1/+1
2022-08-18tcp: refactor tcp_read_skb() a bitCong Wang-17/+9
2022-08-18tcp: fix tcp_cleanup_rbuf() for tcp_read_skb()Cong Wang-10/+14
2022-08-18tcp: fix sock skb accounting in tcp_read_skb()Cong Wang-0/+1
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+6
2022-08-01udp: Remove redundant __udp_sysctl_init() call from udp_init().Kuniyuki Iwashima-7/+1
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-50/+62
2022-07-27tcp: md5: fix IPv4-mapped supportEric Dumazet-3/+12
2022-07-26tcp: allow tls to decrypt directly from the tcp rcv queueJakub Kicinski-1/+41
2022-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-16/+8
2022-07-25ipv4: Fix data-races around sysctl_fib_notify_on_flag_change.Kuniyuki Iwashima-2/+5
2022-07-25tcp: Fix data-races around sysctl_tcp_reflect_tos.Kuniyuki Iwashima-2/+2
2022-07-25tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.Kuniyuki Iwashima-1/+1
2022-07-25tcp: Fix a data-race around sysctl_tcp_comp_sack_slack_ns.Kuniyuki Iwashima-1/+1
2022-07-25tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.Kuniyuki Iwashima-1/+2
2022-07-25net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima-10/+11
2022-07-25tcp: Fix data-races around sk_pacing_rate.Kuniyuki Iwashima-2/+2
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-41/+41
2022-07-22Revert "tcp: change pingpong threshold to 3"Wei Wang-9/+6
2022-07-22tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit.Kuniyuki Iwashima-1/+2
2022-07-22tcp: Fix a data-race around sysctl_tcp_autocorking.Kuniyuki Iwashima-1/+1
2022-07-22tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen.Kuniyuki Iwashima-1/+1
2022-07-22tcp: Fix a data-race around sysctl_tcp_tso_rtt_log.Kuniyuki Iwashima-1/+1
2022-07-22tcp: Fix a data-race around sysctl_tcp_min_tso_segs.Kuniyuki Iwashima-1/+1
2022-07-22tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit.Kuniyuki Iwashima-1/+1
2022-07-22tcp: Fix a data-race around sysctl_tcp_limit_output_bytes.Kuniyuki Iwashima-1/+1
2022-07-22tcp: Fix data-races around sysctl_tcp_workaround_signed_windows.Kuniyuki Iwashima-2/+2
2022-07-22tcp: Fix data-races around sysctl_tcp_moderate_rcvbuf.Kuniyuki Iwashima-1/+1
2022-07-22tcp: Fix data-races around sysctl_tcp_no_ssthresh_metrics_save.Kuniyuki Iwashima-4/+4
2022-07-22tcp: Fix a data-race around sysctl_tcp_nometrics_save.Kuniyuki Iwashima-1/+1
2022-07-22tcp: Fix a data-race around sysctl_tcp_frto.Kuniyuki Iwashima-1/+1
2022-07-22tcp: Fix a data-race around sysctl_tcp_app_win.Kuniyuki Iwashima-1/+1
2022-07-22tcp: Fix data-races around sysctl_tcp_dsack.Kuniyuki Iwashima-2/+2