| Commit message (Expand) | Author | Age | Files | Lines |
* | Bluetooth: Remove some pointless conditionals before kfree_skb() | Wei Yongjun | 2009-02-27 | 3 | -6/+3 |
* | Bluetooth: Move hci_conn_del_sysfs() back to avoid device destruct too early | Dave Young | 2009-02-27 | 2 | -4/+2 |
* | Bluetooth: Permit BT_SECURITY also for L2CAP raw sockets | Marcel Holtmann | 2009-02-27 | 1 | -2/+2 |
* | Bluetooth: Fix RFCOMM usage of in-kernel L2CAP sockets | Marcel Holtmann | 2009-02-27 | 1 | -0/+3 |
* | Bluetooth: Disallow usage of L2CAP CID setting for now | Marcel Holtmann | 2009-02-27 | 1 | -6/+10 |
* | Bluetooth: Change RFCOMM to use BT_CONNECT2 for BT_DEFER_SETUP | Marcel Holtmann | 2009-02-27 | 1 | -0/+11 |
* | Bluetooth: Fix poll() misbehavior when using BT_DEFER_SETUP | Marcel Holtmann | 2009-02-27 | 1 | -4/+3 |
* | Bluetooth: Set authentication requirement before requesting it | Marcel Holtmann | 2009-02-27 | 1 | -6/+4 |
* | Bluetooth: Fix authentication requirements for L2CAP security check | Marcel Holtmann | 2009-02-27 | 1 | -10/+20 |
* | Bluetooth: Ask upper layers for HCI disconnect reason | Marcel Holtmann | 2009-02-27 | 6 | -10/+49 |
* | Bluetooth: Add CID field to L2CAP socket address structure | Marcel Holtmann | 2009-02-27 | 2 | -21/+35 |
* | Bluetooth: Request L2CAP fixed channel list if available | Marcel Holtmann | 2009-02-27 | 2 | -9/+32 |
* | Bluetooth: Don't enforce authentication for L2CAP PSM 1 and 3 | Marcel Holtmann | 2009-02-27 | 2 | -1/+7 |
* | Bluetooth: Fix double L2CAP connection request | Marcel Holtmann | 2009-02-27 | 2 | -0/+9 |
* | Bluetooth: Fix race condition with L2CAP information request | Marcel Holtmann | 2009-02-27 | 2 | -4/+16 |
* | Bluetooth: Set authentication requirements if not available | Marcel Holtmann | 2009-02-27 | 1 | -0/+3 |
* | Bluetooth: Use general bonding whenever possible | Marcel Holtmann | 2009-02-27 | 4 | -17/+40 |
* | Bluetooth: Add SCO fallback for eSCO connection attempts | Marcel Holtmann | 2009-02-27 | 3 | -2/+31 |
* | Bluetooth: Don't check encryption for L2CAP raw sockets | Marcel Holtmann | 2009-02-27 | 1 | -0/+3 |
* | Bluetooth: Submit bulk URBs along with interrupt URBs | Marcel Holtmann | 2009-02-27 | 1 | -17/+23 |
* | Bluetooth: When encryption is dropped, do not send RFCOMM packets | Jaikumar Ganesh | 2009-02-27 | 1 | -0/+3 |
* | Bluetooth: Eliminate a sparse warning in bt3c driver | Andre Haupt | 2009-02-27 | 1 | -2/+2 |
* | Bluetooth: Remove CONFIG_DEBUG_LOCK_ALLOC ifdefs | Dave Young | 2009-02-27 | 1 | -6/+0 |
* | Bluetooth: Update version numbers | Marcel Holtmann | 2009-02-27 | 3 | -3/+3 |
* | Bluetooth: Restrict application of socket options | Marcel Holtmann | 2009-02-27 | 2 | -0/+32 |
* | Bluetooth: Disconnect L2CAP connections without encryption | Marcel Holtmann | 2009-02-27 | 1 | -7/+19 |
* | Bluetooth: Pause RFCOMM TX when encryption drops | Marcel Holtmann | 2009-02-27 | 2 | -10/+22 |
* | Bluetooth: Replace RFCOMM link mode with security level | Marcel Holtmann | 2009-02-27 | 3 | -31/+79 |
* | Bluetooth: Replace L2CAP link mode with security level | Marcel Holtmann | 2009-02-27 | 2 | -52/+113 |
* | Bluetooth: Add enhanced security model for Simple Pairing | Marcel Holtmann | 2009-02-27 | 7 | -191/+139 |
* | Bluetooth: Fix SCO state handling for incoming connections | Marcel Holtmann | 2009-02-27 | 1 | -1/+2 |
* | Bluetooth: Reject incoming SCO connections without listeners | Marcel Holtmann | 2009-02-27 | 1 | -2/+22 |
* | Bluetooth: Add support for deferring L2CAP connection setup | Marcel Holtmann | 2009-02-27 | 1 | -9/+101 |
* | Bluetooth: Add support for deferring RFCOMM connection setup | Marcel Holtmann | 2009-02-27 | 3 | -18/+88 |
* | Bluetooth: Add global deferred socket parameter | Marcel Holtmann | 2009-02-27 | 2 | -2/+9 |
* | Bluetooth: Preparation for usage of SOL_BLUETOOTH | Marcel Holtmann | 2009-02-27 | 3 | -5/+124 |
* | Bluetooth: Fix issue with return value of rfcomm_sock_sendmsg() | Victor Shcherbatyuk | 2009-02-27 | 1 | -1/+4 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-02-25 | 11 | -77/+206 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-02-24 | 3 | -11/+44 |
| |\ |
|
| | * | rtl8187: New USB ID's for RTL8187L | Larry Finger | 2009-02-23 | 1 | -0/+12 |
| | * | ath9k: Fix panic upon attach failure | Vasanthakumar Thiagarajan | 2009-02-23 | 1 | -7/+17 |
| | * | orinoco: do not resgister NULL pm_notifier function | Andrey Borzenkov | 2009-02-23 | 1 | -4/+15 |
| * | | asix: new device ids | Greg Kroah-Hartman | 2009-02-24 | 1 | -0/+8 |
| * | | tcp_scalable: Update malformed & dead url | Joe Perches | 2009-02-24 | 1 | -1/+1 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2009-02-24 | 6 | -65/+153 |
| |\ \ |
|
| | * | | netfilter: xt_recent: fix proc-file addition/removal of IPv4 addresses | Josef Drexler | 2009-02-24 | 1 | -1/+1 |
| | * | | netfilter: make proc/net/ip* print names from foreign NFPROTO | Jan Engelhardt | 2009-02-18 | 1 | -57/+142 |
| | * | | netfilter: nf_conntrack: don't try to deliver events for untracked connections | Patrick McHardy | 2009-02-18 | 1 | -1/+1 |
| | * | | netfilter: nfnetlink_log: fix timeout handling | Eric Leblond | 2009-02-18 | 1 | -1/+1 |
| | * | | netfilter: nfnetlink_log: fix per-rule qthreshold override | Eric Leblond | 2009-02-18 | 2 | -3/+5 |