summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima2022-12-081-0/+2
* inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2022-10-261-4/+7
* tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima2022-04-271-2/+2
* tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2022-04-271-2/+13
* tcp: seq_file: Avoid skipping sk during tcp_seek_last_posMartin KaFai Lau2021-09-221-2/+3
* tcp: annotate data races around tp->mtu_infoEric Dumazet2021-07-281-2/+2
* tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet2020-07-221-4/+10
* tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet2020-07-221-0/+3
* tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2020-01-041-3/+4
* inet: stop leaking jiffies on the wireEric Dumazet2019-11-101-2/+2
* tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-171-0/+1
* tcp: Don't access TCP_SKB_CB before initializing itChristoph Paasch2019-03-191-8/+1
* tcp: tcp_v4_err() should be more carefulEric Dumazet2019-02-231-3/+4
* inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet2018-10-181-1/+3
* ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT stateEric Dumazet2018-09-151-0/+6
* tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden2018-06-261-0/+4
* tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2018-01-021-1/+1
* tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet2017-12-171-19/+40
* tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2017-10-261-1/+1
* tcp/dccp: fix ireq->opt racesEric Dumazet2017-10-211-9/+13
* IPv4: early demux can return an error codePaolo Abeni2017-10-011-4/+5
* tcp: fix a request socket leakEric Dumazet2017-09-081-3/+3
* tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney2017-08-231-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-151-2/+2
|\
| * tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet2017-08-141-2/+2
* | net: ipv4: add second dif to inet socket lookupsDavid Ahern2017-08-071-5/+8
* | ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni2017-08-061-1/+1
* | tcp: remove low_latency sysctlFlorian Westphal2017-07-311-2/+0
* | tcp: remove prequeue supportFlorian Westphal2017-07-311-60/+1
* | tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya2017-07-241-1/+1
|/
* tcp: md5: tcp_md5_do_lookup_exact() can be staticWu Fengguang2017-07-061-3/+3
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* tcp: Add a tcp_filter hook before handle ack packetChenbo Feng2017-06-221-0/+2
* tcp: md5: hide unused variableArnd Bergmann2017-06-211-5/+1
* tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande2017-06-191-4/+12
* tcp: md5: add an address prefix for key lookupIvan Delalande2017-06-191-9/+59
* tcp: ULP infrastructureDave Watson2017-06-151-0/+2
* tcp: add TCPMemoryPressuresChrono counterEric Dumazet2017-06-081-0/+1
* tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet2017-06-081-4/+5
* tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet2017-06-081-0/+1
* tcp: Namespaceify sysctl_tcp_sackEric Dumazet2017-06-081-0/+1
* tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-171-8/+9
* tcp: use tp->tcp_mstamp in output pathEric Dumazet2017-05-171-0/+1
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-1/+1
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-231-1/+1
| |\
| | * mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-181-1/+1
* | | tcp: randomize timestamps on syncookiesEric Dumazet2017-05-051-13/+19
* | | net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang2017-04-241-0/+3
* | | tcp: Record Rx hash and NAPI ID in tcp_child_processAlexander Duyck2017-03-241-2/+0
* | | tcp: remove tcp_tw_recycleSoheil Hassas Yeganeh2017-03-161-13/+2