aboutsummaryrefslogtreecommitdiff
path: root/net/dccp/ipv6.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-17tcp: Remove TCPCTGravatar Christoph Paasch 1-3/+2
2012-12-14inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockGravatar Christoph Paasch 1-1/+2
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()Gravatar David S. Miller 1-1/+1
2012-07-16ipv6: Add helper inet6_csk_update_pmtu().Gravatar David S. Miller 1-31/+4
2012-07-12net: Remove checks for dst_ops->redirect being NULL.Gravatar David S. Miller 1-1/+1
2012-07-12ipv6: Add redirect support to all protocol icmp error handlers.Gravatar David S. Miller 1-0/+7
2012-07-05dccp: remove unnecessary codes in ipv6.cGravatar RongQing.Li 1-16/+5
2012-06-15ipv6: Handle PMTU in ICMP error handlers.Gravatar David S. Miller 1-0/+2
2012-04-19ipv6: dccp: dont drop packet but consume itGravatar Eric Dumazet 1-1/+1
2012-04-14inet: makes syn_ack_timeout mandatoryGravatar Eric Dumazet 1-0/+1
2012-03-03dccp: fix bug in sequence number validation during connection setupGravatar Samuel Jero 1-3/+5
2011-11-22net: remove ipv6_addr_copy()Gravatar Alexey Dobriyan 1-21/+21
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITGravatar Eric Dumazet 1-2/+2
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.Gravatar David S. Miller 1-7/+2
2011-04-28inet: add RCU protection to inet->optGravatar Eric Dumazet 1-1/+1
2011-04-22inet: constify ip headers and in6_addrGravatar Eric Dumazet 1-4/+4
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.Gravatar David S. Miller 1-10/+10
2011-03-12ipv6: Convert to use flowi6 where applicable.Gravatar David S. Miller 1-66/+66
2011-03-12net: Make flowi ports AF dependent.Gravatar David S. Miller 1-10/+10
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiGravatar David S. Miller 1-10/+10
2011-03-01ipv6: Consolidate route lookup sequences.Gravatar David S. Miller 1-45/+20
2011-02-25dccp: newdp is declared/assigned but never be usedGravatar Hagen Paul Pfeifer 1-3/+0
2010-10-21tproxy: fix hash locking issue when using port redirection in __inet_inherit_...Gravatar Balazs Scheidler 1-3/+7
2010-06-02ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionGravatar Arnaud Ebalard 1-24/+6
2010-04-15net: replace ipfragok with skb->local_dfGravatar Shan Wei 1-2/+2
2010-04-11inet: Remove unused send_check length argumentGravatar Herbert Xu 1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-15net-2.6 [Bug-Fix][dccp]: fix oops caused after failed initialisationGravatar Gerrit Renker 1-4/+4
2010-01-17net: spread __net_init, __net_exitGravatar Alexey Dobriyan 1-2/+2
2009-12-08tcp: Fix a connect() race with timewait socketsGravatar Eric Dumazet 1-2/+2
2009-12-02TCPCT part 1a: add request_values parameter for sending SYNACKGravatar William Allen Simpson 1-2/+3
2009-11-05net: drop capability from protocol definitionsGravatar Eric Paris 1-1/+0
2009-10-18inet: rename some inet_sock fieldsGravatar Eric Dumazet 1-13/+14
2009-10-07IPv6: use ipv6_addr_set_v4mapped()Gravatar Brian Haley 1-8/+4
2009-09-14net: constify remaining proto_opsGravatar Alexey Dobriyan 1-1/+1
2009-09-14net: constify struct inet6_protocolGravatar Alexey Dobriyan 1-1/+1
2009-09-02inet: inet_connection_sock_af_ops constGravatar Stephen Hemminger 1-4/+4
2009-06-23ipv6: Use correct data types for ICMPv6 type and codeGravatar Brian Haley 1-1/+1
2009-06-03net: skb->dst accessorsGravatar Eric Dumazet 1-3/+5
2008-11-25netns xfrm: lookup in netnsGravatar Alexey Dobriyan 1-5/+5
2008-11-16net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsGravatar Eric Dumazet 1-0/+1
2008-11-04dccp: Cleanup routines for feature negotiationGravatar Gerrit Renker 1-0/+1
2008-11-04dccp: Per-socket initialisation of feature negotiationGravatar Gerrit Renker 1-1/+2
2008-10-19dccp: Port redirection support for DCCPGravatar Gerrit Renker 1-2/+2
2008-10-08ipv6: added net argument to ICMP6_INC_STATS_BHGravatar Denis V. Lunev 1-2/+4
2008-10-07inet_hashtables: Add inet_lookup_skb helpersGravatar Arnaldo Carvalho de Melo 1-4/+2
2008-09-09This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gravatar Gerrit Renker 1-3/+1
2008-09-04dccp: Cleanup routines for feature negotiationGravatar Gerrit Renker 1-0/+1
2008-09-04dccp: Per-socket initialisation of feature negotiationGravatar Gerrit Renker 1-1/+2
2008-07-26dccp: Add check for truncated ICMPv6 DCCP error packetsGravatar Wei Yongjun 1-0/+6