aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ipv6.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-10inet: includes a sock_common in request_sockEric Dumazet1-32/+31
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet1-12/+12
2013-09-18net:dccp: do not report ICMP redirects to user spaceDuan Jiong1-0/+1
2013-03-17tcp: Remove TCPCTChristoph Paasch1-3/+2
2012-12-14inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch1-1/+2
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller1-1/+1
2012-07-16ipv6: Add helper inet6_csk_update_pmtu().David S. Miller1-31/+4
2012-07-12net: Remove checks for dst_ops->redirect being NULL.David S. Miller1-1/+1
2012-07-12ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller1-0/+7
2012-07-05dccp: remove unnecessary codes in ipv6.cRongQing.Li1-16/+5
2012-06-15ipv6: Handle PMTU in ICMP error handlers.David S. Miller1-0/+2
2012-04-19ipv6: dccp: dont drop packet but consume itEric Dumazet1-1/+1
2012-04-14inet: makes syn_ack_timeout mandatoryEric Dumazet1-0/+1
2012-03-03dccp: fix bug in sequence number validation during connection setupSamuel Jero1-3/+5
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-21/+21
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet1-2/+2
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller1-7/+2
2011-04-28inet: add RCU protection to inet->optEric Dumazet1-1/+1
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-4/+4
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller1-10/+10
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller1-66/+66
2011-03-12net: Make flowi ports AF dependent.David S. Miller1-10/+10
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-10/+10
2011-03-01ipv6: Consolidate route lookup sequences.David S. Miller1-45/+20
2011-02-25dccp: newdp is declared/assigned but never be usedHagen Paul Pfeifer1-3/+0
2010-10-21tproxy: fix hash locking issue when using port redirection in __inet_inherit_port()Balazs Scheidler1-3/+7
2010-06-02ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard1-24/+6
2010-04-15net: replace ipfragok with skb->local_dfShan Wei1-2/+2
2010-04-11inet: Remove unused send_check length argumentHerbert Xu1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-15net-2.6 [Bug-Fix][dccp]: fix oops caused after failed initialisationGerrit Renker1-4/+4
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan1-2/+2
2009-12-08tcp: Fix a connect() race with timewait socketsEric Dumazet1-2/+2
2009-12-02TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson1-2/+3
2009-11-05net: drop capability from protocol definitionsEric Paris1-1/+0
2009-10-18inet: rename some inet_sock fieldsEric Dumazet1-13/+14
2009-10-07IPv6: use ipv6_addr_set_v4mapped()Brian Haley1-8/+4
2009-09-14net: constify remaining proto_opsAlexey Dobriyan1-1/+1
2009-09-14net: constify struct inet6_protocolAlexey Dobriyan1-1/+1
2009-09-02inet: inet_connection_sock_af_ops constStephen Hemminger1-4/+4
2009-06-23ipv6: Use correct data types for ICMPv6 type and codeBrian Haley1-1/+1
2009-06-03net: skb->dst accessorsEric Dumazet1-3/+5
2008-11-25netns xfrm: lookup in netnsAlexey Dobriyan1-5/+5
2008-11-16net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet1-0/+1
2008-11-04dccp: Cleanup routines for feature negotiationGerrit Renker1-0/+1
2008-11-04dccp: Per-socket initialisation of feature negotiationGerrit Renker1-1/+2
2008-10-19dccp: Port redirection support for DCCPGerrit Renker1-2/+2
2008-10-08ipv6: added net argument to ICMP6_INC_STATS_BHDenis V. Lunev1-2/+4
2008-10-07inet_hashtables: Add inet_lookup_skb helpersArnaldo Carvalho de Melo1-4/+2
2008-09-09This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gerrit Renker1-3/+1