aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-21tcp: delete redundant calls of tcp_mtup_init()Peter Pan(潘卫平)1-1/+0
2014-01-19ipv6: add the IPV6_FL_F_REFLECT flag to IPV6_FL_A_GETFlorent Fourcot1-1/+11
2014-01-17ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAITFlorent Fourcot1-6/+11
2013-12-26ipv6: cleanup for tcp_ipv6.cWeilong Chen1-11/+11
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-2/+2
2013-12-18ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa1-0/+3
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2013-12-10ipv6: do not erase dst address with flow label destinationFlorent Fourcot1-1/+0
2013-12-09ipv6: remove rcv_tclass of ipv6_pinfoFlorent Fourcot1-5/+1
2013-12-09ipv6: add flowinfo for tcp6 pkt_options for all casesFlorent Fourcot1-0/+4
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert1-2/+2
2013-10-21tcp_memcontrol: Remove the per netns control.Eric W. Biederman1-0/+1
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet1-1/+1
2013-10-10inet: includes a sock_common in request_sockEric Dumazet1-30/+31
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet1-23/+21
2013-10-08tcp/dccp: remove twchainEric Dumazet1-4/+5
2013-10-03tcp: shrink tcp6_timewait_sock by one cache lineEric Dumazet1-1/+1
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-09-04net: ipv6: tcp: fix potential use after free in tcp_v6_do_rcvDaniel Borkmann1-1/+1
2013-09-04tcp: Change return value of tcp_rcv_established()Vijay Subramanian1-2/+1
2013-08-15net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco1-2/+2
2013-07-30tcp: add tcp_syncookies mode to allow unconditionally generation of syncookiesHannes Frederic Sowa1-1/+2
2013-07-24tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet1-0/+1
2013-07-22tcp: consolidate SYNACK RTT samplingYuchung Cheng1-2/+0
2013-07-10net: rename ll methods to busy-pollEliezer Tamir1-1/+1
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir1-1/+1
2013-06-10tcp: add low latency socket poll support.Eliezer Tamir1-0/+2
2013-05-11ipv6: do not clear pinet6 fieldEric Dumazet1-0/+12
2013-04-29net: Add MIB counters for checksum errorsEric Dumazet1-9/+10
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-04-07ipv6/tcp: Stop processing ICMPv6 redirect messagesChristoph Paasch1-0/+1
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2013-03-18tcp: dont handle MTU reduction on LISTEN socketEric Dumazet1-0/+7
2013-03-17tcp: Remove TCPCTChristoph Paasch1-52/+4
2013-02-13tcp: send packets with a socket timestampAndrey Vagin1-9/+13
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2013-02-04tcp: ipv6: Update MIB counters for dropsVijay Subramanian1-1/+5
2013-01-23soreuseport: TCP/IPv6 implementationTom Herbert1-1/+3
2013-01-13ipv6: Use ipv6_get_dsfield() instead of ipv6_tclass().YOSHIFUJI Hideaki / 吉藤英明1-3/+3
2013-01-06tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa1-1/+1
2012-12-14inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch1-1/+2
2012-11-22ipv6: adapt connect for repair moveAndrey Vagin1-1/+1
2012-11-15ipv6: Pull IPv6 GSO registration out of the moduleVlad Yasevich1-9/+1
2012-11-15ipv6: Separate tcp offload functionalityVlad Yasevich1-109/+4
2012-11-15ipv6: Switch to using new offload infrastructure.Vlad Yasevich1-7/+10
2012-11-15ipv6: Add new offload registration infrastructure.Vlad Yasevich1-0/+7
2012-11-03tcp: better retrans tracking for defer-acceptEric Dumazet1-4/+7
2012-10-23ipv6: tcp: clean up tcp_v6_early_demux() icsk variableNeal Cardwell1-2/+2
2012-10-12tcp: resets are misroutedAlexey Kuznetsov1-1/+2
2012-10-01tcp: gro: add checksuming helpersEric Dumazet1-3/+17