An error occurred fetching the project authors.
- 23 Jun, 2003 1 commit
-
-
Herbert Xu authored
-
- 18 Jun, 2003 2 commits
-
-
Jeff Smith authored
-
David S. Miller authored
-
- 11 Jun, 2003 1 commit
-
-
Hideaki Yoshifuji authored
-
- 09 Jun, 2003 1 commit
-
-
Ville Nuorvala authored
-
- 06 Jun, 2003 1 commit
-
-
Herbert Xu authored
-
- 29 May, 2003 1 commit
-
-
Stephen Hemminger authored
-
- 25 May, 2003 2 commits
-
-
Hideaki Yoshifuji authored
-
Hideaki Yoshifuji authored
-
- 19 May, 2003 1 commit
-
-
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.
-
- 15 May, 2003 1 commit
-
-
David S. Miller authored
-
- 13 May, 2003 2 commits
-
-
Arnaldo Carvalho de Melo authored
After all calls to tcp_tw_deschedule we had a call to tcp_timewait_kill, move it to the end of tcp_tw_deschedule and unexport tcp_timewait_kill, making it static.
-
Chas Williams authored
-
- 12 May, 2003 3 commits
-
-
David S. Miller authored
- Export ip_generic_getfrag - In udp6 increment v6 udp statistics not v4 one
-
James Morris authored
-
Stephen Hemminger authored
* packet type converted from linked list to list_macro * writer lock replaced with spin lock, readers use RCU * add __dev_remove_pack for callers that cant sleep. * af_packet changes to handle and sleeping requirements, and possible races that could cause.
-
- 11 May, 2003 1 commit
-
-
Jean Tourrilhes authored
This patch for 2.5.68-bk11 will update Wireless Extension to version 16 : o increase bitrate and frequency number for 802.11g/802.11a o enhanced iwspy support o minor tweaks and cleanups This patch is only for the core of WE. The patches for the individual drivers have been sent to their respective maintainers. Compared to the previous version I sent you a few weeks ago, I've just updated to the latest kernel.
-
- 08 May, 2003 1 commit
-
-
Matthew Wilcox authored
-
- 03 May, 2003 1 commit
-
-
James Morris authored
-
- 30 Apr, 2003 1 commit
-
-
James Morris authored
-
- 18 Apr, 2003 1 commit
-
-
Stephen Hemminger authored
-
- 11 Apr, 2003 1 commit
-
-
David S. Miller authored
-
- 09 Apr, 2003 1 commit
-
-
Stephen Hemminger authored
-
- 02 Apr, 2003 2 commits
-
-
Derek Atkins authored
In particular, implement ESPinUDP encapsulation for IPsec Nat Traversal.
-
Stephen Hemminger authored
Currently it takes then releases BR_NETPROTO_LOCK as a writer. Later it will be converted to RCUs synchronize_kernel(). All call sites have been verified to be sleep friendly.
-
- 29 Mar, 2003 1 commit
-
-
David S. Miller authored
-
- 24 Mar, 2003 1 commit
-
-
David S. Miller authored
-
- 23 Mar, 2003 1 commit
-
-
Hideaki Yoshifuji authored
-
- 22 Mar, 2003 3 commits
-
-
Hideaki Yoshifuji authored
-
James Morris authored
-
David S. Miller authored
-
- 19 Mar, 2003 1 commit
-
-
David Stevens authored
-
- 06 Mar, 2003 1 commit
-
-
David S. Miller 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.
-
- 25 Feb, 2003 1 commit
-
-
Jean Tourrilhes authored
In kernel 2.5.63, you have moved more wireless LAN drivers into ../drivers/net/wireless/. Unfortunately, there was a bit more to cleanup as the result of this work. You will need to : o Apply the attached patch o rm /drivers/net/pcmcia/aironet4500_cs.c Have fun... Jean P.S. : You will notice that I took the liberty to organise the config option in what I hope is a more logical order.
-
- 19 Feb, 2003 1 commit
-
-
David S. Miller authored
-
- 12 Feb, 2003 1 commit
-
-
Kunihiro Ishiguro authored
-
- 27 Jan, 2003 1 commit
-
-
David S. Miller authored
Currently it turns of prequeue processing, but more decisions may be guided by it in the future. Based upon a patch from Andi Kleen.
-
- 21 Jan, 2003 1 commit
-
-
Sridhar Samudrala authored
-
- 20 Jan, 2003 1 commit
-
-
Sridhar Samudrala authored
-