aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-28tcp: Namespace-ify sysctl_tcp_challenge_ack_limitEric Dumazet1-0/+2
2017-10-28tcp: Namespace-ify sysctl_tcp_limit_output_bytesEric Dumazet1-0/+2
2017-10-28tcp: Namespace-ify sysctl_tcp_tso_win_divisorEric Dumazet1-0/+5
2017-10-28tcp: Namespace-ify sysctl_tcp_moderate_rcvbufEric Dumazet1-0/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_frtoEric Dumazet1-0/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_adv_win_scaleEric Dumazet1-0/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_app_winEric Dumazet1-0/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_dsackEric Dumazet1-0/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_max_reorderingEric Dumazet1-0/+2
2017-10-27tcp: Namespace-ify sysctl_tcp_retrans_collapseEric Dumazet1-1/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_slow_start_after_idleEric Dumazet1-0/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_recoveryEric Dumazet1-0/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_early_retransEric Dumazet1-0/+1
2017-10-26tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet1-1/+1
2017-10-24tcp: add tracepoint trace_tcp_destroy_sockSong Liu1-0/+2
2017-10-24tcp: add tracepoint trace_tcp_send_resetSong Liu1-1/+5
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+13
2017-10-21tcp/dccp: fix ireq->opt racesEric Dumazet1-9/+13
2017-10-20tcp: socket option to set TCP fast open keyYuchung Cheng1-0/+1
2017-10-18ipv4: mark expected switch fall-throughsGustavo A. R. Silva1-1/+2
2017-10-07tcp: implement rb-tree based retransmit queueEric Dumazet1-1/+1
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+5
2017-10-01ipv4: Namespaceify tcp_fastopen_blackhole_timeout knobHaishuang Yan1-0/+2
2017-10-01ipv4: Namespaceify tcp_fastopen_key knobHaishuang Yan1-0/+6
2017-10-01ipv4: Namespaceify tcp_fastopen knobHaishuang Yan1-0/+2
2017-10-01IPv4: early demux can return an error codePaolo Abeni1-4/+5
2017-09-08tcp: fix a request socket leakEric Dumazet1-3/+3
2017-08-23tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney1-0/+2
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-08-14tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet1-2/+2
2017-08-07net: ipv4: add second dif to inet socket lookupsDavid Ahern1-5/+8
2017-08-06ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni1-1/+1
2017-07-31tcp: remove low_latency sysctlFlorian Westphal1-2/+0
2017-07-31tcp: remove prequeue supportFlorian Westphal1-60/+1
2017-07-24tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya1-1/+1
2017-07-06tcp: md5: tcp_md5_do_lookup_exact() can be staticWu Fengguang1-3/+3
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-06-22tcp: Add a tcp_filter hook before handle ack packetChenbo Feng1-0/+2
2017-06-21tcp: md5: hide unused variableArnd Bergmann1-5/+1
2017-06-19tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande1-4/+12
2017-06-19tcp: md5: add an address prefix for key lookupIvan Delalande1-9/+59
2017-06-15tcp: ULP infrastructureDave Watson1-0/+2
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet1-0/+1
2017-06-08tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet1-4/+5
2017-06-08tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet1-0/+1
2017-06-08tcp: Namespaceify sysctl_tcp_sackEric Dumazet1-0/+1
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet1-8/+9
2017-05-17tcp: use tp->tcp_mstamp in output pathEric Dumazet1-0/+1
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-05-05tcp: randomize timestamps on syncookiesEric Dumazet1-13/+19