summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation.David S. Miller2008-09-222-164/+190
* bluetooth: hci_bcsp: Use SKB list interfaces instead of home-grown stuff.David S. Miller2008-09-221-9/+9
* aoe: Use SKB interfaces for list management instead of home-grown stuff.David S. Miller2008-09-227-76/+56Star
* net: Add new interfaces for SKB list light-weight init and splicing.David S. Miller2008-09-221-2/+94
* atm: idt77252: Use generic SKB queue management instead of home-grown scheme.David S. Miller2008-09-222-26/+10Star
* net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller2008-09-226-10/+9Star
* tcp: advertise MSS requested by userTom Quetchenbach2008-09-212-3/+14
* net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo2008-09-2111-35/+35
* multiq: requeue should rewind the current_bandAlexander Duyck2008-09-211-0/+5
* tcp: back retransmit_high when it over-estimatedIlpo Järvinen2008-09-211-2/+10
* tcp: don't clear lost_skb_hint when not necessaryIlpo Järvinen2008-09-211-1/+13
* tcp: don't clear retransmit_skb_hint when not necessaryIlpo Järvinen2008-09-213-5/+14
* tcp: remove retransmit_skb_hint clearing from failureIlpo Järvinen2008-09-211-3/+1Star
* tcp: reorganize retransmit code loopsIlpo Järvinen2008-09-213-48/+33Star
* tcp: remove tp->lost_out guard to make joining diff nicerIlpo Järvinen2008-09-211-37/+38
* tcp: Reorganize skb tagbit checksIlpo Järvinen2008-09-211-19/+19
* tcp: remove obsolete validity concernIlpo Järvinen2008-09-211-4/+0Star
* tcp: add tcp_can_forward_retransmitIlpo Järvinen2008-09-211-18/+28
* tcp: No need to clear retransmit_skb_hint when SACKingIlpo Järvinen2008-09-211-7/+0Star
* tcp: Kill precaution that's very likely obsoleteIlpo Järvinen2008-09-211-4/+0Star
* tcp: convert retransmit_cnt_hint to seqnoIlpo Järvinen2008-09-214-33/+30Star
* tcp: add helper for lost bit togglingIlpo Järvinen2008-09-211-10/+12
* tcp: move tcp_verify_retransmit_hintIlpo Järvinen2008-09-211-13/+13
* tcp: Partial hint clearing has again become meaninglessIlpo Järvinen2008-09-213-11/+5Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-09-20108-3467/+5312
|\
| * libertas: correct "limited range of data type" warningJohn W. Linville2008-09-151-3/+2Star
| * orinoco: Fix compile warningsDavid Kilroy2008-09-151-7/+7
| * mac80211 : Fix mode change hard_start_xmit functionAbhijeet Kolekar2008-09-151-0/+1
| * mac80211: remove debug frame dumpingJohannes Berg2008-09-152-55/+0Star
| * mac80211: remove beacon countersJohannes Berg2008-09-153-20/+0Star
| * mac80211: clean up kdocJohannes Berg2008-09-151-8/+4Star
| * mac80211: fix sta_info kernel-doc warningJohannes Berg2008-09-151-1/+1
| * mac80211 hwsim: make radio list dynamicJohannes Berg2008-09-151-41/+45
| * mac80211: fix virtual interfaces vs. injectionJohannes Berg2008-09-155-25/+101
| * libertas: Reduce the WPA key installation time.Javier Cardona2008-09-151-3/+13
| * rfkill: remove transmitter blocking on suspendHenrique de Moraes Holschuh2008-09-152-18/+30
| * b43: fix QoS parameters initializationLorenzo Nava2008-09-151-1/+1
| * iwl3945: add MODULE_FIRMWARE for 3945 HWZhu Yi2008-09-151-0/+2
| * iwlwifi: add MODULE_FIRMWARE for 5000 HWTomas Winkler2008-09-151-0/+2
| * iwlwifi: update 5350 Wifi PCI IDsTomas Winkler2008-09-151-1/+4
| * mac80211: pass AP vif pointer for VLANsJohannes Berg2008-09-151-0/+4
| * iwlwifi: don't access mac80211's AMPDU state machineJohannes Berg2008-09-151-7/+1Star
| * mac80211: share sta_info->ht_infoJohannes Berg2008-09-155-8/+8
| * mac80211: move txrate_idx into RC algorithmsJohannes Berg2008-09-159-37/+32Star
| * mac80211: share sta->supp_ratesJohannes Berg2008-09-159-18/+18
| * mac80211: move last_txrate_idx into RC algorithmsJohannes Berg2008-09-154-18/+21
| * mac80211: small rate control changesJohannes Berg2008-09-153-43/+25Star
| * mac80211 hwsim: verify sta pointersJohannes Berg2008-09-151-0/+44
| * mac80211: share STA information with driverJohannes Berg2008-09-1523-127/+189
| * mac80211 hwsim: verify vif pointersJohannes Berg2008-09-151-0/+58