aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-24net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang1-0/+3
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney1-1/+1
2017-03-24tcp: Record Rx hash and NAPI ID in tcp_child_processAlexander Duyck1-2/+0
2017-03-16tcp: remove tcp_tw_recycleSoheil Hassas Yeganeh1-13/+2
2017-03-16tcp: remove per-destination timestamp cacheSoheil Hassas Yeganeh1-4/+0
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2017-03-13dccp/tcp: fix routing redirect raceJon Maxwell1-1/+2
2017-03-09tcp: rename *_sequence_number() to *_seq_and_tsoff()Alexey Kodanev1-11/+11
2017-03-07tcp: fix various issues for sockets morphing to listen stateEric Dumazet1-2/+5
2017-02-22tcp: setup timestamp offset when write_seq already setAlexey Kodanev1-6/+10
2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet1-4/+1
2017-01-25net/tcp-fastopen: Add new API supportWei Wang1-1/+6
2017-01-25tcp: reduce skb overhead in selected placesEric Dumazet1-2/+1
2017-01-20net: remove bh disabling around percpu_counter accessesEric Dumazet1-2/+0
2017-01-18inet: drop ->bind_conflictJosef Bacik1-1/+0
2017-01-13tcp: remove early retransmitYuchung Cheng1-1/+0
2017-01-13tcp: add reordering timer in RACK loss detectionYuchung Cheng1-0/+1
2017-01-09net: introduce keepalive function in struct protoUrsula Braun1-0/+1
2016-12-29ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan1-2/+5
2016-12-29ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan1-4/+8
2016-12-27ipv4: Namespaceify tcp_tw_reuse knobHaishuang Yan1-2/+2
2016-12-05tcp: tsq: move tsq_flags close to sk_wmem_allocEric Dumazet1-1/+1
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal1-4/+5
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+18
2016-11-13tcp: take care of truncations done by sk_filter()Eric Dumazet1-1/+18
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti1-3/+6
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2016-10-20tcp: relax listening_hash operationsEric Dumazet1-3/+3
2016-10-19tcp: do not export sysctl_tcp_low_latencyEric Dumazet1-1/+0
2016-10-18tcp: Remove unused but set variableTobias Klauser1-2/+0
2016-10-07mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner1-3/+0
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-1/+1
2016-09-25netfilter: xt_socket: fix transparent match for IPv6 request socketsKOVACS Krisztian1-1/+0
2016-09-08tcp: use an RB tree for ooo receive queueYaogong Wang1-1/+1
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7
2016-08-29tcp: add tcp_add_backlog()Eric Dumazet1-4/+29