aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ipv6.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-19ipv6: split inet6_ehashfn to hash functions per compilation unitHannes Frederic Sowa1-2/+2
2013-09-21ip*.h: Remove extern from function prototypesJoe Perches1-149/+119
2013-08-31ipv6: move ip6_dst_hoplimit() into core kernelCong Wang1-0/+2
2013-08-23net: Add NEXTHDR_SCTP to ipv6.hJoe Stringer1-0/+1
2013-06-19ipv6: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2013-05-25net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti1-0/+6
2013-03-24ipv6: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation handlingHannes Frederic Sowa1-0/+2
2013-03-08ipv6: introdcue __ipv6_addr_needs_scope_id and ipv6_iface_scope_id helper functionsHannes Frederic Sowa1-0/+12
2013-03-07ipv6 flowlabel: add __rcu annotationsEric Dumazet1-4/+4
2013-02-21ipv6: use a stronger hash for tcpEric Dumazet1-0/+12
2013-01-30ipv6 flowlabel: Convert np->ipv6_fl_list to RCU.YOSHIFUJI Hideaki / 吉藤英明1-0/+1
2013-01-30ipv6 flowlabel: Convert hash list to RCU.YOSHIFUJI Hideaki / 吉藤英明1-0/+1
2013-01-29net: frag helper functions for mem limit trackingJesper Dangaard Brouer1-1/+1
2013-01-21ipv6: Unshare ip6_nd_hdr() and change return type to void.YOSHIFUJI Hideaki / 吉藤英明1-7/+0
2013-01-17ipv6: fix ipv6_prefix_equal64_half mask conversionFabio Baltieri1-1/+1
2013-01-17net: increase fragment memory usage limitsJesper Dangaard Brouer1-2/+2
2013-01-16ipv6: Fix endianess warning in ip6_flow_hdr().YOSHIFUJI Hideaki1-1/+1
2013-01-14ipv6: 64bit version of ipv6_prefix_equal().YOSHIFUJI Hideaki / 吉藤英明1-0/+26
2013-01-14ipv6: Remove __ipv6_prefix_equal().YOSHIFUJI Hideaki / 吉藤英明1-10/+5
2013-01-14ipv6: 64bit version of ipv6_addr_set().YOSHIFUJI Hideaki / 吉藤英明1-4/+22
2013-01-14ipv6: 64bit version of ipv6_addr_v4mapped().YOSHIFUJI Hideaki / 吉藤英明1-2/+7
2013-01-14ipv6: 64bit version of ipv6_addr_loopback().YOSHIFUJI Hideaki / 吉藤英明1-0/+6
2013-01-14ipv6: 64bit version of ipv6_addr_diff().YOSHIFUJI Hideaki / 吉藤英明1-1/+28
2013-01-13ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel).YOSHIFUJI Hideaki / 吉藤英明1-0/+5
2013-01-13ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel.YOSHIFUJI Hideaki / 吉藤英明1-0/+9
2012-12-01ipv6: unify logic evaluating inet6_dev's accept_ra propertyShmulik Ladkani1-0/+9
2012-11-12ipv6: improve ipv6_find_hdr() to skip empty routing headersAnsis Atteka1-2/+3
2012-11-09ipv6: Move ipv6_find_hdr() out of Netfilter code.Jesse Gross1-0/+9
2012-09-19ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inlineAmerigo Wang1-2/+11
2012-09-19ipv6: unify conntrack reassembly expire code with standard oneAmerigo Wang1-0/+19
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceDavid S. Miller1-1/+4
2012-08-14net ip6 flowlabel: Make owner a union of struct pid * and kuid_tEric W. Biederman1-1/+4
2012-08-14gre: Support GRE over IPv6xeb@mail.ru1-0/+1
2012-07-18ipv6: add ipv6_addr_hash() helperEric Dumazet1-0/+13
2012-07-12ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect().David S. Miller1-0/+2
2012-07-10ipv6: optimize ipv6 addresses comparesEric Dumazet1-1/+23
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet1-1/+1
2012-05-18ipv6: bool conversions phase1Eric Dumazet1-15/+15
2012-05-18ip_frag: struct inet_frags match() method returns a boolEric Dumazet1-1/+1
2012-04-20net: Delete all remaining instances of ctl_pathEric W. Biederman1-1/+0
2012-04-20net ipv4: Remove the unneeded registration of an empty net/ipv4/neighEric W. Biederman1-2/+0
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross1-1/+1
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-5/+0
2011-11-14ipv6: reduce percpu needs for icmpv6msg mibsEric Dumazet1-3/+12
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet1-1/+2
2011-07-21ipv6: make fragment identifications less predictableEric Dumazet1-11/+1
2011-05-19ipv6: reduce per device ICMP mib sizesEric Dumazet1-5/+14
2011-04-24net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller1-7/+0
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-2/+2