Age | Commit message (Expand) | Author | Files | Lines |
2013-04-10 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -12/+3 |
2013-04-09 | bluetooth: fix race in bt_procfs_init() | Al Viro | 1 | -7/+1 |
2013-04-09 | bluetooth: kill unused 'module' argument of bt_procfs_init() | Al Viro | 1 | -2/+2 |
2013-04-09 | bluetooth: don't bother with ->owner for procfs fops | Al Viro | 1 | -7/+8 |
2013-04-09 | procfs: new helper - PDE_DATA(inode) | Al Viro | 1 | -1/+1 |
2013-04-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2013-04-08 | Bluetooth: fix possible info leak in bt_sock_recvmsg() | Mathias Krause | 1 | -2/+2 |
2013-04-03 | net: fix smatch warnings inside datagram_poll | Jacob Keller | 1 | -1/+1 |
2013-04-01 | net: add option to enable error queue packets waking select | Keller, Jacob E | 1 | -1/+2 |
2013-03-08 | Bluetooth: change bt_sock_unregister() to return void | David Herrmann | 1 | -12/+3 |
2013-02-18 | net: proc: change proc_net_remove to remove_proc_entry | Gao feng | 1 | -1/+1 |
2013-02-18 | net: proc: change proc_net_fops_create to proc_create | Gao feng | 1 | -1/+1 |
2012-10-19 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto... | John W. Linville | 1 | -6/+4 |
2012-10-13 | userns: Properly print bluetooth socket uids | Eric W. Biederman | 1 | -1/+1 |
2012-09-28 | Bluetooth: Use %pMR instead of baswap in seq_show | Andrei Emeltchenko | 1 | -6/+4 |
2012-08-21 | Bluetooth: trivial: Use preferred method for NULL check | Andrei Emeltchenko | 1 | -2/+2 |
2012-08-15 | Bluetooth: trivial: Shorten variable scope | Andrei Emeltchenko | 1 | -4/+2 |
2012-08-06 | Bluetooth: /proc/net/ entries for bluetooth protocols | Masatake YAMATO | 1 | -0/+141 |
2012-06-05 | Bluetooth: Fix checking the wrong flag when accepting a socket | Vinicius Costa Gomes | 1 | -1/+1 |
2012-06-05 | Bluetooth: Remove unnecessary headers include | Gustavo Padovan | 1 | -11/+0 |
2012-06-05 | Bluetooth: Fix coding style in the subsystem | Gustavo Padovan | 1 | -1/+2 |
2012-05-16 | Bluetooth: Create flags for bt_sk() | Gustavo Padovan | 1 | -4/+4 |
2012-05-14 | Bluetooth: notify userspace of security level change | Gustavo Padovan | 1 | -1/+1 |
2012-02-15 | Bluetooth: silence lockdep warning | Octavian Purdila | 1 | -7/+5 |
2012-01-03 | Bluetooth: Remove *_bh from socket list lock. | Gustavo F. Padovan | 1 | -4/+4 |
2011-12-22 | Bluetooth: fix bt_accept_dequeue() to work in process context | Gustavo F. Padovan | 1 | -7/+4 |
2011-09-28 | Bluetooth: Handle fragmented skbs in bt_sock_stream_recvmsg() | Mat Martineau | 1 | -2/+28 |
2011-08-12 | Bluetooth: Fix lost wakeups waiting for sock state change | Peter Hurley | 1 | -3/+3 |
2011-02-26 | Bluetooth: remove unnecessary call to hci_sock_cleanup | Anand Gadiyar | 1 | -3/+1 |
2011-02-18 | Bluetooth: fix checkpatch errors in af_bluetooth.c | Gustavo F. Padovan | 1 | -1/+1 |
2011-02-14 | Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko | Gustavo F. Padovan | 1 | -2/+30 |
2011-02-08 | Bluetooth: fix crash by disabling tasklet in sock accept | Andrei Emeltchenko | 1 | -4/+9 |
2011-02-08 | Bluetooth: Do not use assignments in IF conditions | Andrei Emeltchenko | 1 | -2/+4 |
2010-10-12 | Bluetooth: Add common code for stream-oriented recvmsg() | Mat Martineau | 1 | -0/+109 |
2010-09-07 | net: poll() optimizations | Eric Dumazet | 1 | -3/+2 |
2010-04-21 | net: sk_sleep() helper | Eric Dumazet | 1 | -3/+3 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+0 |
2009-11-06 | net: pass kern to net_proto_family create function | Eric Paris | 1 | -2/+3 |
2009-10-13 | net: Generalize socket rx gap / receive queue overflow cmsg | Neil Horman | 1 | -1/+1 |
2009-10-07 | net: mark net_proto_ops as const | Stephen Hemminger | 1 | -2/+2 |
2009-08-05 | net: mark read-only arrays as const | Jan Engelhardt | 1 | -2/+2 |
2009-06-18 | net: correct off-by-one write allocations reports | Eric Dumazet | 1 | -1/+1 |
2009-02-27 | Bluetooth: Fix poll() misbehavior when using BT_DEFER_SETUP | Marcel Holtmann | 1 | -4/+3 |
2009-02-27 | Bluetooth: Remove CONFIG_DEBUG_LOCK_ALLOC ifdefs | Dave Young | 1 | -6/+0 |
2009-02-27 | Bluetooth: Update version numbers | Marcel Holtmann | 1 | -1/+1 |
2009-02-27 | Bluetooth: Add global deferred socket parameter | Marcel Holtmann | 1 | -2/+6 |
2008-11-30 | Bluetooth: Enable per-module dynamic debug messages | Marcel Holtmann | 1 | -6/+1 |
2008-11-30 | Bluetooth: Send HCI Reset command by default on device initialization | Marcel Holtmann | 1 | -1/+1 |
2008-11-30 | Bluetooth: Fix warnings for bt_key_strings and bt_slock_key_strings | Marcel Holtmann | 1 | -18/+23 |
2008-10-17 | net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) | Johannes Berg | 1 | -7/+1 |