aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-22tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell1-1/+1
2012-09-22tcp: extract code to compute SYNACK RTTNeal Cardwell1-3/+1
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2012-09-05tcp: fix possible socket refcount problem for ipv6Julian Anastasov1-2/+3
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu1-2/+3
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceDavid S. Miller1-3/+3
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+27
2012-08-20net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()Neal Cardwell1-12/+13
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman1-3/+3
2012-08-09net: tcp: ipv6_mapped needs sk_rx_dst_set methodEric Dumazet1-0/+1
2012-08-09time: jiffies_delta_to_clock_t() helper to the rescueEric Dumazet1-6/+3
2012-08-06net: ipv6: fix TCP early demuxEric Dumazet1-2/+25