summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-05-10Bluetooth: Add Kconfig option for L2CAP Extended FeaturesGustavo F. Padovan2-0/+17
2010-05-10Bluetooth: Optimize SREJ_QUEUE appendGustavo F. Padovan1-1/+3
2010-05-10Bluetooth: Fix drop of acked packets on ERTMGustavo F. Padovan1-1/+2
2010-05-10Bluetooth: Fix crash when monitor timeout expiresGustavo F. Padovan1-0/+3
2010-05-10Bluetooth: Fix bug when retransmitting I-framesGustavo F. Padovan1-4/+8
2010-05-10Bluetooth: Enable option to configure Max Transmission value via sockoptGustavo F. Padovan2-1/+8
2010-05-10Bluetooth: Add module parameter for txWindow size on L2CAPGustavo F. Padovan1-1/+5
2010-05-10Bluetooth: Change acknowledgement to use the value of txWindowGustavo F. Padovan2-5/+5
2010-05-10Bluetooth: Add sockopt configuration for txWindow on L2CAPGustavo F. Padovan2-1/+8
2010-05-10Bluetooth: Send Ack after clear the SREJ listGustavo F. Padovan1-0/+1
2010-05-10Bluetooth: Check the SDU size against the MTU valueGustavo F. Padovan1-0/+5
2010-05-10Bluetooth: Add le16 macro to Retransmission and Monitor Timeouts valuesGustavo F. Padovan1-6/+8
2010-05-10Bluetooth: Fix configuration of the MPS valueGustavo F. Padovan2-17/+22
2010-05-10Bluetooth: Read RFC conf option on a successful Conf RSPGustavo F. Padovan1-1/+38
2010-05-10Bluetooth: Ignore Tx Window value with Streaming modeGustavo F. Padovan1-1/+0
2010-05-10Bluetooth: Add timer to Acknowledge I-framesGustavo F. Padovan2-0/+19
2010-05-10Bluetooth: Finish implementation for Rec RR (P=1) on ERTMGustavo F. Padovan1-2/+11
2010-05-10Bluetooth: Remove duplicate use of __get_reqseq() macro on L2CAPGustavo F. Padovan1-1/+1
2010-05-10Bluetooth: Group the ack of I-frames into l2cap_data_channel_rrframe()Gustavo F. Padovan1-6/+3
2010-05-10Bluetooth: Handle all cases of receipt of RNR-frames into L2CAPGustavo F. Padovan1-4/+28
2010-05-10Bluetooth: Split l2cap_data_channel_sframe()Gustavo F. Padovan1-89/+115
2010-05-10Bluetooth: Add Recv RR (P=0)(F=0) for SREJ_SENT state on ERTMGustavo F. Padovan1-1/+4
2010-05-10Bluetooth: Move set of P-bit to l2cap_send_sframe()Gustavo F. Padovan1-4/+5
2010-05-10Bluetooth: Implement SendAck() Action on ERTM.Gustavo F. Padovan1-12/+29
2010-05-10Bluetooth: Check if SDU size is greater than MTU on L2CAPGustavo F. Padovan1-1/+5
2010-05-10Bluetooth: Check the minimum {I,S}-frame size into L2CAPGustavo F. Padovan1-3/+11
2010-05-10Bluetooth: Support case with F bit set under WAIT_F state.Gustavo F. Padovan1-8/+14
2010-05-10Bluetooth: Implement 'Send IorRRorRNR' eventGustavo F. Padovan2-13/+50
2010-05-10Bluetooth: Use a l2cap_pinfo struct instead l2cap_pi() macroGustavo F. Padovan1-6/+6
2010-05-10Bluetooth: Fix ACL MTU issueGustavo F. Padovan1-0/+4
2010-05-10Bluetooth: Fix expected_tx_seq calculation on L2CAPGustavo F. Padovan1-1/+1
2010-05-10Bluetooth: Fix memory leak of S-frames into L2CAPGustavo F. Padovan1-0/+1
2010-05-10Bluetooth: Move specific Basic Mode code to the right placeGustavo F. Padovan1-5/+6
2010-05-10Bluetooth: Trivial clean ups to SCOGustavo F. Padovan1-12/+11
2010-05-10Bluetooth: Make hci_send_sco() voidGustavo F. Padovan3-11/+3
2010-05-10Bluetooth: Fix wrong packet type count incrementGustavo F. Padovan1-1/+1
2010-05-10Bluetooth: Use the proper function cast to get hdr dataGustavo F. Padovan1-3/+3
2010-05-10Bluetooth: Fix return value when bt_skb_alloc failsGustavo F. Padovan2-2/+2
2010-05-08ipv4: remove ip_rt_secret timer (v4)Neil Horman3-102/+8
2010-05-07rt2x00: rt2800: use correct txop value in tx descriptorHelmut Schaa5-2/+31
2010-05-07wl1271: Reduce PSM entry hang over period from 128 => 1 msJuuso Oikarinen1-1/+1
2010-05-07wl1271: Increase timeout for command event waitingTeemu Paasikivi1-1/+1
2010-05-07wl1271: Fix to join and channel number handlingJuuso Oikarinen1-6/+23
2010-05-07wl1271: Fix 32 bit register read related endiannes bugJuuso Oikarinen2-3/+3
2010-05-07wl1271: Add sysfs file to retrieve HW PG-version and ROM-versionJuuso Oikarinen4-0/+51
2010-05-07ath9k_htc: Handle IDLE LED properlySujith1-7/+19
2010-05-07ath9k_hw: Update initvals for AR9003 for xb113Luis R. Rodriguez1-102/+102
2010-05-07ath9k_common: drop incomming frames with an invalid hardware rateLuis R. Rodriguez1-2/+1
2010-05-07ath9k_common: move the rate status setting into ath9k_process_rate()Luis R. Rodriguez1-13/+27
2010-05-07rtl8180: add software-based support for IBSS modeJohn W. Linville2-10/+80