| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOM" | Linus Torvalds | 2008-09-05 | 1 | -9/+39 |
* | mac80211: Fix debugfs union misuse and pointer corruption | Jouni Malinen | 2008-09-02 | 2 | -4/+6 |
* | mac80211: quiet chatty IBSS merge message | John W. Linville | 2008-08-26 | 1 | -1/+1 |
* | mac80211: don't send empty extended rates IE | Jan-Espen Pettersen | 2008-08-26 | 1 | -1/+1 |
* | mac80211: Fix debugfs file add/del for netdev | Jouni Malinen | 2008-08-26 | 2 | -12/+18 |
* | net/mac80211/mesh.c: correct the argument to __mesh_table_free | Julia Lawall | 2008-08-26 | 1 | -1/+1 |
* | mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOM | Jouni Malinen | 2008-08-26 | 1 | -39/+9 |
* | mac80211: update new sta's rx timestamp | Ron Rindjunsky | 2008-08-18 | 1 | -0/+2 |
* | mac80211: keep mesh ifaces in allmulti mode | Luis Carlos Cobo | 2008-08-07 | 1 | -1/+7 |
* | mac80211: fix use of skb->cb for mesh forwarding | Luis Carlos Cobo | 2008-08-07 | 5 | -90/+106 |
* | iwlwifi: HW bug fixes | Tomas Winkler | 2008-08-04 | 1 | -1/+1 |
* | mac80211: automatic IBSS channel selection | Daniel Drake | 2008-08-04 | 1 | -4/+16 |
* | mac80211: make listen_interval be limited by low level driver | Tomas Winkler | 2008-08-04 | 2 | -2/+9 |
* | mac80211: pass dtim_period to low level driver | Emmanuel Grumbach | 2008-08-04 | 2 | -0/+12 |
* | mac80211: Use queue_lock() in ieee80211_ht_agg_queue_remove(). | David S. Miller | 2008-08-02 | 1 | -2/+4 |
* | mac80211: fix fragmentation kludge | Tomas Winkler | 2008-08-01 | 3 | -5/+14 |
* | mac80211: fix mesh beaconing | Luis Carlos Cobo | 2008-07-29 | 1 | -0/+1 |
* | mac80211: fix cfg80211 hooks for master interface | Johannes Berg | 2008-07-29 | 1 | -15/+88 |
* | mac80211: partially fix skb->cb use | Johannes Berg | 2008-07-29 | 4 | -39/+27 |
* | mac80211: append CONFIG_ to MAC80211_VERBOSE_PS_DEBUG in net/mac80211/tx.c. | Rami Rosen | 2008-07-29 | 1 | -3/+3 |
* | mac80211: return correct error return from ieee80211_wep_init | Jeremy Fitzhardinge | 2008-07-29 | 2 | -4/+4 |
* | mac80211: tx, use dev_kfree_skb_any for beacon_get | Jiri Slaby | 2008-07-29 | 1 | -1/+1 |
* | net_sched: Add qdisc_enqueue wrapper | Jussi Kivilinna | 2008-07-20 | 1 | -1/+1 |
* | pkt_sched: Kill netdev_queue lock. | David S. Miller | 2008-07-17 | 1 | -7/+12 |
* | mac80211: Reimplement WME using ->select_queue(). | David S. Miller | 2008-07-17 | 7 | -616/+124 |
* | mac80211: Temporarily mark QoS support BROKEN. | David S. Miller | 2008-07-17 | 1 | -0/+1 |
* | netdev: Kill NETIF_F_MULTI_QUEUE. | David S. Miller | 2008-07-17 | 1 | -3/+0 |
* | netdev: Allocate multiple queues for TX. | David S. Miller | 2008-07-17 | 2 | -8/+8 |
* | netdev: Do not use TX lock to protect address lists. | David S. Miller | 2008-07-15 | 2 | -12/+6 |
* | netdev: Add netdev->addr_list_lock protection. | David S. Miller | 2008-07-15 | 2 | -0/+8 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2008-07-14 | 15 | -643/+534 |
|\ |
|
| * | mac80211: dont add a STA which is not in the same IBSS | Emmanuel Grumbach | 2008-07-14 | 1 | -1/+1 |
| * | mac80211: fix struct ieee80211_tx_queue_params | Johannes Berg | 2008-07-14 | 1 | -1/+1 |
| * | mac80211: fix TX sequence numbers | Johannes Berg | 2008-07-14 | 4 | -31/+52 |
| * | mac80211: fix RX sequence number check | Johannes Berg | 2008-07-14 | 1 | -7/+12 |
| * | mac80211: Fix ieee80211_rx_reorder_ampdu: ignore QoS null packets | Emmanuel Grumbach | 2008-07-14 | 1 | -2/+2 |
| * | mac80211: revamp beacon configuration | Johannes Berg | 2008-07-14 | 6 | -121/+95 |
| * | mac80211: push interface checks down | Johannes Berg | 2008-07-14 | 4 | -16/+25 |
| * | mac80211: revamp virtual interface handling | Johannes Berg | 2008-07-14 | 8 | -265/+172 |
| * | mac80211: make master netdev handling sane | Johannes Berg | 2008-07-14 | 12 | -217/+153 |
| * | mac80211: power management wext hooks | Samuel Ortiz | 2008-07-14 | 1 | -2/+41 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-07-14 | 2 | -23/+13 |
|\ \
| |/
|/| |
|
| * | rc80211_pid: Fix fast_start parameter handling | Mattias Nissler | 2008-07-09 | 2 | -23/+13 |
* | | net: Delete NETDEVICES_MULTIQUEUE kconfig option. | David S. Miller | 2008-07-08 | 1 | -3/+0 |
* | | netdev: Make netif_schedule() routines work with netdev_queue objects. | David S. Miller | 2008-07-08 | 1 | -2/+2 |
* | | mac80211: Decrease number of explicit ->tx_queue references. | David S. Miller | 2008-07-08 | 1 | -5/+9 |
* | | netdev: Move rest of qdisc state into struct netdev_queue | David S. Miller | 2008-07-08 | 1 | -7/+13 |
* | | netdev: Move queue_lock into struct netdev_queue. | David S. Miller | 2008-07-08 | 2 | -6/+6 |
* | | pkt_sched: Remove 'dev' member of struct Qdisc. | David S. Miller | 2008-07-08 | 1 | -14/+14 |
* | | netdev: Create netdev_queue abstraction. | David S. Miller | 2008-07-08 | 1 | -2/+4 |