summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_ipv4.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-22tcp: seq_file: Avoid skipping sk during tcp_seek_last_posMartin KaFai Lau1-2/+3
2021-07-28tcp: annotate data races around tp->mtu_infoEric Dumazet1-2/+2
2020-07-22tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet1-4/+10
2020-07-22tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet1-0/+3
2020-01-04tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet1-3/+4
2019-11-10inet: stop leaking jiffies on the wireEric Dumazet1-2/+2
2019-06-17tcp: add tcp_min_snd_mss sysctlEric Dumazet1-0/+1
2019-02-23tcp: tcp_v4_err() should be more carefulEric Dumazet1-3/+4
2018-10-18inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet1-1/+3
2018-09-15ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT stateEric Dumazet1-0/+6
2018-06-26tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden1-0/+4
2018-01-02tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch1-1/+1
2017-11-18tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet1-1/+1
2017-11-18tcp/dccp: fix ireq->opt racesEric Dumazet1-9/+12
2017-03-22dccp/tcp: fix routing redirect raceJon Maxwell1-1/+2
2017-03-22tcp: fix various issues for sockets morphing to listen stateEric Dumazet1-2/+5
2016-11-13tcp: take care of truncations done by sk_filter()Eric Dumazet1-1/+18
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-08mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner1-3/+0
2016-09-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso1-1/+1
2016-09-26netfilter: xt_socket: fix transparent match for IPv6 request socketsKOVACS Krisztian1-1/+0
2016-09-09tcp: 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
2016-08-26tcp: md5: add LINUX_MIB_TCPMD5FAILURE counterEric Dumazet1-0/+1
2016-08-26tcp: md5: increment sk_drops on syn_recv stateEric Dumazet1-0/+1
2016-08-24tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet1-1/+7
2016-07-01tcp: md5: use kmalloc() backed scratch areasEric Dumazet1-17/+14
2016-05-16tcp: minor optimizations around tcp_hdr() usageEric Dumazet1-3/+3
2016-05-06ipv4: tcp: ip_send_unicast_reply() is not BH safeEric Dumazet1-4/+4
2016-05-05tcp: two more missing bh disableEric Dumazet1-0/+2
2016-05-03tcp: do not assume TCP code is non preemptibleEric Dumazet1-5/+9
2016-04-29tcp: give prequeue mode some careEric Dumazet1-5/+5
2016-04-28net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-11/+11
2016-04-28net: tcp: rename TCP_INC_STATS_BHEric Dumazet1-8/+8
2016-04-28net: rename ICMP_INC_STATS_BH()Eric Dumazet1-1/+1
2016-04-15tcp: do not mess with listener sk_wmem_allocEric Dumazet1-2/+2
2016-04-07net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa1-5/+3
2016-04-05ipv4: tcp: set SOCK_USE_WRITE_QUEUE for ip_send_unicast_reply()Eric Dumazet1-0/+1
2016-04-05tcp: increment sk_drops for listenersEric Dumazet1-3/+3
2016-04-05tcp: increment sk_drops for dropped rx packetsEric Dumazet1-0/+1
2016-04-05tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet1-33/+33
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-8/+17
2016-03-18tcp/dccp: remove obsolete WARN_ON() in icmp handlersEric Dumazet1-2/+0
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-10/+13
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau1-1/+1
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+19
2016-02-18tcp/dccp: fix another race at listener dismantleEric Dumazet1-7/+7
2016-02-17igmp: net: Move igmp namespace init to correct fileNikolay Borisov1-6/+0