summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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. Padovan1-16/+20
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. Padovan1-0/+15
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. Padovan1-4/+39
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. Padovan2-10/+2
2010-05-08ipv4: remove ip_rt_secret timer (v4)Neil Horman1-100/+8
2010-05-07mac80211: set IEEE80211_TX_CTL_FIRST_FRAGMENT for beaconsJohn W. Linville1-2/+3
2010-05-07mac80211: improve HT channel handlingJohannes Berg6-31/+118
2010-05-07cfg80211/mac80211: better channel handlingJohannes Berg11-104/+274
2010-05-07mac80211: fix BSS info reconfigurationJohannes Berg1-5/+20
2010-05-07mac80211: remove association work when processing deauth requestReinette Chatre1-1/+2
2010-05-06rps: Various optimizationsEric Dumazet1-6/+22
2010-05-06ipv6: udp: make short packet logging consistent with ipv4Bjørn Mork1-3/+8
2010-05-06ipv4: udp: fix short packet and bad checksum loggingBjørn Mork1-3/+3
2010-05-06sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich3-4/+55
2010-05-06veth: Dont kfree_skb() after dev_forward_skb()Eric Dumazet1-6/+5
2010-05-06bridge: make bridge support netpollWANG Cong4-1/+108
2010-05-06netpoll: add generic support for bridge and bonding devicesWANG Cong1-5/+21
2010-05-05IPv6: fix IPV6_RECVERR handling of locally-generated errorsBrian Haley1-2/+6
2010-05-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller16-64/+222
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville16-64/+222
2010-05-05mac80211: use fixed channel in ibss join when appropriateJohannes Berg1-0/+6
2010-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-6/+58
2010-05-05net: __alloc_skb() speedupEric Dumazet1-16/+5
2010-05-03ipv6: Fix default multicast hops setting.David S. Miller1-1/+1
2010-05-03net: skb_free_datagram_locked() fixEric Dumazet1-2/+7
2010-05-03Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller13-142/+329
2010-05-03net: rcu fixesEric Dumazet1-8/+8
2010-05-03unix/garbage: kill copy of the skb queue walkerIlpo Järvinen1-11/+2
2010-05-03Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville2-1/+2
2010-05-03mac80211: improve IBSS scanningJohannes Berg4-21/+36