summaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-5/+12
|\ \ \ | | |/ | |/|
| * | ipv6: don't install anycast address for /128 addresses on routersHannes Frederic Sowa2014-01-061-2/+2
| * | ipv6 addrconf: fix preferred lifetime state-changing behavior while valid_lft...Yasushi Asano2014-01-021-3/+10
* | | netlink: cleanup rntl_af_registerstephen hemminger2014-01-011-4/+1
* | | ipv6: unneccessary to get address prefix in addrconf_get_prefix_routeLi RongQing2013-12-311-4/+1
* | | netconf: add support for IPv6 proxy_ndpstephen hemminger2013-12-221-1/+48
* | | ipv6 addrconf: revert /proc/net/if_inet6 ifa_flag formatJiri Pirko2013-12-101-2/+2
* | | neigh: ipv6: respect default values set before an address is assigned to deviceJiri Pirko2013-12-091-0/+2
* | | neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko2013-12-091-1/+1
* | | neigh: convert parms to an arrayJiri Pirko2013-12-091-5/+7
* | | ipv6 addrconf: introduce IFA_F_MANAGETEMPADDR to tell kernel to manage tempor...Jiri Pirko2013-12-061-72/+99
* | | ipv6 addrconf: extend ifa_flags to u32Jiri Pirko2013-12-061-12/+20
|/ /
* | ipv6: fix third arg of anycast_dst_alloc(), must be bool.François-Xavier Le Bail2013-12-021-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-191-29/+9
|\
| * sit/gre6: don't try to add the same route two timesNicolas Dichtel2013-11-141-3/+0
| * sit: link local routes are missingNicolas Dichtel2013-11-141-19/+5
| * sit: fix prefix length of ll and v4mapped addressesNicolas Dichtel2013-11-141-7/+4
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-141-0/+14
|\ \ | |/ |/|
| * net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-0/+14
* | ipv6: Remove privacy config option.David S. Miller2013-10-281-38/+3
|/
* ipv6: Fix preferred_lft not updating in some casesPaul Marks2013-09-301-37/+15
* IPv6 NAT: Do not drop DNATed 6to4/6rd packetsCatalin\(ux\) M. BOIE2013-09-281-0/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-051-2/+0
|\
| * ipv6: ipv6_create_tempaddr cleanupPetr Holasek2013-09-031-2/+0
* | ipv6: move in6_dev_finish_destroy() into core kernelCong Wang2013-08-311-30/+0
* | ipv6: do not call ndisc_send_rs() with write lockCong Wang2013-08-311-3/+7
* | ipv6: export in6addr_loopback to modulesCong Wang2013-08-311-9/+0
* | ipv6: drop fragmented ndisc packets by default (RFC 6980)Hannes Frederic Sowa2013-08-291-0/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-261-6/+4
|\ \ | |/
| * ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa2013-08-201-6/+4
* | ip6_tunnel: ensure to always have a link local addressNicolas Dichtel2013-08-201-42/+14
* | Revert "ipv6: fix checkpatch errors in net/ipv6/addrconf.c"David S. Miller2013-08-201-14/+10
* | ipv6: fix checkpatch errors in net/ipv6/addrconf.cdingtianhong2013-08-201-10/+14
* | ipv6: convert the uses of ADBG and remove the superfluous parenthesesdingtianhong2013-08-201-11/+11
* | ipv6: make unsolicited report intervals configurable for mldHannes Frederic Sowa2013-08-131-0/+25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-031-21/+22
|\ \ | |/
| * ipv6: prevent race between address creation and removalJiri Benc2013-08-011-16/+15
| * ipv6: move peer_addr init into ipv6_add_addr()Jiri Pirko2013-08-011-9/+11
* | ipv6: bump genid when delete/add addressfan.du2013-08-011-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-031-5/+7
|\
| * ipv6: check return value of ipv6_get_lladdrHannes Frederic Sowa2013-06-251-5/+4
| * ipv6: don't call addrconf_dst_alloc again when enable loGao feng2013-06-191-0/+3
* | ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang2013-07-011-2/+2
* | ipv6: resend MLD report if a link-local address completes DADHannes Frederic Sowa2013-06-281-5/+12
* | ipv6: introduce per-interface counter for dad-completed ipv6 addressesHannes Frederic Sowa2013-06-281-8/+31
* | ipv6: rearm router solicitaion timer when setting new tokenized addressHannes Frederic Sowa2013-06-261-1/+4
* | ipv6: remove old token ipv6 address as soon as possibleHannes Frederic Sowa2013-06-251-0/+1
* | ipv6: don't disable interface if last ipv6 address is removedHannes Frederic Sowa2013-06-251-6/+0
* | ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa2013-06-251-73/+91
* | ipv6: remove a useless pr_info() in addrconf_gre_config()Cong Wang2013-06-231-2/+0
OpenPOWER on IntegriCloud