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