summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
...
* net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao2017-12-201-1/+1
* tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2017-12-121-1/+1
* tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet2017-12-031-19/+40
* tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger2017-11-151-0/+9
* tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet2017-11-101-3/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-1/+1
|\
| * tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2017-10-261-1/+1
* | tcp: Namespace-ify sysctl_tcp_pacing_ca_ratioEric Dumazet2017-10-281-0/+1
* | tcp: Namespace-ify sysctl_tcp_pacing_ss_ratioEric Dumazet2017-10-281-0/+1
* | tcp: Namespace-ify sysctl_tcp_invalid_ratelimitEric Dumazet2017-10-281-0/+1
* | tcp: Namespace-ify sysctl_tcp_autocorkingEric Dumazet2017-10-281-0/+1
* | tcp: Namespace-ify sysctl_tcp_min_rtt_wlenEric Dumazet2017-10-281-0/+1
* | tcp: Namespace-ify sysctl_tcp_min_tso_segsEric Dumazet2017-10-281-0/+1
* | tcp: Namespace-ify sysctl_tcp_challenge_ack_limitEric Dumazet2017-10-281-0/+2
* | tcp: Namespace-ify sysctl_tcp_limit_output_bytesEric Dumazet2017-10-281-0/+2
* | tcp: Namespace-ify sysctl_tcp_tso_win_divisorEric Dumazet2017-10-281-0/+5
* | tcp: Namespace-ify sysctl_tcp_moderate_rcvbufEric Dumazet2017-10-281-0/+1
* | tcp: Namespace-ify sysctl_tcp_frtoEric Dumazet2017-10-271-0/+1
* | tcp: Namespace-ify sysctl_tcp_adv_win_scaleEric Dumazet2017-10-271-0/+1
* | tcp: Namespace-ify sysctl_tcp_app_winEric Dumazet2017-10-271-0/+1
* | tcp: Namespace-ify sysctl_tcp_dsackEric Dumazet2017-10-271-0/+1
* | tcp: Namespace-ify sysctl_tcp_max_reorderingEric Dumazet2017-10-271-0/+2
* | tcp: Namespace-ify sysctl_tcp_retrans_collapseEric Dumazet2017-10-271-1/+1
* | tcp: Namespace-ify sysctl_tcp_slow_start_after_idleEric Dumazet2017-10-271-0/+1
* | tcp: Namespace-ify sysctl_tcp_recoveryEric Dumazet2017-10-271-0/+1
* | tcp: Namespace-ify sysctl_tcp_early_retransEric Dumazet2017-10-271-0/+1
* | tcp: add tracepoint trace_tcp_destroy_sockSong Liu2017-10-241-0/+2
* | tcp: add tracepoint trace_tcp_send_resetSong Liu2017-10-241-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-9/+13
|\|
| * tcp/dccp: fix ireq->opt racesEric Dumazet2017-10-211-9/+13
* | tcp: socket option to set TCP fast open keyYuchung Cheng2017-10-201-0/+1
* | ipv4: mark expected switch fall-throughsGustavo A. R. Silva2017-10-181-1/+2
* | tcp: implement rb-tree based retransmit queueEric Dumazet2017-10-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-061-4/+5
|\|
| * IPv4: early demux can return an error codePaolo Abeni2017-10-011-4/+5
* | ipv4: Namespaceify tcp_fastopen_blackhole_timeout knobHaishuang Yan2017-10-021-0/+2
* | ipv4: Namespaceify tcp_fastopen_key knobHaishuang Yan2017-10-021-0/+6
* | ipv4: Namespaceify tcp_fastopen knobHaishuang Yan2017-10-021-0/+2
|/
* tcp: fix a request socket leakEric Dumazet2017-09-091-3/+3
* tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney2017-08-241-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-161-2/+2
|\
| * tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet2017-08-151-2/+2
* | net: ipv4: add second dif to inet socket lookupsDavid Ahern2017-08-071-5/+8
* | ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni2017-08-071-1/+1
* | tcp: remove low_latency sysctlFlorian Westphal2017-07-311-2/+0Star
* | tcp: remove prequeue supportFlorian Westphal2017-07-311-60/+1Star
* | tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya2017-07-251-1/+1
|/
* tcp: md5: tcp_md5_do_lookup_exact() can be staticWu Fengguang2017-07-061-3/+3
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* tcp: Add a tcp_filter hook before handle ack packetChenbo Feng2017-06-221-0/+2