summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_ipv4.c
AgeCommit message (Expand)Author
2017-07-06tcp: md5: tcp_md5_do_lookup_exact() can be staticWu Fengguang
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-06-22tcp: Add a tcp_filter hook before handle ack packetChenbo Feng
2017-06-21tcp: md5: hide unused variableArnd Bergmann
2017-06-19tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande
2017-06-19tcp: md5: add an address prefix for key lookupIvan Delalande
2017-06-15tcp: ULP infrastructureDave Watson
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet
2017-06-08tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet
2017-06-08tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet
2017-06-08tcp: Namespaceify sysctl_tcp_sackEric Dumazet
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet
2017-05-17tcp: use tp->tcp_mstamp in output pathEric Dumazet
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-05-05tcp: randomize timestamps on syncookiesEric Dumazet
2017-04-24net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney
2017-03-24tcp: Record Rx hash and NAPI ID in tcp_child_processAlexander Duyck
2017-03-16tcp: remove tcp_tw_recycleSoheil Hassas Yeganeh
2017-03-16tcp: remove per-destination timestamp cacheSoheil Hassas Yeganeh
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-13dccp/tcp: fix routing redirect raceJon Maxwell
2017-03-09tcp: rename *_sequence_number() to *_seq_and_tsoff()Alexey Kodanev
2017-03-07tcp: fix various issues for sockets morphing to listen stateEric Dumazet
2017-02-22tcp: setup timestamp offset when write_seq already setAlexey Kodanev
2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet
2017-01-25net/tcp-fastopen: Add new API supportWei Wang
2017-01-25tcp: reduce skb overhead in selected placesEric Dumazet
2017-01-20net: remove bh disabling around percpu_counter accessesEric Dumazet
2017-01-18inet: drop ->bind_conflictJosef Bacik
2017-01-13tcp: remove early retransmitYuchung Cheng
2017-01-13tcp: add reordering timer in RACK loss detectionYuchung Cheng
2017-01-09net: introduce keepalive function in struct protoUrsula Braun
2016-12-29ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan
2016-12-29ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan
2016-12-27ipv4: Namespaceify tcp_tw_reuse knobHaishuang Yan
2016-12-05tcp: tsq: move tsq_flags close to sk_wmem_allocEric Dumazet
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-13tcp: take care of truncations done by sk_filter()Eric Dumazet
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-20tcp: relax listening_hash operationsEric Dumazet
2016-10-19tcp: do not export sysctl_tcp_low_latencyEric Dumazet
2016-10-18tcp: Remove unused but set variableTobias Klauser
2016-10-07mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2016-09-25netfilter: xt_socket: fix transparent match for IPv6 request socketsKOVACS Krisztian
2016-09-08tcp: use an RB tree for ooo receive queueYaogong Wang