summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_ipv4.c
AgeCommit message (Expand)Author
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-12tcp: use monotonic timestamps for PAWSArnd Bergmann
2018-07-12tcp: fix sequence numbers for repaired sockets re-using TIME-WAIT socketsStefan Baranoff
2018-06-14tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-04net-tcp: extend tcp_tw_reuse sysctl to enable loopback only optimizationMaciej Żenczykowski
2018-05-31tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao
2018-05-18tcp: add tcp_comp_sack_nr sysctlEric Dumazet
2018-05-18tcp: add tcp_comp_sack_delay_ns sysctlEric Dumazet
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-05-16ipv{4,6}/tcp: simplify procfs registrationChristoph Hellwig
2018-05-10tcp: Add mark for TIMEWAIT socketsJon Maxwell
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-02-21tcp: remove dead code after CHECKSUM_PARTIAL adoptionEric Dumazet
2018-02-14tcp: try to keep packet if SYN_RCV race is lostEric Dumazet
2018-02-13net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai
2018-02-07tcp: tracepoint: only call trace_tcp_send_reset with full socketSong Liu
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2017-12-26tcp: md5: Handle RCU dereference of md5sig_infoMat Martineau
2017-12-20net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao
2017-12-12tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch
2017-12-03tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet
2017-11-15tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger
2017-11-10tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-28tcp: Namespace-ify sysctl_tcp_pacing_ca_ratioEric Dumazet
2017-10-28tcp: Namespace-ify sysctl_tcp_pacing_ss_ratioEric Dumazet
2017-10-28tcp: Namespace-ify sysctl_tcp_invalid_ratelimitEric Dumazet
2017-10-28tcp: Namespace-ify sysctl_tcp_autocorkingEric Dumazet
2017-10-28tcp: Namespace-ify sysctl_tcp_min_rtt_wlenEric Dumazet
2017-10-28tcp: Namespace-ify sysctl_tcp_min_tso_segsEric Dumazet
2017-10-28tcp: Namespace-ify sysctl_tcp_challenge_ack_limitEric Dumazet
2017-10-28tcp: Namespace-ify sysctl_tcp_limit_output_bytesEric Dumazet
2017-10-28tcp: Namespace-ify sysctl_tcp_tso_win_divisorEric Dumazet
2017-10-28tcp: Namespace-ify sysctl_tcp_moderate_rcvbufEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_frtoEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_adv_win_scaleEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_app_winEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_dsackEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_max_reorderingEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_retrans_collapseEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_slow_start_after_idleEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_recoveryEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_early_retransEric Dumazet
2017-10-26tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet
2017-10-24tcp: add tracepoint trace_tcp_destroy_sockSong Liu
2017-10-24tcp: add tracepoint trace_tcp_send_resetSong Liu