aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-07Revert "microblaze: Kill NET_SKB_PAD and NET_IP_ALIGN overrides."David S. Miller1-0/+10
2010-05-06bnx2: Add prefetches to rx path.Michael Chan2-3/+14
2010-05-06bnx2: Add GRO support.Michael Chan1-3/+3
2010-05-06tehuti: Remove unnecessary memset of netdev private dataTobias Klauser1-1/+0
2010-05-06sunhme: Remove unnecessary memset of netdev private dataTobias Klauser1-1/+0
2010-05-06smc9194: Remove unnecessary memset of netdev private dataTobias Klauser1-3/+0
2010-05-06ethoc: Remove unnecessary memset of napi member in netdev private dataTobias Klauser1-1/+0
2010-05-06bcm63xx_enet: Remove unnecessary memset of netdev private dataTobias Klauser1-1/+0
2010-05-06KS8695: Remove unnecessary memset of netdev private dataTobias Klauser1-1/+0
2010-05-063c523: Remove unnecessary memset of netdev private dataTobias Klauser1-1/+0
2010-05-063c507: Remove unnecessary memset of netdev private dataTobias Klauser1-1/+0
2010-05-06rps: Various optimizationsEric Dumazet1-6/+22
2010-05-06microblaze: Kill NET_SKB_PAD and NET_IP_ALIGN overrides.David S. Miller1-10/+0
2010-05-06net: Increase NET_SKB_PAD to 64 bytesEric Dumazet1-1/+4
2010-05-06ipv6: udp: make short packet logging consistent with ipv4Bjørn Mork1-3/+8
2010-05-06net: emaclite: Use resource_sizeTobias Klauser1-2/+2
2010-05-06e1000e: Reset 82577/82578 PHY before first PHY register readBruce Allan1-0/+10