summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-23tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet1-1/+0
2018-08-28tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap1-2/+2
2018-05-25tcp: ignore Fast Open on repair modeYuchung Cheng1-1/+1
2018-05-16tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet1-1/+1
2018-04-29tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet1-2/+4
2018-02-16tcp: release sk_frag.page in tcp_disconnectLi RongQing1-0/+6
2018-01-31net: tcp: close sock if net namespace is exitingDan Streetman1-0/+3
2017-09-27tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang1-0/+4
2017-07-21tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong1-0/+2
2017-06-07tcp: avoid fastopen API to be used on AF_UNSPECWei Wang1-2/+5
2017-04-18tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet1-0/+6
2017-02-08net:Add sysctl_max_skb_fragsHans Westgaard Ry1-2/+2
2015-07-05tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch1-2/+5
2015-06-28tcp: tcp_get_info() should fetch socket fields onceEric Dumazet1-4/+6
2014-11-26net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn1-1/+1
2014-10-26tcp: md5: do not use alloc_percpu()Eric Dumazet1-39/+20
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-2/+2
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-18/+18
2014-10-08Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-134/+15
2014-10-02tcp: abort orphan sockets stalling on zero window probesYuchung Cheng1-1/+1
2014-10-01tcp: add __init to tcp_init_memFabian Frederick1-1/+1
2014-09-29net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal1-4/+2
2014-09-29tcp: change tcp_skb_pcount() locationEric Dumazet1-2/+2
2014-09-28net: make tcp_cleanup_rbuf privateDan Williams1-1/+1
2014-09-28net_dma: simple removalDan Williams1-133/+14
2014-09-26net: introduce __skb_header_release()Eric Dumazet1-2/+2
2014-09-15tcp: use TCP_SKB_CB(skb)->tcp_flags in input pathEric Dumazet1-8/+10
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo1-2/+2
2014-08-26net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter1-1/+1
2014-08-15tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin1-7/+7
2014-08-07net-timestamp: cumulative tcp timestamping fixesWillem de Bruijn1-5/+7
2014-08-06net-timestamp: TCP timestampingWillem de Bruijn1-3/+19
2014-07-03tcp: Fix divide by zero when pushing during tcp-repairChristoph Paasch1-1/+2
2014-04-21tcp: Add a TCP_FASTOPEN socket option to get a max backlog on its listnerKenjiro Nakayama1-0/+8
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2014-02-27tcp: switch rtt estimations to usec resolutionEric Dumazet1-4/+4
2014-02-22net-tcp: fastopen: fix high order allocationsEric Dumazet1-3/+5
2014-02-15tcp: add pacing_rate information into tcp_infoEric Dumazet1-0/+5
2014-02-10tcp: correct code comment stating 3 min timeout for FIN_WAIT2, we only do 1 minJesper Juhl1-1/+1
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-14/+57
2014-01-13sched, net: Clean up preempt_enable_no_resched() abusePeter Zijlstra1-2/+2
2014-01-07tcp: out_of_order_queue do not use its lockEric Dumazet1-1/+1
2013-12-21tcp: autocork should not hold first packet in write queueEric Dumazet1-4/+10
2013-12-06tcp: auto corkingEric Dumazet1-13/+50
2013-11-21Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2013-11-15tcp: tsq: restore minimal amount of queueingEric Dumazet1-6/+0
2013-10-25net: use DMA_COMPLETE for dma completion statusVinod Koul1-2/+2
2013-10-22tcp_memcontrol: Remove the per netns control.Eric W. Biederman1-5/+7
2013-10-09tcp/dccp: remove twchainEric Dumazet1-3/+2