summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_ipv4.c
Commit message (Expand)AuthorAge
* tcp: fix a request socket leakEric Dumazet2017-09-08
* tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney2017-08-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-15
|\
| * tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet2017-08-14
* | net: ipv4: add second dif to inet socket lookupsDavid Ahern2017-08-07
* | ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni2017-08-06
* | tcp: remove low_latency sysctlFlorian Westphal2017-07-31
* | tcp: remove prequeue supportFlorian Westphal2017-07-31
* | tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya2017-07-24
|/
* tcp: md5: tcp_md5_do_lookup_exact() can be staticWu Fengguang2017-07-06
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-01
* tcp: Add a tcp_filter hook before handle ack packetChenbo Feng2017-06-22
* tcp: md5: hide unused variableArnd Bergmann2017-06-21
* tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande2017-06-19
* tcp: md5: add an address prefix for key lookupIvan Delalande2017-06-19
* tcp: ULP infrastructureDave Watson2017-06-15
* tcp: add TCPMemoryPressuresChrono counterEric Dumazet2017-06-08
* tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet2017-06-08
* tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet2017-06-08
* tcp: Namespaceify sysctl_tcp_sackEric Dumazet2017-06-08
* tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-17
* tcp: use tp->tcp_mstamp in output pathEric Dumazet2017-05-17
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-10
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-23
| |\
| | * mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-18
* | | tcp: randomize timestamps on syncookiesEric Dumazet2017-05-05
* | | net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang2017-04-24
* | | tcp: Record Rx hash and NAPI ID in tcp_child_processAlexander Duyck2017-03-24
* | | tcp: remove tcp_tw_recycleSoheil Hassas Yeganeh2017-03-16
* | | tcp: remove per-destination timestamp cacheSoheil Hassas Yeganeh2017-03-16
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-15
|\ \ \ | |/ /
| * | dccp/tcp: fix routing redirect raceJon Maxwell2017-03-13
| * | tcp: fix various issues for sockets morphing to listen stateEric Dumazet2017-03-07
| |/
* | tcp: rename *_sequence_number() to *_seq_and_tsoff()Alexey Kodanev2017-03-09
|/
* tcp: setup timestamp offset when write_seq already setAlexey Kodanev2017-02-22
* tcp: add tcp_mss_clamp() helperEric Dumazet2017-02-03
* net/tcp-fastopen: Add new API supportWei Wang2017-01-25
* tcp: reduce skb overhead in selected placesEric Dumazet2017-01-25
* net: remove bh disabling around percpu_counter accessesEric Dumazet2017-01-20
* inet: drop ->bind_conflictJosef Bacik2017-01-18
* tcp: remove early retransmitYuchung Cheng2017-01-13
* tcp: add reordering timer in RACK loss detectionYuchung Cheng2017-01-13
* net: introduce keepalive function in struct protoUrsula Braun2017-01-09
* ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan2016-12-29
* ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan2016-12-29
* ipv4: Namespaceify tcp_tw_reuse knobHaishuang Yan2016-12-27
* tcp: tsq: move tsq_flags close to sk_wmem_allocEric Dumazet2016-12-05
* tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal2016-12-02
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-15
|\
| * tcp: take care of truncations done by sk_filter()Eric Dumazet2016-11-13