Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
[safe/jmp/linux-2.6] / net / bluetooth / l2cap.c
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
2010-05-10 Gustavo F. PadovanBluetooth: Fix crash when monitor timeout expires
2010-05-10 Gustavo F. PadovanBluetooth: Fix bug when retransmitting I-frames
2010-05-10 Gustavo F. PadovanBluetooth: Enable option to configure Max Transmission...
2010-05-10 Gustavo F. PadovanBluetooth: Add module parameter for txWindow size on...
2010-05-10 Gustavo F. PadovanBluetooth: Change acknowledgement to use the value...
2010-05-10 Gustavo F. PadovanBluetooth: Add sockopt configuration for txWindow on...
2010-05-10 Gustavo F. PadovanBluetooth: Send Ack after clear the SREJ list
2010-05-10 Gustavo F. PadovanBluetooth: Check the SDU size against the MTU value
2010-05-10 Gustavo F. PadovanBluetooth: Add le16 macro to Retransmission and Monitor...
2010-05-10 Gustavo F. PadovanBluetooth: Fix configuration of the MPS value
2010-05-10 Gustavo F. PadovanBluetooth: Read RFC conf option on a successful Conf RSP
2010-05-10 Gustavo F. PadovanBluetooth: Ignore Tx Window value with Streaming mode
2010-05-10 Gustavo F. PadovanBluetooth: Add timer to Acknowledge I-frames
2010-05-10 Gustavo F. PadovanBluetooth: Finish implementation for Rec RR (P=1) on...
2010-05-10 Gustavo F. PadovanBluetooth: Remove duplicate use of __get_reqseq() macro...
2010-05-10 Gustavo F. PadovanBluetooth: Group the ack of I-frames into l2cap_data_ch...
2010-05-10 Gustavo F. PadovanBluetooth: Handle all cases of receipt of RNR-frames...
2010-05-10 Gustavo F. PadovanBluetooth: Split l2cap_data_channel_sframe()
2010-05-10 Gustavo F. PadovanBluetooth: Add Recv RR (P=0)(F=0) for SREJ_SENT state...
2010-05-10 Gustavo F. PadovanBluetooth: Move set of P-bit to l2cap_send_sframe()
2010-05-10 Gustavo F. PadovanBluetooth: Implement SendAck() Action on ERTM.
2010-05-10 Gustavo F. PadovanBluetooth: Check if SDU size is greater than MTU on...
2010-05-10 Gustavo F. PadovanBluetooth: Check the minimum {I,S}-frame size into...
2010-05-10 Gustavo F. PadovanBluetooth: Support case with F bit set under WAIT_F...
2010-05-10 Gustavo F. PadovanBluetooth: Implement 'Send IorRRorRNR' event
2010-05-10 Gustavo F. PadovanBluetooth: Use a l2cap_pinfo struct instead l2cap_pi...
2010-05-10 Gustavo F. PadovanBluetooth: Fix ACL MTU issue
2010-05-10 Gustavo F. PadovanBluetooth: Fix expected_tx_seq calculation on L2CAP
2010-05-10 Gustavo F. PadovanBluetooth: Fix memory leak of S-frames into L2CAP
2010-05-10 Gustavo F. PadovanBluetooth: Move specific Basic Mode code to the right...
2010-05-03 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-28 Dan Carpenterbluetooth: handle l2cap_create_connless_pdu() errors
2010-04-20 Eric Dumazetnet: sk_sleep() helper
2010-04-02 Changli Gaonet: check the length of the socket address passed...
2010-03-21 Andrei EmeltchenkoBluetooth: Fix kernel crash on L2CAP stress tests
2010-03-21 Marcel HoltmannBluetooth: Convert debug files to actually use debugfs...
2010-03-21 Marcel HoltmannBluetooth: Fix potential bad memory access with sysfs...
2010-03-08 Andi Kleendriver-core: Add attribute argument to class_attribute...
2010-01-30 Andrei EmeltchenkoBluetooth: Fix memory leak in L2CAP
2010-01-30 Andrei EmeltchenkoBluetooth: Remove double free of SKB pointer in L2CAP
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-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-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
next