sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file
[safe/jmp/linux-2.6] / net / bluetooth /
2009-11-16 Gustavo F. PadovanBluetooth: Fix regression with L2CAP configuration...
2009-11-16 Gustavo F. PadovanBluetooth: Select Basic Mode as default for SOCK_SEQPACKET
2009-11-16 Andrei EmeltchenkoBluetooth: Set general bonding security for ACL by...
2009-10-20 Dave Youngbluetooth: static lock key fix
2009-10-20 Dave Youngbluetooth: scheduling while atomic bug fix
2009-09-30 David S. Millernet: Make setsockopt() optlen be unsigned.
2009-09-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-17 Jiri KosinaHID: consolidate connect and disconnect into core code
2009-09-15 David Brownelldriver model: constify attribute groups
2009-09-11 Marcel Holtmannnet: Add DEVTYPE support for Ethernet based devices
2009-09-01 Stephen Hemmingernetdev: convert pseudo-devices to netdev_tx_t
2009-08-26 Gustavo F. PadovanBluetooth: Add support for L2CAP 'Send RRorRNR' action
2009-08-26 Gustavo F. PadovanBluetooth: Handle L2CAP case when the remote receiver...
2009-08-26 Gustavo F. PadovanBluetooth: Acknowledge L2CAP packets when receiving...
2009-08-24 Randy DunlapBluetooth: Add missing selection of CONFIG_CRC16 for...
2009-08-24 Gustavo F. PadovanBluetooth: Use proper *_unaligned_le{16,32} helpers...
2009-08-24 Gustavo F. PadovanBluetooth: Add locking scheme to L2CAP timeout callbacks
2009-08-22 Luiz Augusto von... Bluetooth: Fix rejected connection not disconnecting...
2009-08-22 Gustavo F. PadovanBluetooth: Full support for receiving L2CAP SREJ frames
2009-08-22 Gustavo F. PadovanBluetooth: Add support for L2CAP SREJ exception
2009-08-22 Gustavo F. PadovanBluetooth: Add support for FCS option to L2CAP
2009-08-22 Gustavo F. PadovanBluetooth: Enable Streaming Mode for L2CAP
2009-08-22 Gustavo F. PadovanBluetooth: Add support for Retransmission and Monitor...
2009-08-22 Gustavo F. PadovanBluetooth: Initial support for retransmission of packet...
2009-08-22 Gustavo F. PadovanBluetooth: Add support for Segmentation and Reassembly...
2009-08-22 Gustavo F. PadovanBluetooth: Add initial support for ERTM packets transfers
2009-08-22 Gustavo F. PadovanBluetooth: Create separate l2cap_send_disconn_req(...
2009-08-22 Gustavo F. PadovanBluetooth: Add configuration support for ERTM and Strea...
2009-08-22 Marcel HoltmannBluetooth: Add L2CAP RFC option if ERTM is enabled
2009-08-22 Marcel HoltmannBluetooth: Allow setting of L2CAP ERTM via socket option
2009-08-22 Marcel HoltmannBluetooth: Add module option to enable L2CAP ERTM support
2009-08-22 Marcel HoltmannBluetooth: Coding style cleanup from previous rfcomm_in...
2009-08-22 Thomas GleixnerBluetooth: Convert hdev->req_lock to a mutex
2009-08-22 Marcel HoltmannBluetooth: Let HIDP grab the device reference for conne...
2009-08-22 Marcel HoltmannBluetooth: Add extra device reference counting for...
2009-08-22 Marcel HoltmannBluetooth: Disconnect HIDRAW devices on disconnect
2009-08-22 Vikram KandukuriBluetooth: Fix missing scheduling when VIRTUAL_CABLE_UN...
2009-08-22 Marcel HoltmannBluetooth: Add proper shutdown support to SCO sockets
2009-08-13 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-08-05 Jan Engelhardtnet: mark read-only arrays as const
2009-08-03 Dave Youngbluetooth: rfcomm_init bug fix
2009-07-06 Patrick McHardynet: use NETDEV_TX_OK instead of 0 in ndo_start_xmit...
2009-06-18 Eric Dumazetnet: correct off-by-one write allocations reports
2009-06-14 Marcel HoltmannBluetooth: Fix Kconfig issue with RFKILL integration
2009-06-11 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-06-08 Marcel HoltmannBluetooth: Add native RFKILL soft-switch support for...
2009-06-08 Marcel HoltmannBluetooth: Remove pointless endian conversion helpers
2009-06-08 Marcel HoltmannBluetooth: Add basic constants for L2CAP ERTM support...
2009-06-08 Gustavo F. PadovanBluetooth: Fix errors and warnings in L2CAP reported...
2009-06-08 Marcel HoltmannBluetooth: Remove unnecessary variable initialization
2009-06-08 Gustavo F. PadovanBluetooth: Use macro for L2CAP hint mask on receiving...
2009-06-08 Gustavo F. PadovanBluetooth: Use macros for L2CAP channel identifiers
2009-06-08 Tilman Schmidtisdn: rename capi_ctr_reseted() to capi_ctr_down()
2009-05-27 Dave YoungBluetooth: Remove useless flush_work() causing lockdep...
2009-05-10 Marcel HoltmannBluetooth: Don't trigger disconnect timeout for securit...
2009-05-10 Marcel HoltmannBluetooth: Don't use hci_acl_connect_cancel() for incom...
2009-05-10 Marcel HoltmannBluetooth: Fix wrong module refcount when connection...
2009-05-05 Marcel HoltmannBluetooth: Move dev_set_name() to a context that can...
2009-05-04 Marcel HoltmannBluetooth: Fix issue with sysfs handling for connections
2009-04-28 Marcel HoltmannBluetooth: Fix connection establishment with low securi...
2009-04-28 Marcel HoltmannBluetooth: Add different pairing timeout for Legacy...
2009-04-28 Roger QuadrosBluetooth: Ensure that HCI sysfs add/del is preempt...
2009-04-19 Marcel HoltmannBluetooth: Add workaround for wrong HCI event in eSCO...
2009-04-19 Marcel HoltmannBluetooth: Fallback from eSCO to SCO on unspecified...
2009-04-19 Johan HedbergBluetooth: Fix removing of RFCOMM DLC timer with DEFER_...
2009-04-01 Alexey Dobriyanproc tty: remove struct tty_operations::read_proc
2009-03-26 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-03-24 Cornelia HuckDriver core: Fix device_move() vs. dpm list ordering, v2
2009-02-27 Wei YongjunBluetooth: Remove some pointless conditionals before...
2009-02-27 Dave YoungBluetooth: Move hci_conn_del_sysfs() back to avoid...
2009-02-27 Marcel HoltmannBluetooth: Permit BT_SECURITY also for L2CAP raw sockets
2009-02-27 Marcel HoltmannBluetooth: Fix RFCOMM usage of in-kernel L2CAP sockets
2009-02-27 Marcel HoltmannBluetooth: Disallow usage of L2CAP CID setting for now
2009-02-27 Marcel HoltmannBluetooth: Change RFCOMM to use BT_CONNECT2 for BT_DEFE...
2009-02-27 Marcel HoltmannBluetooth: Fix poll() misbehavior when using BT_DEFER_SETUP
2009-02-27 Marcel HoltmannBluetooth: Set authentication requirement before reques...
2009-02-27 Marcel HoltmannBluetooth: Fix authentication requirements for L2CAP...
2009-02-27 Marcel HoltmannBluetooth: Ask upper layers for HCI disconnect reason
2009-02-27 Marcel HoltmannBluetooth: Add CID field to L2CAP socket address structure
2009-02-27 Marcel HoltmannBluetooth: Request L2CAP fixed channel list if available
2009-02-27 Marcel HoltmannBluetooth: Don't enforce authentication for L2CAP PSM...
2009-02-27 Marcel HoltmannBluetooth: Fix double L2CAP connection request
2009-02-27 Marcel HoltmannBluetooth: Fix race condition with L2CAP information...
2009-02-27 Marcel HoltmannBluetooth: Set authentication requirements if not available
2009-02-27 Marcel HoltmannBluetooth: Use general bonding whenever possible
2009-02-27 Marcel HoltmannBluetooth: Add SCO fallback for eSCO connection attempts
2009-02-27 Marcel HoltmannBluetooth: Don't check encryption for L2CAP raw sockets
2009-02-27 Jaikumar GaneshBluetooth: When encryption is dropped, do not send...
2009-02-27 Dave YoungBluetooth: Remove CONFIG_DEBUG_LOCK_ALLOC ifdefs
2009-02-27 Marcel HoltmannBluetooth: Update version numbers
2009-02-27 Marcel HoltmannBluetooth: Restrict application of socket options
2009-02-27 Marcel HoltmannBluetooth: Disconnect L2CAP connections without encryption
2009-02-27 Marcel HoltmannBluetooth: Pause RFCOMM TX when encryption drops
2009-02-27 Marcel HoltmannBluetooth: Replace RFCOMM link mode with security level
2009-02-27 Marcel HoltmannBluetooth: Replace L2CAP link mode with security level
2009-02-27 Marcel HoltmannBluetooth: Add enhanced security model for Simple Pairing
2009-02-27 Marcel HoltmannBluetooth: Fix SCO state handling for incoming connections
2009-02-27 Marcel HoltmannBluetooth: Reject incoming SCO connections without...
2009-02-27 Marcel HoltmannBluetooth: Add support for deferring L2CAP connection...
2009-02-27 Marcel HoltmannBluetooth: Add support for deferring RFCOMM connection...
next