aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
2015-08-04Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidlinux-linaro-lsk-v3.14-android-testKevin Hilman
2015-07-10tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch
2015-01-19Merge remote-tracking branch 'lsk/v3.14/topic/aosp' into linux-linaro-lsk-v3....Mark Brown
2015-01-16export tcp_nuke_addr to build ipv6 as moduleAndrey Konovalov
2014-11-14Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidMark Brown
2014-11-14tcp: md5: do not use alloc_percpu()Eric Dumazet
2014-10-15Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidMark Brown
2014-10-15tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin
2014-07-29Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-androidAlex Shi
2014-07-28tcp: Fix divide by zero when pushing during tcp-repairChristoph Paasch
2014-04-04net: Drop unnecssary pinet6 checkJohn Stultz
2014-04-04net: kuid/kguid build fixesJohn Stultz
2014-04-04tcp: Fix build error if IPV6 is not selectedTushar Behera
2014-03-19misc: uidstat: Adding uid stat driver to collect network statistics.Mike Chan
2014-03-19net: socket ioctl to reset connections matching local addressRobert Love
2014-02-22net-tcp: fastopen: fix high order allocationsEric Dumazet
2014-02-09tcp: correct code comment stating 3 min timeout for FIN_WAIT2, we only do 1 minJesper Juhl
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-13sched, net: Clean up preempt_enable_no_resched() abusePeter Zijlstra
2014-01-06tcp: out_of_order_queue do not use its lockEric Dumazet
2013-12-20tcp: autocork should not hold first packet in write queueEric Dumazet
2013-12-06tcp: auto corkingEric Dumazet
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-11-14tcp: tsq: restore minimal amount of queueingEric Dumazet
2013-10-25net: use DMA_COMPLETE for dma completion statusVinod Koul
2013-10-21tcp_memcontrol: Remove the per netns control.Eric W. Biederman
2013-10-08tcp/dccp: remove twchainEric Dumazet
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-05tcp: Add missing braces to do_tcp_setsockoptDave Jones
2013-08-29tcp: TSO packets automatic sizingEric Dumazet
2013-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-20tcp: set timestamps for restored skb-sAndrey Vagin
2013-07-31tcp: Remove unused tcpct declarations and commentsDmitry Popov
2013-07-24tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet
2013-07-24net: add sk_stream_is_writeable() helperEric Dumazet
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir
2013-07-08net: rename low latency sockets functions to busy pollEliezer Tamir
2013-06-10tcp: add low latency socket poll support.Eliezer Tamir
2013-06-07net: tcp: move GRO/GSO functions to tcp_offloadDaniel Borkmann
2013-06-07net: minor: tcp: use tcp_skb_mss helper in tcp_tso_segmentDaniel Borkmann
2013-05-31net: Update RFS target at poll for tcp/udpDavid Majnemer
2013-05-28ipv4: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman
2013-05-27MPLS: Add limited GSO supportSimon Horman
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-05-20tcp: md5: remove spinlock usage in fast pathEric Dumazet
2013-05-16tcp: gso: do not generate out of order packetsEric Dumazet
2013-05-14tcp: fix tcp_md5_hash_skb_data()Eric Dumazet
2013-04-13tcp: tcp_tso_segment() small optimizationEric Dumazet
2013-04-12tcp: GSO should be TSQ friendlyEric Dumazet
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller