summaryrefslogtreecommitdiffstats
path: root/include/net/addrconf.h
Commit message (Expand)AuthorAgeFilesLines
* inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik2017-01-181-3/+1
* ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong2016-10-211-0/+1
* ipv6 addrconf: implement RFC7559 router solicitation backoffMaciej Żenczykowski2016-09-301-1/+2
* ipv6: export several functionsAlexander Aring2016-06-151-0/+7
* 6lowpan: add 802.15.4 short addr slaacAlexander Aring2016-06-151-0/+3
* inet: refactor inet[6]_lookup functions to take skbCraig Gallek2016-02-111-0/+2
* soreuseport: fast reuseport UDP socket selectionCraig Gallek2016-01-041-1/+2
* ipv6: remove unused neigh parameter from ndisc functionsJiri Benc2015-09-241-2/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-091-0/+31
|\
| * net/ipv6: Export addrconf_ifid_eui48Matan Barak2015-08-301-0/+31
* | ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argumentRoopa Prabhu2015-07-311-2/+2
|/
* net: Export IGMP/MLD message validation codeLinus Lüssing2015-05-041-0/+1
* net: ipv6: allow explicitly choosing optimistic addressesErik Kline2015-02-051-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-0/+1
|\
| * ipv6: clean up anycast when an interface is destroyedSabrina Dubroca2014-09-121-0/+1
* | ipv6: clean up ipv6_dev_ac_inc()WANG Cong2014-09-131-1/+1
|/
* net: ipv6: Introduce ip6_sk_dst_hoplimit.Lorenzo Colitti2014-04-301-5/+0
* ipv6: addrconf: silence sparse endianness warningsBjørn Mork2014-02-271-3/+3
* ipv6: enable anycast addresses as source addresses for datagramsFX Le Bail2014-01-221-2/+3
* neigh: ipv6: respect default values set before an address is assigned to deviceJiri Pirko2013-12-091-0/+7
* ipv6 addrconf: extend ifa_flags to u32Jiri Pirko2013-12-061-2/+2
* IPv6 NAT: Do not drop DNATed 6to4/6rd packetsCatalin\(ux\) M. BOIE2013-09-281-0/+4
* vxlan: add ipv6 proxy supportCong Wang2013-08-311-0/+4
* vxlan: add ipv6 route short circuit supportCong Wang2013-08-311-0/+1
* ipv6: export a stub for IPv6 symbols used by vxlanCong Wang2013-08-311-0/+15
* addrconf.h: Remove extern function prototypesJoe Perches2013-07-311-88/+72
* ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang2013-07-011-0/+3
* ipv6: resend MLD report if a link-local address completes DADHannes Frederic Sowa2013-06-281-0/+1
* 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