summaryrefslogtreecommitdiff
path: root/net/ipv6/addrconf.c
AgeCommit message (Expand)Author
2015-02-23ipv6: addrconf: validate new MTU before applying itMarcelo Leitner
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-06ipv6: addrconf: add missing validate_link_af handlerDaniel Borkmann
2015-02-05net: ipv6: allow explicitly choosing optimistic addressesErik Kline
2015-01-30net: mark some potential candidates __read_mostlyDaniel Borkmann
2015-01-25net: ipv6: Add sysctl entry to disable MTU updates from RAHarout Hedeshian
2015-01-18netlink: Fix bugs in nlmsg_end() conversions.David S. Miller
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2014-11-26ipv6: Remove unnecessary testzhuyj
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-29net: ipv6: Add a sysctl to make optimistic addresses useful candidatesErik Kline
2014-10-29ipv6: notify userspace when we added or changed an ipv6 tokenLubomir Rintel
2014-10-27ipv6: replace min/casting by min_tFabian Frederick
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-30ipv6: remove rt6i_genidHannes Frederic Sowa
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-13ipv6: exit early in addrconf_notify() if IPv6 is disabledWANG Cong
2014-09-13ipv6: clean up ipv6_dev_ac_inc()WANG Cong
2014-09-12ipv6: clean up anycast when an interface is destroyedSabrina Dubroca
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-05ipv6: use addrconf_get_prefix_route() to remove peer addrNicolas Dichtel
2014-09-05ipv6: fix a refcnt leak with peer addrNicolas Dichtel
2014-09-05ipv6: fix rtnl locking in setsockopt for anycast and multicastSabrina Dubroca
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris
2014-07-29ipv6: fail early when creating netdev named all or defaultWANG Cong
2014-07-11ipv6: addrconf: implement address generation modesJiri Pirko
2014-07-01ipv6: Allow accepting RA from local IP addresses.Ben Greear
2014-05-07net: clean up snmp stats codeWANG Cong
2014-05-05ipv6: remove unused function ipv6_inherit_linklocal()WANG Cong
2014-04-22ipv6: support IFA_F_MANAGETEMPADDR for address deletion tooHeiner Kallweit
2014-03-28ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa
2014-03-13ipv6: Avoid unnecessary temporary addresses being generatedHeiner Kallweit
2014-02-17gre: add link local route when local addr is anyNicolas Dichtel
2014-01-24ipv6: reallocate addrconf router for ipv6 address when lo device upGao feng
2014-01-19ipv6: optimize link local address searchHannes Frederic Sowa
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-17ipv6: simplify detection of first operational link-local address on interfaceHannes Frederic Sowa
2014-01-15ipv6 addrconf: don't cleanup prefix route for IFA_F_NOPREFIXROUTEThomas Haller
2014-01-15ipv6 addrconf: add IFA_F_NOPREFIXROUTE flag to suppress creation of IP6 routesThomas Haller
2014-01-14ipv6: addrconf spelling fixesstephen hemminger
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-01-09ipv6: add link-local, sit and loopback address with INFINITY_LIFE_TIMEHannes Frederic Sowa
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-06ipv6: don't install anycast address for /128 addresses on routersHannes Frederic Sowa
2014-01-02ipv6 addrconf: fix preferred lifetime state-changing behavior while valid_lft...Yasushi Asano
2014-01-01netlink: cleanup rntl_af_registerstephen hemminger