An error occurred fetching the project authors.
- 22 Jul, 2003 1 commit
-
-
Krishna Kumar authored
-
- 18 Jul, 2003 1 commit
-
-
Alexey Kuznetsov authored
- Recognition of reserved anycasts is removed from ipv6_addr_type() Flag IPV6_ADDR_ANYCAST is removed as well. - Some meaningless noop code checking for anycast which are not going to happen is removed from ndisc.c - ipv6_unicast_destination() replaces suboptimal ipv6_chk_acast_addr() in data paths
-
- 12 Jul, 2003 1 commit
-
-
Herbert Xu authored
-
- 06 Jul, 2003 3 commits
-
-
Hideaki Yoshifuji authored
This patch, depends on "IPV6: remove unused variable," fixes algorithm for updating lifetime according to RFC2462. - We should not delete an address even if prefix is advertised with valid lifetime == 0. - support the "2 hours" rule.
-
Hideaki Yoshifuji authored
-
Hideaki Yoshifuji authored
On-link flag == 0 in RA message does not mean that the prefix is off-link. It simply means the prefix does not talk about on-link information.
-
- 30 Jun, 2003 1 commit
-
-
David S. Miller authored
-
- 01 Jul, 2003 1 commit
-
-
Hideaki Yoshifuji authored
-
- 11 Jun, 2003 2 commits
-
-
David S. Miller authored
-
Hideaki Yoshifuji authored
-
- 09 Jun, 2003 1 commit
-
-
Hideaki Yoshifuji authored
-
- 03 Jun, 2003 2 commits
-
-
Hideaki Yoshifuji authored
-
Randy Dunlap authored
-
- 02 Jun, 2003 1 commit
-
-
David S. Miller authored
Based upon a report from Andrew Morton.
-
- 26 May, 2003 1 commit
-
-
Hideaki Yoshifuji authored
-
- 19 May, 2003 3 commits
-
-
Hideaki Yoshifuji authored
-
David S. Miller authored
Revert the rtnl_lock API change, it is totally unneeded. Instead we manage the todo work inside of net/core/dev.c Also, we have to move sbin hotplug invocation outside of the RTNL semaphore as well, both for register and unregister.
-
David S. Miller authored
We had two major issues when unregistering networking devices. 1) Even trying to run hotplug asynchronously could deadlock if keventd was currently trying to get the RTNL semaphore in order to process linkwatch events. 2) Unregister needs to wait for the last reference to go away before the finalization of the unregister can execute. This cannot occur under the RTNL semaphore as this is deadlock prone as well. The solution is to do all of this stuff after dropping the RTNL semaphore. rtnl_lock, if it is about to protect a region of code that could unregister network devices, registers a list to which unregistered netdevs are attached. At rtnl_unlock time this list is processed to wait for refcounts to drop to zero and then finalize the unregister.
-
- 17 May, 2003 1 commit
-
-
Arnaldo Carvalho de Melo authored
-
- 15 May, 2003 1 commit
-
-
Hideaki Yoshifuji authored
-
- 13 May, 2003 1 commit
-
-
Arnaldo Carvalho de Melo authored
-
- 08 May, 2003 1 commit
-
-
David S. Miller authored
-
- 28 Apr, 2003 2 commits
-
-
Steven Cole authored
-
Arnaldo Carvalho de Melo authored
-
- 25 Apr, 2003 1 commit
-
-
Hideaki Yoshifuji authored
-
- 10 Apr, 2003 1 commit
-
-
Mathew Richardson authored
-
- 31 Mar, 2003 1 commit
-
-
Hideaki Yoshifuji authored
-
- 24 Mar, 2003 1 commit
-
-
Dave Jones authored
-
- 23 Mar, 2003 4 commits
-
-
Hideaki Yoshifuji authored
-
Hideaki Yoshifuji authored
-
Hideaki Yoshifuji authored
-
Hideaki Yoshifuji authored
-
- 19 Mar, 2003 2 commits
-
-
David S. Miller authored
-
David Stevens authored
-
- 02 Mar, 2003 2 commits
-
-
Hideaki Yoshifuji authored
-
Hideaki Yoshifuji authored
-
- 23 Feb, 2003 2 commits
-
-
David S. Miller authored
-
Hideaki Yoshifuji authored
-
- 21 Feb, 2003 1 commit
-
-
Bruce Allan authored
-
- 06 Nov, 2002 1 commit
-
-
Andrew Morton authored
-