Age | Commit message (Expand) | Author | Files | Lines |
2009-09-17 | rc80211_minstrel: fix contention window calculation | Pavel Roskin | 1 | -1/+1 |
2009-09-11 | net: Add DEVTYPE support for Ethernet based devices | Marcel Holtmann | 1 | -0/+5 |
2009-09-03 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -3/+2 |
2009-09-02 | wireless: remove mac80211 rate selection extra menu | Luis R. Rodriguez | 1 | -3/+2 |
2009-09-02 | net: file_operations should be const | Stephen Hemminger | 2 | -2/+2 |
2009-09-01 | wireless: convert drivers to netdev_tx_t | Stephen Hemminger | 2 | -6/+8 |
2009-08-28 | mac80211: Check pending scan request after having processed mgd work | Jouni Malinen | 1 | -16/+12 |
2009-08-28 | mac80211: fix scan cancel on ifdown | Johannes Berg | 2 | -27/+8 |
2009-08-28 | mac80211: Fix output of minstrels rc_stats | Arnd Hannemann | 1 | -1/+1 |
2009-08-28 | mac80211: fix RX skb leaks | Johannes Berg | 1 | -19/+15 |
2009-08-28 | mac80211: Remove unnused throughput field from minstrel_rate. | Arnd Hannemann | 1 | -1/+0 |
2009-08-28 | mac80211: remove tasklet enable/disable | Johannes Berg | 5 | -11/+26 |
2009-08-28 | mac80211: remove ieee80211_rx namespace hack | John W. Linville | 1 | -2/+2 |
2009-08-28 | mac80211: fix configure_filter invocation after stop | Johannes Berg | 4 | -16/+14 |
2009-08-28 | mac80211: Update mesh config IE to 11s draft 3.02 | Javier Cardona | 2 | -15/+38 |
2009-08-20 | mac80211: fix register_hw error path | Johannes Berg | 1 | -1/+1 |
2009-08-20 | mac80211: New stat counters for multicast and unicast forwarded frames | Daniel Walker | 4 | -2/+21 |
2009-08-20 | rc80211_pid_algo.c: remove unused variable declaration | John W. Linville | 1 | -1/+0 |
2009-08-20 | mac80211: Decouple fail_avg stats used by mesh from rate control algorithm. | Javier Cardona | 5 | -29/+24 |
2009-08-20 | mac80211: remove deprecated API | Johannes Berg | 1 | -4/+0 |
2009-08-20 | mac80211: allow configure_filter callback to sleep | Johannes Berg | 7 | -43/+77 |
2009-08-15 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+8 |
2009-08-14 | mac80211: Fix invalid length passed to IE parser for PLINK CONFIRM frames | David Woo | 1 | -1/+1 |
2009-08-14 | mac80211: Mark a destination sequence number as valid when a PREQ is received. | David Woo | 1 | -2/+3 |
2009-08-14 | mac80211: Fix unresolved mesh frames queued without valid control.vif | Javier Cardona | 1 | -8/+10 |
2009-08-14 | mac80211: Move mpath and mpp growth to mesh workqueue. | Javier Cardona | 5 | -109/+144 |
2009-08-14 | mac80211: Assign a default mesh beaconing interval. | Javier Cardona | 2 | -2/+5 |
2009-08-14 | mac80211: Early detection of broken mesh paths when using minstrel. | Javier Cardona | 1 | -1/+7 |
2009-08-14 | mac80211: Update the station failed frames average when minstrel is used. | Javier Cardona | 1 | -1/+9 |
2009-08-14 | mac80211: Use 3-address format for mesh broadcast frames. | Javier Cardona | 4 | -52/+124 |
2009-08-14 | mac80211: Use correct sign for mesh active path refresh. | Andrey Yurovsky | 1 | -1/+1 |
2009-08-14 | mac80211: Improve dequeing from mpath frame queue. | Javier Cardona | 2 | -5/+3 |
2009-08-14 | mac80211: small tx code cleanup | Johannes Berg | 1 | -19/+19 |
2009-08-14 | mac80211: sequence number micro-optimisation | Johannes Berg | 1 | -1/+0 |
2009-08-14 | mac80211: take statistics before encryption | Johannes Berg | 1 | -18/+18 |
2009-08-14 | cfg80211: fix alignment problem in scan request | Johannes Berg | 3 | -14/+14 |
2009-08-14 | mac80211: allow DMA optimisation | Johannes Berg | 1 | -0/+3 |
2009-08-14 | nl80211: add generation number to all dumps | Johannes Berg | 5 | -0/+14 |
2009-08-14 | mac80211: stay authenticated after disassoc | Johannes Berg | 2 | -9/+23 |
2009-08-14 | mac80211: fix compilation of mesh (although its disabled) | Luis R. Rodriguez | 2 | -7/+7 |
2009-08-13 | mac80211: fix panic when splicing unprepared TIDs | Luis R. Rodriguez | 1 | -0/+8 |
2009-08-05 | mac80211: FIF_PSPOLL filter flag | Igor Perminov | 3 | -3/+20 |
2009-08-05 | mac80211: Increase timeouts for station polling | Maxim Levitsky | 1 | -2/+2 |
2009-08-05 | mac80211: Retry probe request few times | Maxim Levitsky | 2 | -12/+31 |
2009-08-05 | cfg80211: enable country IE support to all cfg80211 drivers | Luis R. Rodriguez | 1 | -5/+1 |
2009-08-05 | mac80211: fix powersave | Johannes Berg | 1 | -7/+6 |
2009-08-05 | mac80211: redefine usage of the mac80211 workqueue | Luis R. Rodriguez | 11 | -49/+92 |
2009-08-05 | mac80211: fix sparse warnings/errors | Johannes Berg | 2 | -2/+5 |
2009-08-05 | mac80211: disable beacons before removing the associated interface | Bob Copeland | 3 | -1/+16 |
2009-08-05 | mac80211: disable software retry for now | Johannes Berg | 1 | -0/+26 |