aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-05net: backlog functions renameZhu Yi1-1/+1
2010-03-05tcp: use limited socket backlogZhu Yi1-2/+4
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan1-4/+4
2010-01-17tcp: account SYN-ACK timeouts & retransmissionsOctavian Purdila1-2/+10
2010-01-08net/ipv6/tcp_ipv6.c: Use compressed IPv6 addressJoe Perches1-1/+1
2009-12-15tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller1-2/+1
2009-12-08tcp: Fix a connect() race with timewait socketsEric Dumazet1-2/+2
2009-12-03net: Batch inet_twsk_purgeEric W. Biederman1-3/+8
2009-12-02TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson1-2/+50
2009-12-02TCPCT part 1d: define TCP cookie option, extend existing struct'sWilliam Allen Simpson1-0/+13
2009-12-02TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson1-15/+12
2009-11-13net: TCP_MSS_DEFAULT, TCP_MSS_DESIREDWilliam Allen Simpson1-1/+1
2009-11-05net: drop capability from protocol definitionsEric Paris1-1/+0
2009-10-29Allow tcp_parse_options to consult dst entryGilad Ben-Yossef1-1/+2
2009-10-18inet: rename some inet_sock fieldsEric Dumazet1-15/+17
2009-10-07IPv6: use ipv6_addr_set_v4mapped()Brian Haley1-8/+4
2009-10-07Use sk_mark for IPv6 routing lookupsBrian Haley1-0/+4
2009-09-15tcp: fix ssthresh u16 leftoverIlpo Järvinen1-2/+3
2009-09-14net: constify struct inet6_protocolAlexey Dobriyan1-1/+1
2009-09-03ipv6: Fix tcp_v6_send_response(): it didn't set skb transport headerCosmin Ratiu1-0/+1
2009-09-02tcp: replace hard coded GFP_KERNEL with sk_allocationWu Fengguang1-1/+1
2009-09-02inet: inet_connection_sock_af_ops constStephen Hemminger1-4/+4
2009-09-02tcp: MD5 operations should be constStephen Hemminger1-5/+5
2009-07-20tcp: Use correct peer adr when copying MD5 keysJohn Dykstra1-1/+1
2009-07-20tcp: Fix MD5 signature checking on IPv4 mapped socketsJohn Dykstra1-0/+1
2009-06-23ipv6: Use correct data types for ICMPv6 type and codeBrian Haley1-1/+1
2009-06-03net: skb->dst accessorsEric Dumazet1-3/+5
2009-05-22tcp: Unexport TCPv6 GRO functionsHerbert Xu1-4/+3
2009-04-27gro: Fix COMPLETE checksum handlingHerbert Xu1-1/+1
2009-02-24ipv6: Remove some pointless conditionals before kfree_skb()Wei Yongjun1-4/+2
2009-01-29gro: Avoid copying headers of unmerged packetsHerbert Xu1-1/+1
2009-01-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-1/+1
2009-01-08tcp6: Add GRO supportHerbert Xu1-4/+41
2009-01-06net_dma: convert to dma_find_channelDan Williams1-1/+1
2008-12-29net: Fix percpu counters deadlockHerbert Xu1-0/+3
2008-11-25net: Use a percpu_counter for sockets_allocatedEric Dumazet1-1/+1
2008-11-25netns xfrm: lookup in netnsAlexey Dobriyan1-5/+6
2008-11-19include/net net/ - csum_partial - remove unnecessary castsJoe Perches1-3/+3
2008-11-16net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet1-0/+1
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-1/+1
2008-10-28net: replace uses of NIP6_FMT with %p6Harvey Harrison1-5/+3
2008-10-19tcp: Fix IPv6 fallout from 'Port redirection support for TCP'KOVACS Krisztian1-3/+3
2008-10-09tcpv6: fix error with CONFIG_TCP_MD5SIG disabledGuo-Fu Tseng1-5/+1
2008-10-09tcpv6: combine tcp_v6_send_(reset|ack)Ilpo Järvinen1-99/+40
2008-10-09tcpv6: convert opt[] -> topt in tcp_v6_send_resetIlpo Järvinen1-6/+6
2008-10-09tcpv6: trivial formatting changes to send_(ack|reset)Ilpo Järvinen1-4/+3
2008-10-09tcpv[46]: fix md5 pseudoheader address field orderingIlpo Järvinen1-2/+2
2008-10-08tcpv6: fix option space offsets with md5Ilpo Järvinen1-1/+1
2008-10-08tcp: fix length used for checksum in a resetIlpo Järvinen1-2/+2
2008-10-08ipv6: added net argument to ICMP6_INC_STATS_BHDenis V. Lunev1-1/+2