Bluetooth: Prevent buffer overflow in l2cap config request, CVE-2011-2497
[linux-flexiantxendom0-natty.git] / net / bluetooth / l2cap.c
2011-09-27 Dan RosenbergBluetooth: Prevent buffer overflow in l2cap config...
2011-08-29 Filip PalianBluetooth: l2cap and rfcomm: fix 1 byte infoleak to...
2011-02-02 Bao LiangBluetooth: Set conn state to BT_DISCONN to avoid multip...
2011-01-19 Johan HedbergBluetooth: Fix authentication request for L2CAP raw...
2011-01-19 Johan HedbergBluetooth: Create a unified auth_type evaluation function
2011-01-19 David SterbaBluetooth: l2cap: fix misuse of logical operation in...
2010-12-06 Gustavo F. PadovanBluetooth: Don't accept ConfigReq if we aren't in the...
2010-12-01 Andrei EmeltchenkoBluetooth: clean up l2cap code
2010-12-01 Anderson LizardoBluetooth: Fix error handling for l2cap_init()
2010-12-01 Gustavo F. PadovanBluetooth: Get rid of __l2cap_get_sock_by_psm()
2010-12-01 Andrei EmeltchenkoBluetooth: timer check sk is not owned before freeing
2010-12-01 Andrei EmeltchenkoBluetooth: Check sk is not owned before freeing l2cap_conn
2010-11-09 Gustavo F. PadovanBluetooth: fix endianness conversion in L2CAP
2010-11-09 steven miaoBluetooth: fix unaligned access to l2cap conf data
2010-10-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-10-17 Nathan HolsteinBluetooth: fix oops in l2cap_connect_req
2010-10-12 Haijun LiuBluetooth: Update conf_state before send config_req out
2010-10-12 Gustavo F. PadovanBluetooth: Use the proper error value from bt_skb_send_...
2010-10-12 Andrei EmeltchenkoBluetooth: check for l2cap header in start fragment
2010-10-12 Andrei EmeltchenkoBluetooth: check L2CAP length in first ACL fragment
2010-10-12 Mat MartineauBluetooth: Use a stream-oriented recvmsg with SOCK_STRE...
2010-10-12 Mat MartineauBluetooth: Validate PSM values in calls to connect...
2010-10-04 Gustavo F. PadovanBluetooth: Disallow to change L2CAP_OPTIONS values...
2010-09-30 Gustavo F. PadovanRevert "Bluetooth: Don't accept ConfigReq if we aren...
2010-09-30 Gustavo F. PadovanBluetooth: Simplify L2CAP Streaming mode sending
2010-09-30 Andrei EmeltchenkoBluetooth: fix MTU L2CAP configuration parameter
2010-09-30 Mat MartineauBluetooth: Only enable L2CAP FCS for ERTM or streaming
2010-08-10 Mat MartineauBluetooth: Fix incorrect setting of remote_tx_win for...
2010-08-10 Mat MartineauBluetooth: Fix endianness issue with L2CAP MPS configur...
2010-08-04 Ville TervoBluetooth: Check result code of L2CAP information response
2010-08-04 Gustavo F. PadovanBluetooth: Don't send RFC for Basic Mode if only it...
2010-07-21 Gustavo F. PadovanBluetooth: Enable L2CAP Extended features by default
2010-07-21 Gustavo F. PadovanBluetooth: Add Google's copyright to L2CAP
2010-07-21 Gustavo F. PadovanBluetooth: Update L2CAP version information
2010-07-21 Gustavo F. PadovanBluetooth: Add Copyright notice to L2CAP
2010-07-21 Gustavo F. PadovanBluetooth: Keep code under column 80
2010-07-21 Gustavo F. PadovanBluetooth: Fix bug in kzalloc allocation size
2010-07-21 Gustavo F. PadovanBluetooth: Send ConfigReq after send a ConnectionRsp
2010-07-21 João Paulo Rechi... Bluetooth: Fix error return on L2CAP-HCI interface.
2010-07-21 João Paulo Rechi... Bluetooth: Fix error value for wrong FCS.
2010-07-21 João Paulo Rechi... Bluetooth: Fix error return for l2cap_connect_rsp().
2010-07-21 João Paulo Rechi... Bluetooth: Fix error return value on sendmsg.
2010-07-21 João Paulo Rechi... Bluetooth: Fix error return value on sendmsg.
2010-07-21 João Paulo Rechi... Bluetooth: Make l2cap_streaming_send() void.
2010-07-21 João Paulo Rechi... Bluetooth: Fix l2cap_sock_connect error return.
2010-07-21 Gustavo F. PadovanBluetooth: Improve ERTM local busy handling
2010-07-21 Gustavo F. PadovanBluetooth: Add backlog queue to ERTM code
2010-07-21 Gustavo F. PadovanBluetooth: Remove the send_lock spinlock from ERTM
2010-07-21 Gustavo F. PadovanBluetooth: Don't accept ConfigReq if we aren't in the...
2010-07-21 Gustavo F. PadovanBluetooth: Disconnect early if mode is not supported
2010-07-21 Gustavo F. PadovanBluetooth: Remove check for supported mode
2010-07-21 Gustavo F. PadovanBluetooth: Refuse ConfigRsp with different mode
2010-07-21 Gustavo F. PadovanBluetooth: Actively send request for Basic Mode
2010-07-21 Gustavo F. PadovanBluetooth: Prefer Basic Mode on receipt of ConfigReq
2010-07-21 Gustavo F. PadovanBluetooth: Disconnect the channel if we don't want...
2010-07-21 Gustavo F. PadovanBluetooth: Change the way we set ERTM mode as mandatory
2010-07-21 Gustavo F. PadovanBluetooth: Tweaks to l2cap_send_i_or_rr_or_rnr() flow
2010-07-21 Gustavo F. PadovanBluetooth: Add debug output to ERTM code
2010-07-21 Gustavo F. PadovanBluetooth: Fix ERTM error reporting to the userspace
2010-07-21 Gustavo F. PadovanBluetooth: Fix missing retransmission action with RR...
2010-07-21 Gustavo F. PadovanBluetooth: Check packet FCS earlier
2010-07-21 Gustavo F. PadovanBluetooth: Check the tx_window size on setsockopt
2010-07-21 Gustavo F. PadovanBluetooth: Fix handle of received P-bit
2010-07-21 Gustavo F. PadovanBluetooth: Update buffer_seq before retransmit frames
2010-07-21 Gustavo F. PadovanBluetooth: Stop ack_timer if ERTM enters in Local Busy...
2010-07-21 Gustavo F. PadovanBluetooth: Fix L2CAP control bit field corruption
2010-07-21 Gustavo F. PadovanBluetooth: Proper shutdown ERTM when closing the channel
2010-07-21 Nathan HolsteinBluetooth: Fix bug with ERTM minimum packet length
2010-07-21 João Paulo Rechi... Bluetooth: Fix SREJ_QUEUE corruption in L2CAP
2010-07-21 Gustavo F. PadovanBluetooth: Fix bug in l2cap_ertm_send() behavior
2010-07-21 Gustavo F. PadovanBluetooth: Only check SAR bits if frame is an I-frame
2010-07-21 Gustavo F. PadovanBluetooth: Fix bug with ERTM vars increment
2010-07-21 Gustavo F. PadovanBluetooth: Fix drop of packets with invalid req_seq...
2010-07-21 Gustavo F. PadovanBluetooth: Remove L2CAP Extended Features from Kconfig
2010-07-21 Gustavo F. PadovanBluetooth: Remove max_tx and tx_window module paramente...
2010-07-08 Andrei EmeltchenkoBluetooth: Check L2CAP pending status before sending...
2010-05-18 Joe Perchesnet: Remove unnecessary returns from void function()s
2010-05-10 Marcel HoltmannBluetooth: Fix issues where sk_sleep() helper is needed now
2010-05-10 Gustavo F. PadovanBluetooth: Fix spec error in the RemoteBusy Logic
2010-05-10 Gustavo F. PadovanBluetooth: Prevents buffer overflow on l2cap_ertm_reass...
2010-05-10 Gustavo F. PadovanBluetooth: Fix race condition on l2cap_ertm_send()
2010-05-10 Gustavo F. PadovanBluetooth: Add wait_queue to wait ack of all sent packets
2010-05-10 Gustavo F. PadovanBluetooth: Implement Local Busy Condition handling
2010-05-10 João Paulo Rechi... Bluetooth: Completes the I-frame tx_seq check logic...
2010-05-10 Gustavo F. PadovanBluetooth: Implement missing parts of the Invalid Frame...
2010-05-10 Gustavo F. PadovanBluetooth: Refactor l2cap_retransmit_frame()
2010-05-10 Gustavo F. PadovanBluetooth: Make hci_send_acl() void
2010-05-10 Gustavo F. PadovanBluetooth: Fix lockdep annotation on ERTM
2010-05-10 Gustavo F. PadovanBluetooth: Check if we really are in WAIT_F when F...
2010-05-10 Gustavo F. PadovanBluetooth: Remove unneeded control vars
2010-05-10 Gustavo F. PadovanBluetooth: Remove set of SrejSaveReqSeq under receipt...
2010-05-10 Gustavo F. PadovanBluetooth: Fix errors reported by checkpatch.pl
2010-05-10 Gustavo F. PadovanBluetooth: Don't set control bits to zero first
2010-05-10 João Paulo Rechi... Bluetooth: Close L2CAP channel on invalid ReqSeq
2010-05-10 Gustavo F. PadovanBluetooth: Fix SDU reassembly under SREJ
2010-05-10 João Paulo Rechi... Bluetooth: Check if mode is supported on getsockopt
2010-05-10 Gustavo F. PadovanBluetooth: Add SOCK_STREAM support to L2CAP
2010-05-10 Gustavo F. PadovanBluetooth: Add Kconfig option for L2CAP Extended Features
2010-05-10 Gustavo F. PadovanBluetooth: Optimize SREJ_QUEUE append
2010-05-10 Gustavo F. PadovanBluetooth: Fix drop of acked packets on ERTM
next