summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-2/+0
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* tcp: remove dead code after CHECKSUM_PARTIAL adoptionEric Dumazet2018-02-211-10/+3
* tcp: try to keep packet if SYN_RCV race is lostEric Dumazet2018-02-141-1/+12
* net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai2018-02-131-0/+2
* tcp: tracepoint: only call trace_tcp_send_reset with full socketSong Liu2018-02-071-1/+2
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-1/+0
* tcp: md5: Handle RCU dereference of md5sig_infoMat Martineau2017-12-261-1/+1
* 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-051-4/+5
|\|
| * IPv4: early demux can return an error codePaolo Abeni2017-10-011-4/+5
* | ipv4: Namespaceify tcp_fastopen_blackhole_timeout knobHaishuang Yan2017-10-011-0/+2
* | ipv4: Namespaceify tcp_fastopen_key knobHaishuang Yan2017-10-011-0/+6
* | ipv4: Namespaceify tcp_fastopen knobHaishuang Yan2017-10-011-0/+2
|/
* tcp: fix a request socket leakEric Dumazet2017-09-081-3/+3
* tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney2017-08-231-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-151-2/+2
|\
| * tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet2017-08-141-2/+2