aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Check if SDU size is greater than MTU on L2CAPGustavo F. Padovan2010-05-101-1/+5
* Bluetooth: Check the minimum {I,S}-frame size into L2CAPGustavo F. Padovan2010-05-101-3/+11
* Bluetooth: Support case with F bit set under WAIT_F state.Gustavo F. Padovan2010-05-101-8/+14
* Bluetooth: Implement 'Send IorRRorRNR' eventGustavo F. Padovan2010-05-101-4/+39
* Bluetooth: Use a l2cap_pinfo struct instead l2cap_pi() macroGustavo F. Padovan2010-05-101-6/+6
* Bluetooth: Fix ACL MTU issueGustavo F. Padovan2010-05-101-0/+4
* Bluetooth: Fix expected_tx_seq calculation on L2CAPGustavo F. Padovan2010-05-101-1/+1
* Bluetooth: Fix memory leak of S-frames into L2CAPGustavo F. Padovan2010-05-101-0/+1
* Bluetooth: Move specific Basic Mode code to the right placeGustavo F. Padovan2010-05-101-5/+6
* Bluetooth: Trivial clean ups to SCOGustavo F. Padovan2010-05-101-12/+11
* Bluetooth: Make hci_send_sco() voidGustavo F. Padovan2010-05-102-10/+2
* ipv4: remove ip_rt_secret timer (v4)Neil Horman2010-05-081-100/+8
* rps: Various optimizationsEric Dumazet2010-05-061-6/+22
* ipv6: udp: make short packet logging consistent with ipv4Bjørn Mork2010-05-061-3/+8
* bridge: make bridge support netpollWANG Cong2010-05-064-1/+108
* netpoll: add generic support for bridge and bonding devicesWANG Cong2010-05-061-5/+21
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-05-0516-64/+222
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-0516-64/+222
| |\
| | * mac80211: use fixed channel in ibss join when appropriateJohannes Berg2010-05-051-0/+6
| | * Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville2010-05-032-1/+2
| | |\
| | | * Merge branch 'wireless-2.6' into wireless-next-2.6Reinette Chatre2010-04-302-1/+2
| | | |\
| | * | | mac80211: improve IBSS scanningJohannes Berg2010-05-034-21/+36
| | * | | mac80211: allow controlling aggregation manuallyJohannes Berg2010-05-031-1/+64
| | * | | mac80211: fix ieee80211_find_sta[_by_hw]Johannes Berg2010-05-031-4/+13
| | * | | mac80211: remove deprecated noise field from ieee80211_rx_statusJohn W. Linville2010-04-301-2/+0
| | |/ /
| | * | mac80211: tell driver about IBSS mergeJohannes Berg2010-04-301-0/+6
| | * | mac80211: notify driver about IBSS statusJohannes Berg2010-04-281-1/+5
| | * | mac80211: fix supported rates IE if AP doesn't give us it's ratesStanislaw Gruszka2010-04-281-9/+19
| | * | mac80211: do not wip out old supported ratesStanislaw Gruszka2010-04-281-10/+11
| | * | mac80211: fix rts threshold checkShanyu Zhao2010-04-271-2/+3
| | * | mac80211: give virtual interface to hw_scanJohannes Berg2010-04-273-7/+11
| | * | cfg80211: Remove default dynamic PS timeout valueJuuso Oikarinen2010-04-271-1/+2
| | * | mac80211: Determine dynamic PS timeout based on ps-qos network latencyJuuso Oikarinen2010-04-273-2/+25
| | * | mac80211: implement ap isolation supportFelix Fietkau2010-04-271-0/+7
| | * | cfg80211: add ap isolation supportFelix Fietkau2010-04-271-0/+4
| | * | mac80211: fix handling of 4-address-mode in ieee80211_change_ifaceFelix Fietkau2010-04-271-4/+3
| | * | mac80211: Fix sta->last_tx_rate setting with no-op rate control devicesJuuso Oikarinen2010-04-261-0/+7
* | | | net: __alloc_skb() speedupEric Dumazet2010-05-051-16/+5
|/ / /
* | | net: skb_free_datagram_locked() fixEric Dumazet2010-05-031-2/+7
* | | Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller2010-05-0313-142/+329
|\ \ \
| * | | sctp: Tag messages that can be Nagle delayed at creation.Vlad Yasevich2010-04-302-3/+3
| * | | sctp: Optimize computation of highest new tsn in SACK.Vlad Yasevich2010-04-301-35/+7
| * | | sctp: correctly mark missing chunks in fast recoveryVlad Yasevich2010-04-301-5/+13
| * | | sctp: rwnd_press should be cumulativeVlad Yasevich2010-04-301-1/+1
| * | | sctp: fast recovery algorithm is per association.Vlad Yasevich2010-04-301-15/+17
| * | | sctp: update transport initializationsVlad Yasevich2010-04-303-30/+0
| * | | sctp: Do not force T3 timer on fast retransmissions.Vlad Yasevich2010-04-302-14/+5
| * | | sctp: remove 'resent' bit from the chunkVlad Yasevich2010-04-303-18/+9
| * | | sctp: Make sure we always return valid retransmit pathVlad Yasevich2010-04-301-1/+2
| * | | sctp: cleanup: remove duplicate assignmentDan Carpenter2010-04-301-14/+9