| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-11-03 | 4 | -13/+20 |
|\ |
|
| * | mac80211: check interface is down before type change | Johannes Berg | 2009-11-02 | 1 | -3/+3 |
| * | mac80211: fix reason code output endianness | Johannes Berg | 2009-10-30 | 1 | -1/+1 |
| * | mac80211: fix addba timer | Johannes Berg | 2009-10-30 | 1 | -7/+12 |
| * | mac80211: fix BSS leak | Johannes Berg | 2009-10-30 | 1 | -2/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-10-29 | 4 | -8/+5 |
|\ \
| |/ |
|
| * | mac80211: fix for incorrect sequence number on hostapd injected frames | Björn Smedman | 2009-10-27 | 1 | -1/+1 |
| * | mac80211: trivial: fix spelling in mesh_hwmp | Andrey Yurovsky | 2009-10-27 | 1 | -1/+1 |
| * | mac80211: keep auth state when assoc fails | Johannes Berg | 2009-10-27 | 1 | -2/+1 |
| * | mac80211: fix ibss joining | Reinette Chatre | 2009-10-27 | 1 | -4/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-10-15 | 5 | -7/+18 |
|\ \
| |/ |
|
| * | mac80211: document ieee80211_rx() context requirement | Johannes Berg | 2009-10-12 | 1 | -0/+2 |
| * | mac80211: fix ibss race | Johannes Berg | 2009-10-12 | 1 | -1/+1 |
| * | mac80211: fix logic error ibss merge bssid check | Felix Fietkau | 2009-10-12 | 1 | -1/+1 |
| * | mac80211: use kfree_skb() to free struct sk_buff pointers | Roel Kluin | 2009-10-07 | 1 | -2/+2 |
| * | mac80211: fix vlan and optimise RX | Johannes Berg | 2009-10-07 | 3 | -3/+12 |
* | | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 1 | -0/+1 |
|/ |
|
* | mac80211: Fix [re]association power saving issue on AP side | Igor Perminov | 2009-09-29 | 1 | -1/+4 |
* | mac80211: improve/fix mlme messages | Johannes Berg | 2009-09-28 | 1 | -9/+9 |
* | mac80211: fix DTIM setting | Johannes Berg | 2009-09-23 | 1 | -2/+2 |
* | rc80211_minstrel: fix contention window calculation | Pavel Roskin | 2009-09-23 | 1 | -1/+1 |
* | net: Add DEVTYPE support for Ethernet based devices | Marcel Holtmann | 2009-09-11 | 1 | -0/+5 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-09-02 | 1 | -3/+2 |
|\ |
|
| * | wireless: remove mac80211 rate selection extra menu | Luis R. Rodriguez | 2009-09-02 | 1 | -3/+2 |
* | | net: file_operations should be const | Stephen Hemminger | 2009-09-02 | 2 | -2/+2 |
* | | wireless: convert drivers to netdev_tx_t | Stephen Hemminger | 2009-09-01 | 2 | -6/+8 |
|/ |
|
* | mac80211: Check pending scan request after having processed mgd work | Jouni Malinen | 2009-08-28 | 1 | -16/+12 |
* | mac80211: fix scan cancel on ifdown | Johannes Berg | 2009-08-28 | 2 | -27/+8 |
* | mac80211: Fix output of minstrels rc_stats | Arnd Hannemann | 2009-08-28 | 1 | -1/+1 |
* | mac80211: fix RX skb leaks | Johannes Berg | 2009-08-28 | 1 | -19/+15 |
* | mac80211: Remove unnused throughput field from minstrel_rate. | Arnd Hannemann | 2009-08-28 | 1 | -1/+0 |
* | mac80211: remove tasklet enable/disable | Johannes Berg | 2009-08-28 | 5 | -11/+26 |
* | mac80211: remove ieee80211_rx namespace hack | John W. Linville | 2009-08-28 | 1 | -2/+2 |
* | mac80211: fix configure_filter invocation after stop | Johannes Berg | 2009-08-28 | 4 | -16/+14 |
* | mac80211: Update mesh config IE to 11s draft 3.02 | Javier Cardona | 2009-08-28 | 2 | -15/+38 |
* | mac80211: fix register_hw error path | Johannes Berg | 2009-08-20 | 1 | -1/+1 |
* | mac80211: New stat counters for multicast and unicast forwarded frames | Daniel Walker | 2009-08-20 | 4 | -2/+21 |
* | rc80211_pid_algo.c: remove unused variable declaration | John W. Linville | 2009-08-20 | 1 | -1/+0 |
* | mac80211: Decouple fail_avg stats used by mesh from rate control algorithm. | Javier Cardona | 2009-08-20 | 5 | -29/+24 |
* | mac80211: remove deprecated API | Johannes Berg | 2009-08-20 | 1 | -4/+0 |
* | mac80211: allow configure_filter callback to sleep | Johannes Berg | 2009-08-20 | 7 | -43/+77 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-08-14 | 1 | -0/+8 |
|\ |
|
| * | mac80211: fix panic when splicing unprepared TIDs | Luis R. Rodriguez | 2009-08-13 | 1 | -0/+8 |
* | | mac80211: Fix invalid length passed to IE parser for PLINK CONFIRM frames | David Woo | 2009-08-14 | 1 | -1/+1 |
* | | mac80211: Mark a destination sequence number as valid when a PREQ is received. | David Woo | 2009-08-14 | 1 | -2/+3 |
* | | mac80211: Fix unresolved mesh frames queued without valid control.vif | Javier Cardona | 2009-08-14 | 1 | -8/+10 |
* | | mac80211: Move mpath and mpp growth to mesh workqueue. | Javier Cardona | 2009-08-14 | 5 | -109/+144 |
* | | mac80211: Assign a default mesh beaconing interval. | Javier Cardona | 2009-08-14 | 2 | -2/+5 |
* | | mac80211: Early detection of broken mesh paths when using minstrel. | Javier Cardona | 2009-08-14 | 1 | -1/+7 |
* | | mac80211: Update the station failed frames average when minstrel is used. | Javier Cardona | 2009-08-14 | 1 | -1/+9 |