aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
AgeCommit message (Expand)Author
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
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-29tcp: add tcp_add_backlog()Eric Dumazet
2016-08-25tcp: md5: add LINUX_MIB_TCPMD5FAILURE counterEric Dumazet
2016-08-25tcp: md5: increment sk_drops on syn_recv stateEric Dumazet
2016-08-23tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet
2016-07-01tcp: md5: use kmalloc() backed scratch areasEric Dumazet
2016-05-16tcp: minor optimizations around tcp_hdr() usageEric Dumazet
2016-05-06ipv4: tcp: ip_send_unicast_reply() is not BH safeEric Dumazet
2016-05-04tcp: two more missing bh disableEric Dumazet
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet
2016-04-28tcp: give prequeue mode some careEric Dumazet
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet
2016-04-27net: tcp: rename TCP_INC_STATS_BHEric Dumazet