Bluetooth: Fix 'SendRRorRNR' to send the ReqSeq value
[safe/jmp/linux-2.6] / net / bluetooth / l2cap.c
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-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-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-07 Stephen Hemmingernet: mark net_proto_ops as const
2009-09-30 David S. Millernet: Make setsockopt() optlen be unsigned.
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 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 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-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-02-27 Wei YongjunBluetooth: Remove some pointless conditionals before...
2009-02-27 Marcel HoltmannBluetooth: Permit BT_SECURITY also for L2CAP raw sockets
2009-02-27 Marcel HoltmannBluetooth: Disallow usage of L2CAP CID setting for now
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: Use general bonding whenever possible
2009-02-27 Marcel HoltmannBluetooth: Don't check encryption for L2CAP raw sockets
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: Replace L2CAP link mode with security level
2009-02-27 Marcel HoltmannBluetooth: Add enhanced security model for Simple Pairing
2009-02-27 Marcel HoltmannBluetooth: Add support for deferring L2CAP connection...
2009-02-27 Marcel HoltmannBluetooth: Preparation for usage of SOL_BLUETOOTH
2008-11-30 Marcel HoltmannBluetooth: Enable per-module dynamic debug messages
2008-09-09 Marcel Holtmann[Bluetooth] Reject L2CAP connections on an insecure...
2008-09-09 Marcel Holtmann[Bluetooth] Enforce correct authentication requirements
2008-08-18 Marcel Holtmann[Bluetooth] Consolidate maintainers information
2008-07-14 Marcel Holtmann[Bluetooth] Allow security for outgoing L2CAP connections
2008-07-14 Marcel Holtmann[Bluetooth] Add timestamp support to L2CAP, RFCOMM...
2008-07-14 Marcel Holtmann[Bluetooth] Export details about authentication require...
2008-07-14 Marcel Holtmann[Bluetooth] Disconnect when encryption gets disabled
2008-07-14 Marcel Holtmann[Bluetooth] Change retrieval of L2CAP features mask
2008-05-02 Harvey Harrisonbluetooth: use get/put_unaligned_* helpers
2008-04-03 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-28 Robert P. J. Daybluetooth: replace deprecated RW_LOCK_UNLOCKED macros
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
2008-03-03 Dave Young[BLUETOOTH]: l2cap info_timer delete fix in hci_conn_del
2008-02-27 Thomas Gleixnerbluetooth: delete timer in l2cap_conn_del()
2008-01-28 Pavel Emelyanov[NET]: Convert init_timer into setup_timer
2007-11-01 Pavel Emelyanov[NET]: Forget the zero_it argument of sk_alloc()
2007-10-22 Marcel Holtmann[Bluetooth] Fall back to L2CAP in basic mode
2007-10-22 Marcel Holtmann[Bluetooth] Advertise L2CAP features mask support
2007-10-22 Marcel Holtmann[Bluetooth] Retrieve L2CAP features mask on connection...
2007-10-22 Marcel Holtmann[Bluetooth] Remove global conf_mtu variable from L2CAP
2007-10-22 Marcel Holtmann[Bluetooth] Finish L2CAP configuration only with accept...
2007-10-10 Eric W. Biederman[NET]: Make socket creation namespace safe.
2007-07-31 Al Viro[BLUETOOTH] l2cap: don't mangle cmd.len
2007-07-31 Al Viro[BLUETOOTH]: pass (host-endian) cmd length as explicit...
2007-07-31 Al Viro[BLUETOOTH] l2cap: endianness annotations
2007-07-31 Al Viro[BLUETOOTH]: Fix endianness bug in l2cap_sock_listen()
2007-05-24 Marcel Holtmann[Bluetooth] Fix L2CAP configuration parameter handling
2007-05-04 Marcel Holtmann[Bluetooth] Fix L2CAP and HCI setsockopt() information...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
2007-04-26 YOSHIFUJI Hideaki[NET] BLUETOOTH: Use cpu_to_le{16,32}() where appropriate.
2007-02-11 YOSHIFUJI Hideaki[NET] BLUETOOTH: Fix whitespace errors.
2007-01-22 Marcel Holtmann[Bluetooth] Restrict well known PSM to privileged users
2007-01-22 Marcel Holtmann[Bluetooth] Missing endian swapping for L2CAP socket...
2006-12-03 Peter Zijlstra[BLUETOOTH] lockdep: annotate sk_lock nesting in AF_BLU...
2006-11-22 Marcel Holtmann[Bluetooth] Ignore L2CAP config requests on disconnect
2006-11-22 Marcel Holtmann[Bluetooth] Always include MTU in L2CAP config responses
2006-10-16 Marcel Holtmann[Bluetooth] Add locking for bt_proto array manipulation
2006-10-16 Marcel Holtmann[Bluetooth] Handle return values from driver core functions
2006-07-12 Marcel Holtmann[Bluetooth] Fix deadlock in the L2CAP layer
2006-07-04 Marcel Holtmann[Bluetooth] Small cleanup of the L2CAP source code
2006-07-04 Marcel Holtmann[Bluetooth] Use real devices for host controllers
next