netns xfrm: fix "ip xfrm state|policy count" misreport
[safe/jmp/linux-2.6] / net / bluetooth /
2009-12-17 Andrei EmeltchenkoBluetooth: Fix L2CAP locking scheme regression
2009-12-17 Gustavo F. PadovanBluetooth: Ack L2CAP I-frames before retransmit missing...
2009-12-17 Gustavo F. PadovanBluetooth: Fix unset of RemoteBusy flag for L2CAP
2009-12-17 Roel KluinBluetooth: Fix PTR_ERR return of wrong pointer in hidp_...
2009-12-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-07 Jiri KosinaMerge branch 'for-next' into for-linus
2009-12-04 Thadeu Lima de Sou... tree-wide: fix some typos and punctuation in comments
2009-12-03 Marcel HoltmannBluetooth: Add RFCOMM option to use L2CAP ERTM mode
2009-12-03 Marcel HoltmannBluetooth: Add L2CAP option for max transmit value
2009-12-03 Gustavo F. PadovanBluetooth: Fix 'SendRRorRNR' to send the ReqSeq value
2009-12-03 Gustavo F. PadovanBluetooth: Implement RejActioned flag
2009-12-03 Gustavo F. PadovanBluetooth: Fix sending ReqSeq on I-frames
2009-12-03 Gustavo F. PadovanBluetooth: Fix unset of SrejActioned flag
2009-12-03 Gustavo F. PadovanBluetooth: Initialize variables and timers for both...
2009-12-03 Vikram KandukuriBluetooth: Fix handling of BNEP setup connection requests
2009-12-03 Marcel HoltmannBluetooth: Unobfuscate tasklet_schedule usage
2009-12-03 Marcel HoltmannBluetooth: Turn hci_recv_frame into an exported function
2009-12-03 Marcel HoltmannBluetooth: Return ENETDOWN when interface is down
2009-12-03 Jiri KosinaBluetooth: Implement raw output support for HIDP layer
2009-11-30 Joe Perchesnet: Move && and || to end of previous line
2009-11-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
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-11-06 Eric Parisnet: check kern before calling security subsystem
2009-11-06 Eric Parisnet: pass kern to net_proto_family create function
2009-10-27 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-10-20 Dave Youngbluetooth: static lock key fix
2009-10-20 Dave Youngbluetooth: scheduling while atomic bug fix
2009-10-12 Neil Hormannet: Generalize socket rx gap / receive queue overflow...
2009-10-07 Stephen Hemmingernet: mark net_proto_ops as const
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...
next