aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-05ipv6: Only act upon NETDEV_*_TYPE_CHANGE if we have ipv6 addressesAndrew Lunn1-1/+2
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-12-03net: ipv6: restrict hop_limit sysctl setting to range [1; 255]Phil Sutter1-1/+15
2015-12-01Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel1-1/+1
2015-11-04ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_devSabrina Dubroca1-0/+1
2015-10-30ipv6: recreate ipv6 link-local addresses when increasing MTU over IPV6_MIN_MTUAlexander Duyck1-19/+27
2015-10-21netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen1-1/+2
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-10-13net: Add VRF support to IPv6 stackDavid Ahern1-3/+9
2015-10-11ipv6: gre: setup default multicast routes over PtP linksHannes Frederic Sowa1-0/+2
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+3
2015-09-24ipv6: remove unused neigh parameter from ndisc functionsJiri Benc1-1/+1
2015-09-15rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 statsSowmini Varadhan1-4/+9
2015-09-15ipv6: Avoid double dst_freeMartin KaFai Lau1-4/+3
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-31/+0
2015-08-30net: Optimize snmp stat aggregation by walking all the percpu data at onceRaghavendra K T1-10/+16
2015-08-30net/ipv6: Export addrconf_ifid_eui48Matan Barak1-31/+0
2015-08-20ipv6: ndisc: inherit metadata dst when creating ndisc requestsJiri Benc1-1/+1
2015-08-13net: addr IFLA_OPERSTATE to netlink message for ipv6 ifinfoAndy Gospodarek1-1/+4
2015-08-13net: ipv6 sysctl option to ignore routes when nexthop link is downAndy Gospodarek1-1/+104
2015-07-30net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu1-0/+10
2015-07-22ipv6: sysctl to restrict candidate source addressesErik Kline1-3/+19
2015-07-16ipv6: Remove unused arguments for __ipv6_dev_get_saddr().YOSHIFUJI Hideaki1-4/+2
2015-07-15ipv6: Fix finding best source address in ipv6_dev_get_saddr().YOSHIFUJI Hideaki/吉藤英明1-12/+18
2015-07-10ipv6: Do not iterate over all interfaces when finding source address on specific interface.YOSHIFUJI Hideaki/吉藤英明1-90/+107
2015-05-01ipv6: Consider RTF_CACHE when searching the fib6 treeMartin KaFai Lau1-0/+2
2015-04-02dev: introduce dev_get_iflink()Nicolas Dichtel1-2/+2
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc1-5/+5
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris1-44/+44
2015-03-24ipv6: fix sparse warnings in privacy stable addresses generationHannes Frederic Sowa1-5/+5
2015-03-23ipv6: introduce idgen_delay and idgen_retries knobsHannes Frederic Sowa1-7/+4
2015-03-23ipv6: do retries on stable privacy addressesHannes Frederic Sowa1-3/+54
2015-03-23ipv6: collapse state_lock and lockHannes Frederic Sowa1-16/+15
2015-03-23ipv6: introduce IFA_F_STABLE_PRIVACY flagHannes Frederic Sowa1-6/+8
2015-03-23ipv6: generation of stable privacy addresses for link-local and autoconfHannes Frederic Sowa1-4/+126
2015-03-23ipv6: introduce secret_stable to ipv6_devconfHannes Frederic Sowa1-0/+68
2015-03-18ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner1-2/+2
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+16
2015-02-27multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa1-3/+35
2015-02-23ipv6: addrconf: validate new MTU before applying itMarcelo Leitner1-1/+16
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+34
2015-02-06ipv6: addrconf: add missing validate_link_af handlerDaniel Borkmann1-0/+17
2015-02-05net: ipv6: allow explicitly choosing optimistic addressesErik Kline1-2/+17
2015-01-30net: mark some potential candidates __read_mostlyDaniel Borkmann1-1/+1
2015-01-25net: ipv6: Add sysctl entry to disable MTU updates from RAHarout Hedeshian1-0/+10
2015-01-18netlink: Fix bugs in nlmsg_end() conversions.David S. Miller1-1/+1
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-13/+19
2014-11-26ipv6: Remove unnecessary testzhuyj1-4/+2
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris1-4/+8
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches1-4/+2