summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden2018-06-141-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-6/+49
|\
| * net-tcp: extend tcp_tw_reuse sysctl to enable loopback only optimizationMaciej Żenczykowski2018-06-041-3/+32
| * tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao2018-05-311-1/+1
| * tcp: add tcp_comp_sack_nr sysctlEric Dumazet2018-05-181-0/+1
| * tcp: add tcp_comp_sack_delay_ns sysctlEric Dumazet2018-05-181-0/+1
| * tcp: Add mark for TIMEWAIT socketsJon Maxwell2018-05-101-2/+14
* | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-15/+2
* | ipv{4,6}/tcp: simplify procfs registrationChristoph Hellwig2018-05-161-54/+31
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-311-0/+16
|\
| * bpf: Hooks for sys_connectAndrey Ignatov2018-03-311-0/+16
* | 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
OpenPOWER on IntegriCloud