summaryrefslogtreecommitdiffstats
path: root/include/net/addrconf.h
Commit message (Expand)AuthorAgeFilesLines
* netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6Florian Westphal2013-05-231-1/+1
* ipv6: statically link register_inet6addr_notifier()Cong Wang2013-04-141-0/+1
* ipv4: introduce address lifetimeJiri Pirko2013-01-291-0/+4
* ipv6: Optimize ipv6_addr_is_ll_all_{nodes,routers}().YOSHIFUJI Hideaki / 吉藤英明2013-01-201-0/+10
* ipv6: Optimize ipv6_addr_is_solict_mult().YOSHIFUJI Hideaki / 吉藤英明2013-01-201-4/+11
* ipv6: Introduce ipv6_addr_is_solict_mult() to check Solicited Node Multicast ...YOSHIFUJI Hideaki / 吉藤英明2013-01-201-0/+8
* ipv6: Make ipv6_addr_is_XXX() return boolean.YOSHIFUJI Hideaki2013-01-201-4/+4
* ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input().YOSHIFUJI Hideaki / 吉藤英明2013-01-131-1/+25
* netconf: advertise mc_forwarding statusNicolas Dichtel2012-12-041-0/+3
* netfilter: ip6tables: add MASQUERADE targetPatrick McHardy2012-08-301-1/+1
* ipv6: add ipv6_addr_hash() helperEric Dumazet2012-07-181-1/+2
* ipv6: bool/const conversions phase2Eric Dumazet2012-05-191-9/+9
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* ipv6: Remove never used function inet6_ac_check().David S. Miller2012-02-011-1/+0
* ipv6: Check RA for sllao when configuring optimistic ipv6 address (v2)Neil Horman2012-01-041-1/+2
* ipv6: updates to privacy addresses per RFC 4941.Lorenzo Colitti2011-08-011-1/+1
* net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller2011-04-241-3/+0
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-11/+11
* net: kill unused macros from head fileShan Wei2010-12-021-2/+0
* ipv6: make __ipv6_isatap_ifid staticstephen hemminger2010-10-051-2/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-271-0/+1
|\
| * ipv6: add a missing unregister_pernet_subsys callNeil Horman2010-09-261-0/+1
* | ipv6: addrconf.h cleanupsEric Dumazet2010-09-211-20/+43
|/
* net: Add checking to rcu_dereference() primitivesPaul E. McKenney2010-02-251-1/+3
* bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua2009-09-151-0/+2
* ipv6: Fix conflict resolutions during ipv6 bindingVlad Yasevich2009-03-241-2/+2
* netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_sad...Brian Haley2008-08-141-1/+2
* ipv6 netns: Address labels per namespaceBenjamin Thery2008-06-121-1/+2
* [IPV6] ADDRCONF: Allow longer lifetime on 64bit archs.YOSHIFUJI Hideaki2008-06-051-0/+22
* [IPV6]: Define constants for link-local multicast addresses.YOSHIFUJI Hideaki2008-04-121-11/+0
* [IPV6]: Make address arguments const.YOSHIFUJI Hideaki2008-04-121-13/+15
* [IPV6] ADDRCONF: Uninline ipv6_isatap_eui64().YOSHIFUJI Hideaki2008-04-121-14/+1
* [IPV6] ADDRCONF: Uninline ipv6_addr_hash().YOSHIFUJI Hideaki2008-04-121-19/+0
* [IPV6]: Use XOR and OR rather than mutiple ands for ipv6 address comparisons.YOSHIFUJI Hideaki2008-04-121-8/+6
* [IPV6]: Unify ip6_onlink() and ipip6_onlink().YOSHIFUJI Hideaki2008-04-031-0/+4
* [IPV6]: Remove unused method declaration in include/net/addrconf.h.Rami Rosen2008-03-281-1/+0
* [NETNS][IPV6] anycast - handle several network namespaceDaniel Lezcano2008-03-261-1/+2
* [IPV6]: Support Source Address Selection API (RFC5014).YOSHIFUJI Hideaki2008-03-251-0/+1
* [IPV6]: Optimize hop-limit determination.YOSHIFUJI Hideaki2008-03-251-2/+0
* [NETNS][IPV6] addrconf - Pass the proper network namespace parameters to addr...Daniel Lezcano2008-03-051-3/+6
* [IPV6] ADDRCONF: Convert ipv6_get_saddr() to ipv6_dev_get_saddr().YOSHIFUJI Hideaki2008-03-041-3/+0
* [IPV6]: Use htonl() instead of __constant_htonl() where appricable.YOSHIFUJI Hideaki2008-03-041-10/+6
* [IPV4]: Enable use of 240/4 address space.Jan Engelhardt2008-01-281-1/+1
* [NETNS][IPV6]: inet6_addr - make ipv6_chk_home_addr namespace awareDaniel Lezcano2008-01-281-1/+2
* [NETNS][IPV6]: inet6_addr - ipv6_get_ifaddr namespace awareDaniel Lezcano2008-01-281-3/+5
* [NETNS][IPV6]: inet6_addr - check ipv6 address per namespaceDaniel Lezcano2008-01-281-1/+3
* [IPV4] include/net: Use ipv4_is_<type>Joe Perches2008-01-281-4/+6
* [IPV6]: Add RFC4214 supportFred L. Templin2008-01-281-0/+19
* [IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table.YOSHIFUJI Hideaki2008-01-281-0/+8
* [IPV6] MIP6: Loadable module support for MIPv6.Masahide NAKAMURA2007-07-101-1/+1