aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/tcp_ipv6.c
AgeCommit message (Expand)Author
2009-12-15tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller
2009-12-08tcp: Fix a connect() race with timewait socketsEric Dumazet
2009-12-03net: Batch inet_twsk_purgeEric W. Biederman
2009-12-02TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson
2009-12-02TCPCT part 1d: define TCP cookie option, extend existing struct'sWilliam Allen Simpson
2009-12-02TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson
2009-11-13net: TCP_MSS_DEFAULT, TCP_MSS_DESIREDWilliam Allen Simpson
2009-11-05net: drop capability from protocol definitionsEric Paris
2009-10-29Allow tcp_parse_options to consult dst entryGilad Ben-Yossef
2009-10-18inet: rename some inet_sock fieldsEric Dumazet
2009-10-07IPv6: use ipv6_addr_set_v4mapped()Brian Haley
2009-10-07Use sk_mark for IPv6 routing lookupsBrian Haley
2009-09-15tcp: fix ssthresh u16 leftoverIlpo Järvinen
2009-09-14net: constify struct inet6_protocolAlexey Dobriyan
2009-09-03ipv6: Fix tcp_v6_send_response(): it didn't set skb transport headerCosmin Ratiu
2009-09-02tcp: replace hard coded GFP_KERNEL with sk_allocationWu Fengguang
2009-09-02inet: inet_connection_sock_af_ops constStephen Hemminger
2009-09-02tcp: MD5 operations should be constStephen Hemminger
2009-07-20tcp: Use correct peer adr when copying MD5 keysJohn Dykstra
2009-07-20tcp: Fix MD5 signature checking on IPv4 mapped socketsJohn Dykstra
2009-06-23ipv6: Use correct data types for ICMPv6 type and codeBrian Haley
2009-06-03net: skb->dst accessorsEric Dumazet
2009-05-22tcp: Unexport TCPv6 GRO functionsHerbert Xu
2009-04-27gro: Fix COMPLETE checksum handlingHerbert Xu
2009-02-24ipv6: Remove some pointless conditionals before kfree_skb()Wei Yongjun
2009-01-29gro: Avoid copying headers of unmerged packetsHerbert Xu
2009-01-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2009-01-08tcp6: Add GRO supportHerbert Xu
2009-01-06net_dma: convert to dma_find_channelDan Williams
2008-12-29net: Fix percpu counters deadlockHerbert Xu
2008-11-25net: Use a percpu_counter for sockets_allocatedEric Dumazet
2008-11-25netns xfrm: lookup in netnsAlexey Dobriyan
2008-11-19include/net net/ - csum_partial - remove unnecessary castsJoe Perches
2008-11-16net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet
2008-10-29net: replace %p6 with %pI6Harvey Harrison
2008-10-28net: replace uses of NIP6_FMT with %p6Harvey Harrison
2008-10-19tcp: Fix IPv6 fallout from 'Port redirection support for TCP'KOVACS Krisztian
2008-10-09tcpv6: fix error with CONFIG_TCP_MD5SIG disabledGuo-Fu Tseng
2008-10-09tcpv6: combine tcp_v6_send_(reset|ack)Ilpo Järvinen
2008-10-09tcpv6: convert opt[] -> topt in tcp_v6_send_resetIlpo Järvinen
2008-10-09tcpv6: trivial formatting changes to send_(ack|reset)Ilpo Järvinen
2008-10-09tcpv[46]: fix md5 pseudoheader address field orderingIlpo Järvinen
2008-10-08tcpv6: fix option space offsets with md5Ilpo Järvinen
2008-10-08tcp: fix length used for checksum in a resetIlpo Järvinen
2008-10-08ipv6: added net argument to ICMP6_INC_STATS_BHDenis V. Lunev
2008-10-07inet_hashtables: Add inet_lookup_skb helpersArnaldo Carvalho de Melo
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-10-01ipv6: NULL pointer dereferrence in tcp_v6_send_ackDenis V. Lunev
2008-09-12tcp_ipv6: fix use of uninitialized memoryVegard Nossum
2008-09-08netns : fix kernel panic in timewait socket destructionDaniel Lezcano