An error occurred fetching the project authors.
- 27 Jun, 2003 1 commit
-
-
David S. Miller authored
-
- 25 Jun, 2003 1 commit
-
-
Hideaki Yoshifuji authored
-
- 23 Jun, 2003 1 commit
-
-
Hideaki Yoshifuji authored
-
- 09 Jun, 2003 2 commits
-
-
Hideaki Yoshifuji authored
-
Hideaki Yoshifuji authored
-
- 03 Jun, 2003 2 commits
-
-
Randy Dunlap authored
-
Randy Dunlap authored
-
- 28 May, 2003 1 commit
-
-
Hideaki Yoshifuji authored
-
- 22 May, 2003 2 commits
-
-
Hideaki Yoshifuji authored
-
David S. Miller 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 2 commits
-
-
Arnaldo Carvalho de Melo authored
Also move ft6_dflt_pointer to .bss and use void in ip6_dst_gc as it doesn't take any paramenters
-
Arnaldo Carvalho de Melo authored
Thanks to Andrew Morton for reporting.
-
- 15 May, 2003 1 commit
-
-
David S. Miller authored
-
- 13 May, 2003 1 commit
-
-
Daniel McNeil authored
-
- 10 May, 2003 1 commit
-
-
Hideaki Yoshifuji authored
-
- 08 May, 2003 1 commit
-
-
David S. Miller authored
-
- 06 May, 2003 2 commits
-
-
Randy Dunlap authored
-
Randy Dunlap authored
-
- 05 May, 2003 1 commit
-
-
Hideaki Yoshifuji authored
-
- 22 Apr, 2003 1 commit
-
-
Hideaki Yoshifuji authored
-
- 17 Apr, 2003 1 commit
-
-
David S. Miller authored
-
- 10 Apr, 2003 1 commit
-
-
Mathew Richardson authored
-
- 22 Mar, 2003 1 commit
-
-
Hideaki Yoshifuji authored
-
- 05 Mar, 2003 1 commit
-
-
Kazunori Miyazawa authored
Credits also to Mitsuru Kanda <kanda@karaba.org>, YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>, and Kunihiro Ishiguro.
-
- 02 Mar, 2003 2 commits
-
-
James Morris authored
-
Hideaki Yoshifuji authored
-
- 23 Feb, 2003 2 commits
-
-
David S. Miller authored
-
Hideaki Yoshifuji authored
-
- 06 Feb, 2003 1 commit
-
-
James Morris authored
-
- 04 Nov, 2002 1 commit
-
-
Alexey Kuznetsov authored
- Implement IP_IPSEC_POLICY setsockopt - Rework input policy checks to use it - dst->child destruction is repaired - Fix tunnel mode IP header building.
-
- 26 Oct, 2002 1 commit
-
-
Shirley Ma authored
- crash due to redundant dst_release. - setting expire timeout on wrong route - wrong mtu is selected when device mtu changed while device is down - not working pmtu discovery timeout on cloned routes - more reasonable behaviour on administrative increase of device mtu - Ported to 2.5.44 by Alexey N. Kuznetsov.
-
- 24 Oct, 2002 2 commits
-
-
Alexey Kuznetsov authored
- Changed dst named metrics, to RTAX_MAX metrics array. - Add inline shorthands to access them - Add update_pmtu and get_mss to DST ops. - Add path component to DST, it is DST itself by default.
-
Alexey Kuznetsov authored
-
- 11 Oct, 2002 1 commit
-
-
David S. Miller authored
-
- 02 Oct, 2002 2 commits
-
-
David S. Miller authored
-
Hideaki Yoshifuji authored
-
- 20 Jun, 2002 1 commit
-
-
Stephen Rothwell authored
This makes some more things in the ipv6 code static. Some of them may be wrong (or for futures) bu it looks pretty OK to me (and it builds).
-