| Commit message (Expand) | Author | Age | Files | Lines |
* | Bluetooth: Remove *_bh from socket list lock. | Gustavo F. Padovan | 2012-01-03 | 1 | -4/+4 |
* | Bluetooth: fix bt_accept_dequeue() to work in process context | Gustavo F. Padovan | 2011-12-22 | 1 | -7/+4 |
* | Bluetooth: Handle fragmented skbs in bt_sock_stream_recvmsg() | Mat Martineau | 2011-09-27 | 1 | -2/+28 |
* | Bluetooth: Fix lost wakeups waiting for sock state change | Peter Hurley | 2011-08-12 | 1 | -3/+3 |
* | Bluetooth: remove unnecessary call to hci_sock_cleanup | Anand Gadiyar | 2011-02-26 | 1 | -3/+1 |
* | Bluetooth: fix checkpatch errors in af_bluetooth.c | Gustavo F. Padovan | 2011-02-17 | 1 | -1/+1 |
* | Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko | Gustavo F. Padovan | 2011-02-14 | 1 | -2/+30 |
* | Bluetooth: fix crash by disabling tasklet in sock accept | Andrei Emeltchenko | 2011-02-08 | 1 | -4/+9 |
* | Bluetooth: Do not use assignments in IF conditions | Andrei Emeltchenko | 2011-02-08 | 1 | -2/+4 |
* | Bluetooth: Add common code for stream-oriented recvmsg() | Mat Martineau | 2010-10-12 | 1 | -0/+109 |
* | net: poll() optimizations | Eric Dumazet | 2010-09-07 | 1 | -3/+2 |
* | net: sk_sleep() helper | Eric Dumazet | 2010-04-21 | 1 | -3/+3 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+0 |
* | net: pass kern to net_proto_family create function | Eric Paris | 2009-11-06 | 1 | -2/+3 |
* | net: Generalize socket rx gap / receive queue overflow cmsg | Neil Horman | 2009-10-12 | 1 | -1/+1 |
* | net: mark net_proto_ops as const | Stephen Hemminger | 2009-10-07 | 1 | -2/+2 |
* | net: mark read-only arrays as const | Jan Engelhardt | 2009-08-05 | 1 | -2/+2 |
* | net: correct off-by-one write allocations reports | Eric Dumazet | 2009-06-18 | 1 | -1/+1 |
* | Bluetooth: Fix poll() misbehavior when using BT_DEFER_SETUP | Marcel Holtmann | 2009-02-27 | 1 | -4/+3 |
* | Bluetooth: Remove CONFIG_DEBUG_LOCK_ALLOC ifdefs | Dave Young | 2009-02-27 | 1 | -6/+0 |
* | Bluetooth: Update version numbers | Marcel Holtmann | 2009-02-27 | 1 | -1/+1 |
* | Bluetooth: Add global deferred socket parameter | Marcel Holtmann | 2009-02-27 | 1 | -2/+6 |
* | Bluetooth: Enable per-module dynamic debug messages | Marcel Holtmann | 2008-11-30 | 1 | -6/+1 |
* | Bluetooth: Send HCI Reset command by default on device initialization | Marcel Holtmann | 2008-11-30 | 1 | -1/+1 |
* | Bluetooth: Fix warnings for bt_key_strings and bt_slock_key_strings | Marcel Holtmann | 2008-11-30 | 1 | -18/+23 |
* | net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) | Johannes Berg | 2008-10-17 | 1 | -7/+1 |
* | [Bluetooth] Reject L2CAP connections on an insecure ACL link | Marcel Holtmann | 2008-09-09 | 1 | -1/+1 |
* | [Bluetooth] Consolidate maintainers information | Marcel Holtmann | 2008-08-18 | 1 | -1/+1 |
* | [Bluetooth] Update Bluetooth core version number | Marcel Holtmann | 2008-07-14 | 1 | -1/+1 |
* | [Bluetooth] Add support for TIOCOUTQ and TIOCINQ ioctls | Marcel Holtmann | 2008-07-14 | 1 | -0/+23 |
* | [Bluetooth] Add timestamp support to L2CAP, RFCOMM and SCO | Marcel Holtmann | 2008-07-14 | 1 | -0/+28 |
* | bluetooth : use lockdep sub-classes for diffrent bluetooth protocol | Dave Young | 2008-04-02 | 1 | -0/+40 |
* | [NET]: Make socket creation namespace safe. | Eric W. Biederman | 2007-10-11 | 1 | -2/+5 |
* | [SK_BUFF]: Introduce skb_reset_transport_header(skb) | Arnaldo Carvalho de Melo | 2007-04-26 | 1 | -1/+1 |
* | [NET] BLUETOOTH: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-02-11 | 1 | -8/+8 |
* | [Bluetooth] Add locking for bt_proto array manipulation | Marcel Holtmann | 2006-10-16 | 1 | -7/+29 |
* | [Bluetooth] Support concurrent connect requests | Marcel Holtmann | 2006-10-16 | 1 | -1/+1 |
* | [Bluetooth] Return EINPROGRESS for non-blocking socket calls | Marcel Holtmann | 2006-09-29 | 1 | -1/+1 |
* | [Bluetooth] Add platform device for virtual and serial devices | Marcel Holtmann | 2006-07-04 | 1 | -6/+14 |
* | [Bluetooth] Add automatic sniff mode support | Marcel Holtmann | 2006-07-04 | 1 | -1/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications | Davide Libenzi | 2006-03-25 | 1 | -0/+3 |
* | [NET]: Avoid atomic xchg() for non-error case | Benjamin LaHaise | 2006-01-03 | 1 | -3/+2 |
* | [Bluetooth]: Remove the usage of /proc completely | Marcel Holtmann | 2005-11-08 | 1 | -11/+1 |
* | [Bluetooth] Make more functions static | Marcel Holtmann | 2005-10-28 | 1 | -6/+0 |
* | [PATCH] kill gratitious includes of major.h under net/* | Al Viro | 2005-04-26 | 1 | -1/+0 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-17 | 1 | -0/+355 |