- 14 Jan, 2004 5 commits
-
-
David S. Miller authored
into nuts.ninka.net:/disk1/davem/BK/net-2.6
-
David S. Miller authored
-
Marcel Holtmann authored
This patch updates the CREDITS and MAINTAINERS files to reflect the change of the maintainer role for the Bluetooth subsystem.
-
Marcel Holtmann authored
If the inquiry cache is empty it makes no sense to return zero number of inquiry result even if the age of cache is not outdated.
-
Marcel Holtmann authored
The L2CAP reference counting must be increased by the RFCOMM module if an incoming connection is accepted. If this is not done, it will be decreased one time to often if the connection is terminated.
-
- 13 Jan, 2004 22 commits
-
-
Krishna Kumar authored
-
Krishna Kumar authored
Otherwise this can lead to the BUG_TRAP in __xfrm_state_destroy when xfrm_state_put() finds this is the last reference.
-
Krishna Kumar authored
- the found or allocated xfrm_states are not passed correctly to xfrm_bundle_create (and to the subsequent frees in case of create failing) if the first xfrm_tmpl_resolve failed and the second one succeeded. - error handling is wrong.
-
Krishna Kumar authored
-
Krishna Kumar authored
Otherwise we can trigger the BUG trap in __xfrm_state_destroy() when xfrm_state_put() finds this is the last reference.
-
Stephen Hemminger authored
Remove duplicate/conflicting code now that netdev_register_notifier replays the device registration events.
-
Stephen Hemminger authored
Remove duplicate/conflicting code now that netdev_register_notifier replays the device registration events. Reorder initialization to avoid having to simplify error unwind if /proc creation failed.
-
Stephen Hemminger authored
Remove duplicate/conflicting code now that netdev_register_notifier replays the device registration events.
-
Stephen Hemminger authored
Change IPV6 to handle the new case where netdev events are replayed on registration: * change code ordering so address configuration is ready before registration (this was actually a bug in existing code) * take out code that capture's existing devices, this is now done in the replay * make notifier code local to addrconf.c so it can be have smaller scope
-
Stephen Hemminger authored
-
Chas Williams authored
-
Harald Welte authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
David Stevens authored
-
Raj authored
-
David S. Miller authored
-
Andi Kleen authored
-
Marcel Holtmann authored
In general a Bluetooth stack that creates an ACL link should also take care of its termination, but some Bluetooth devices think otherwise. The problem is that the Bluetooth specification don't defines an ownership of an ACL link and if nobody cares about it, two devices stay connected even if there is no need. To avoid leftover ACL links the disconnect timer must also be used for incoming connections, but it is set twice the default disconnect timeout so the other side get enough time to clean everything by itself.
-
Marcel Holtmann authored
The only possible default value for pscan_rep_mode, if there is no entry in the inquiry cache, can be R2.
-
Marcel Holtmann authored
This patch fixes the module reference counting which was done wrong while porting this driver to the 2.6 kernel series.
-
- 12 Jan, 2004 1 commit
-
-
Linus Torvalds authored
to generate the duplicate area at 0x0000 and 0x100000. There's no downside to it, so allow it even though it's a tad strange.
-
- 09 Jan, 2004 4 commits
-
-
Michal Ludvig authored
-
bk://linux-dj.bkbits.net/agpgartLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Dave Jones authored
Spotted by Matteo Croce
-
bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 08 Jan, 2004 8 commits
-
-
David S. Miller authored
-
Ben Collins authored
-
Jean Tourrilhes authored
-
Jean Tourrilhes authored
From Martin Diehl.
-
Jean Tourrilhes authored
From Martin Diehl.
-
Jean Tourrilhes authored
Also, make sir-dev locking compatible with irport. From Martin Diehl.
-
Jean Tourrilhes authored
-
Kurt Garloff authored
-