summaryrefslogtreecommitdiff
path: root/net/ipv6/addrconf.c
AgeCommit message (Expand)Author
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
2013-12-31ipv6: unneccessary to get address prefix in addrconf_get_prefix_routeLi RongQing
2013-12-22netconf: add support for IPv6 proxy_ndpstephen hemminger
2013-12-10ipv6 addrconf: revert /proc/net/if_inet6 ifa_flag formatJiri Pirko
2013-12-09neigh: ipv6: respect default values set before an address is assigned to deviceJiri Pirko
2013-12-09neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko
2013-12-09neigh: convert parms to an arrayJiri Pirko
2013-12-06ipv6 addrconf: introduce IFA_F_MANAGETEMPADDR to tell kernel to manage tempor...Jiri Pirko
2013-12-06ipv6 addrconf: extend ifa_flags to u32Jiri Pirko
2013-12-02ipv6: fix third arg of anycast_dst_alloc(), must be bool.François-Xavier Le Bail
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-11-14sit/gre6: don't try to add the same route two timesNicolas Dichtel
2013-11-14sit: link local routes are missingNicolas Dichtel
2013-11-14sit: fix prefix length of ll and v4mapped addressesNicolas Dichtel
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-10-28ipv6: Remove privacy config option.David S. Miller
2013-09-30ipv6: Fix preferred_lft not updating in some casesPaul Marks
2013-09-28IPv6 NAT: Do not drop DNATed 6to4/6rd packetsCatalin\(ux\) M. BOIE
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-03ipv6: ipv6_create_tempaddr cleanupPetr Holasek
2013-08-31ipv6: move in6_dev_finish_destroy() into core kernelCong Wang
2013-08-31ipv6: do not call ndisc_send_rs() with write lockCong Wang
2013-08-31ipv6: export in6addr_loopback to modulesCong Wang
2013-08-29ipv6: drop fragmented ndisc packets by default (RFC 6980)Hannes Frederic Sowa
2013-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-20ip6_tunnel: ensure to always have a link local addressNicolas Dichtel
2013-08-20Revert "ipv6: fix checkpatch errors in net/ipv6/addrconf.c"David S. Miller
2013-08-20ipv6: fix checkpatch errors in net/ipv6/addrconf.cdingtianhong
2013-08-20ipv6: convert the uses of ADBG and remove the superfluous parenthesesdingtianhong
2013-08-20ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa
2013-08-13ipv6: make unsolicited report intervals configurable for mldHannes Frederic Sowa
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-01ipv6: bump genid when delete/add addressfan.du
2013-08-01ipv6: prevent race between address creation and removalJiri Benc
2013-08-01ipv6: move peer_addr init into ipv6_add_addr()Jiri Pirko
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-07-01ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang
2013-06-28ipv6: resend MLD report if a link-local address completes DADHannes Frederic Sowa
2013-06-28ipv6: introduce per-interface counter for dad-completed ipv6 addressesHannes Frederic Sowa
2013-06-26ipv6: rearm router solicitaion timer when setting new tokenized addressHannes Frederic Sowa
2013-06-25ipv6: remove old token ipv6 address as soon as possibleHannes Frederic Sowa
2013-06-25ipv6: check return value of ipv6_get_lladdrHannes Frederic Sowa
2013-06-25ipv6: don't disable interface if last ipv6 address is removedHannes Frederic Sowa
2013-06-25ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa
2013-06-23ipv6: remove a useless pr_info() in addrconf_gre_config()Cong Wang
2013-06-19ipv6: don't call addrconf_dst_alloc again when enable loGao feng