aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ipv6.h
AgeCommit message (Expand)AuthorFilesLines
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/ebie...David 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
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller1-8/+8
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+12
2011-03-01xfrm: Handle blackhole route creation via afinfo.David S. Miller1-2/+2
2011-03-01ipv6: Normalize arguments to ip6_dst_blackhole().David S. Miller1-3/+2
2011-03-01ipv6: Change final dst lookup arg name to "can_sleep"David S. Miller1-2/+2
2011-03-01ipv6: Consolidate route lookup sequences.David S. Miller1-3/+8
2011-02-22ipv6: Add IPv6 multicast address flag definesLinus Lüssing1-0/+12
2010-09-23net: return operator cleanupEric Dumazet1-18/+17
2010-06-30snmp: 64bit ipstats_mib for all archesEric Dumazet1-6/+6
2010-06-02ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard1-0/+4
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan1-3/+3
2010-04-23IPv6: Complete IPV6_DONTFRAG supportBrian Haley1-0/+2
2010-04-23IPv6: Add dontfrag argument to relevant functionsBrian Haley1-1/+2
2010-04-15net: replace ipfragok with skb->local_dfShan Wei1-2/+1
2010-03-30ipv6: Use __fls() instead of fls() in __ipv6_addr_diff().YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2010-02-26ipv6: Remove IPV6_ADDR_RESERVEDUlrich Weber1-1/+0
2010-02-17ipv6.h: reassembly: replace calculated magic number with multiplicationJoe Perches1-3/+3
2010-02-15netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy1-0/+3
2010-01-20IPv6: reassembly: replace magic number with macro definitionsShan Wei1-0/+2
2009-12-15netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy1-0/+1
2009-12-15ipv6: reassembly: use seperate reassembly queues for conntrack and local deli...Patrick McHardy1-0/+7
2009-11-04net: cleanup include/netEric Dumazet1-8/+4
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-2/+2
2009-07-12udpv6: Remove unused skb argument of ipv6_select_ident()Sridhar Samudrala1-0/+12
2009-04-27snmp: add missing counters for RFC 4293Neil Horman1-1/+14
2009-02-14net: replace __constant_{endian} uses in net headersHarvey Harrison1-2/+2
2008-10-08ipv6: making ip and icmp statistics per/namespaceDenis V. Lunev1-8/+2
2008-10-08ipv6: added net argument to _DEVINC/_DEVADDDenis V. Lunev1-19/+21
2008-10-08ipv6: added net argument to ICMP6MSGIN_INC_STATS_BHDenis V. Lunev1-2/+2
2008-10-08ipv6: ICMP6MSGIN_INC_STATS is not usedDenis V. Lunev1-2/+0
2008-10-08ipv6: added net argument to ICMP6MSGOUT_INC_STATS_BHDenis V. Lunev1-2/+2
2008-10-08ipv6: added net argument to ICMP6MSGOUT_INC_STATSDenis V. Lunev1-2/+2
2008-10-08ipv6: added net argument to ICMP6_INC_STATS_BHDenis V. Lunev1-1/+2
2008-10-08ipv6: added net argument to ICMP6_INC_STATSDenis V. Lunev1-1/+2
2008-10-08ipv6: added net argument to IP6_ADD_STATS_BHDenis V. Lunev1-1/+2
2008-10-08ipv6: added net argument to IP6_INC_STATS_BHDenis V. Lunev1-1/+2
2008-10-08netns: add net parameter to IP6_INC_STATSDenis V. Lunev1-1/+2
2008-10-01ipv6: almost identical frag hashing funcs combinedIlpo Järvinen1-0/+2
2008-07-27missing bits of net-namespace / sysctlAl Viro1-0/+2
2008-07-19ipv6: remove unused macros from net/ipv6.hDenis V. Lunev1-6/+0
2008-07-19ipv6: remove unused parameter from ip6_ra_controlDenis V. Lunev1-3/+1
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+6
2008-06-19ipv6: Drop packets for loopback address from outside of the box.YOSHIFUJI Hideaki1-0/+6
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-04-23IPv6 support for NFS server export cachesAurélien Charbon1-0/+9
2008-04-12[IPV6]: Make address arguments const.YOSHIFUJI Hideaki1-2/+2
2008-04-12[IPV6]: Use XOR and OR rather than mutiple ands for ipv6 address comparisons.YOSHIFUJI Hideaki1-12/+10
2008-03-27[IPV6]: Remove three unused method declarations in include/net/ipv6.hRami Rosen1-17/+0
2008-03-26[NETNS][IPV6] flowlabels - make flowlabels per namespaceBenjamin Thery1-0/+1
2008-03-26[NETNS][IPV6] anycast - handle several network namespaceDaniel Lezcano1-11/+6
2008-03-21[NETNS][IPV6] tcp6 - make proc per namespaceDaniel Lezcano1-2/+2
2008-03-21[NETNS][IPV6] udp6 - make proc per namespaceDaniel Lezcano1-2/+2
2008-03-06[UDP]: Revert udplite and code split.David S. Miller1-5/+0
2008-03-03[NETNS][IPV6] rt6_stats - make the stats per network namespaceBenjamin Thery1-1/+0
2008-03-03[NETNS][IPV6] rt6_stats - dynamically allocate the routes statisticsDaniel Lezcano1-1/+1
2008-03-04[IPV6]: Move packet_type{} related bits to af_inet6.c.YOSHIFUJI Hideaki1-4/+0
2008-03-04[UDP]: Allow users to configure UDP-Lite.YOSHIFUJI Hideaki1-0/+5
2008-02-28[IPV6]: Fix source address selection for ORCHID addressesJuha-Matti Tapio1-0/+10
2008-02-05[IPV6]: Fix sysctl compilation error.Daniel Lezcano1-4/+2
2008-01-28[NETNS][FRAGS]: Make the mem counter per-namespace.Pavel Emelyanov1-1/+1
2008-01-28[NETNS][FRAGS]: Make the nqueues counter per-namespace.Pavel Emelyanov1-1/+1
2008-01-28[NETNS][FRAGS]: Move ctl tables around.Pavel Emelyanov1-1/+0
2008-01-28[IPV6]: Sparse: Declare non-static ipv6_{route,icmp,frag}_sysctl_init() in he...YOSHIFUJI Hideaki1-0/+4
2008-01-28[NETNS][IPV6]: Make ip6_frags per namespace.Daniel Lezcano1-3/+0
2008-01-28[NETNS][IPV6]: Make bindv6only sysctl per namespace.Daniel Lezcano1-1/+0
2008-01-28[NETNS][IPV6]: Make multiple instance of sysctl tables.Daniel Lezcano1-2/+2
2008-01-28[NETNS][IPV6]: Make ipv6_sysctl_register to return a value.Daniel Lezcano1-1/+1
2008-01-28[NETFILTER]: Switch to using ctl_paths in nf_queue and conntrack modulesPavel Emelyanov1-0/+2
2008-01-28[IPV6]: make the protocol initialization to return an error codeDaniel Lezcano1-1/+1
2008-01-28[IPV6]: make flowlabel to return an errorDaniel Lezcano1-1/+1
2008-01-28[SNMP]: Remove unused devconf macros.Pavel Emelyanov1-8/+0
2008-01-28[UDP]: Restore missing inDatagrams incrementsHerbert Xu1-9/+0
2008-01-28[IPV6]: Add ip6_local_outHerbert Xu1-0/+3
2007-10-17[INET]: Remove no longer needed ->equal callbackPavel Emelyanov1-1/+0
2007-10-17[INET]: Consolidate xxx_find() in fragment managementPavel Emelyanov1-0/+1
2007-10-17[INET]: Consolidate xxx_frag_create()Pavel Emelyanov1-0/+8
2007-10-17[INET]: Consolidate xxx_frag_internPavel Emelyanov1-0/+3
2007-10-15[IPV6]: Replace sk_buff ** with sk_buff * in input handlersHerbert Xu1-1/+1
2007-10-15[INET]: Consolidate the xxx_evictorPavel Emelyanov1-0/+9
2007-10-15[INET]: Collect common frag sysctl variables togetherPavel Emelyanov1-4/+2
2007-10-15[INET]: Collect frag queues management objects togetherPavel Emelyanov1-2/+2
2007-10-10[IPV6]: Add ICMPMsgStats MIB (RFC 4293) [rev 2]David L Stevens1-35/+32
2007-10-10[IPV6]: Add v4mapped address inlineBrian Haley1-0/+6
2007-07-31[IPV6]: Remove circular dependency on if_inet6.hHerbert Xu1-0/+1
2007-07-10[IPV6]: Do not send RH0 anymore.YOSHIFUJI Hideaki1-4/+0
2007-05-24[XFRM]: Allow packet drops during larval state resolution.David S. Miller1-0/+3
2007-05-03[IPV6]: Some cleanups in include/net/ipv6.hEric Dumazet1-8/+5
2007-05-03[IPV6]: Get rid of __HAVE_ARCH_ADDR_SET.Eric Dumazet1-2/+0
2007-04-25[IPV6]: Consolidate common SNMP codeHerbert Xu1-8/+12
2007-04-25[IPV6] SNMP: Use put_unaligned() instead of memcpy().YOSHIFUJI Hideaki1-1/+1
2007-04-25[IPV6] SNMP: Avoid unaligned accesses.YOSHIFUJI Hideaki1-1/+1
2007-04-25[IPV6] SNMP: Netlink interface.YOSHIFUJI Hideaki1-0/+1
2006-12-02[IPV6]: __ipv6_addr_diff() annotations and cleanup.Al Viro1-11/+4
2006-12-02[IPV6]: Misc endianness annotations.Al Viro1-1/+1
2006-12-02[NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker1-3/+9
2006-12-02[IPV6]: Per-interface statistics support.YOSHIFUJI Hideaki1-3/+18
2006-12-02[IPV6]: flowlabels are net-endianAl Viro1-2/+2
2006-12-02[IPV6]: annotate struct frag_hdrAl Viro1-4/+4
2006-09-28[IPV6]: struct in6_addr annotationsAl Viro1-3/+3
2006-09-22[IPV6] MIP6: Add Mobility header definition.Masahide NAKAMURA1-0/+1
2006-09-22[IPV6]: Allow to replace skbuff by TLV parser.Masahide NAKAMURA1-1/+1
2006-09-22[IPV6]: Find option offset by type.Masahide NAKAMURA1-0/+2
2006-08-02[IPV6]: Audit all ip6_dst_lookup/ip6_dst_store callsHerbert Xu1-0/+3
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-04-18[IPV6]: Clean up hop-by-hop options handler.YOSHIFUJI Hideaki1-1/+1
2006-03-20[NET]: {get|set}sockopt compatibility layerDmitry Mishin1-0/+10
2006-03-20[NETFILTER]: Move ip6_masked_addrcmp to include/net/ipv6.hPatrick McHardy1-0/+12
2006-01-07[IPV4/6]: Netfilter IPsec input hooksPatrick McHardy1-0/+2
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-0/+3
2006-01-03[NET]: move struct proto_ops to constEric Dumazet1-2/+2
2006-01-03[INET6]: Generalise tcp_v6_hash_connectArnaldo Carvalho de Melo1-0/+3
2006-01-03[IPV6]: Export ipv6_opt_acceptedArnaldo Carvalho de Melo1-0/+2
2005-11-20Merge git://git.skbuff.net/gitroot/yoshfuji/linux-2.6.14+advapi-fix/David S. Miller1-0/+2
2005-11-20[IPV6]: Fix sending extension headers before and including routing header.YOSHIFUJI Hideaki1-0/+2
2005-11-08[IPV6]: Make ipv6_addr_type() more generic so that we can use it for source a...YOSHIFUJI Hideaki1-3/+16
2005-11-08[IPV6]: Put addr_diff() into common header for future use.YOSHIFUJI Hideaki1-0/+48
2005-09-08[IPV6]: Support IPV6_{RECV,}TCLASS socket options / ancillary data.YOSHIFUJI Hideaki1-0/+1
2005-09-08[IPV6]: Support several new sockopt / ancillary data in Advanced API (RFC3542).YOSHIFUJI Hideaki1-0/+4
2005-08-29[NET]: Fix sparse warningsArnaldo Carvalho de Melo1-2/+33
2005-08-29[NET]: Cleanup INET_REFCNT_DEBUG codeArnaldo Carvalho de Melo1-1/+0
2005-08-29[NET]: Kill skb->real_devDavid S. Miller1-1/+2
2005-06-28[IPV6]: remove more unused IPV6_AUTHHDR things.YOSHIFUJI Hideaki1-1/+0
2005-04-24[SELINUX]: Fix ipv6_skip_exthdr() invocation causing OOPS.Herbert Xu1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+472