Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1b0241656b658522a15e7aad570cb8ea6b255a2a
/
net
/
mac80211
/
main.c
51cb6db
mac80211: Reimplement WME using ->select_queue().
by David S. Miller
· 16 years ago
09e83b5
netdev: Kill NETIF_F_MULTI_QUEUE.
by David S. Miller
· 16 years ago
e8a0464
netdev: Allocate multiple queues for TX.
by David S. Miller
· 16 years ago
b9e4085
netdev: Do not use TX lock to protect address lists.
by David S. Miller
· 16 years ago
e308a5d
netdev: Add netdev->addr_list_lock protection.
by David S. Miller
· 16 years ago
9d139c8
mac80211: revamp beacon configuration
by Johannes Berg
· 16 years ago
7563652
mac80211: revamp virtual interface handling
by Johannes Berg
· 16 years ago
3e122be
mac80211: make master netdev handling sane
by Johannes Berg
· 16 years ago
86d804e
netdev: Make netif_schedule() routines work with netdev_queue objects.
by David S. Miller
· 16 years ago
c2aa288
mac80211: Decrease number of explicit ->tx_queue references.
by David S. Miller
· 16 years ago
dc2b484
netdev: Move queue_lock into struct netdev_queue.
by David S. Miller
· 16 years ago
7c3ceb4a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
fc32f92
mac80211: call bss_info_change only once upon disassociation
by Tomas Winkler
· 16 years ago
429a380
mac80211: add block ack request capability
by Ron Rindjunsky
· 16 years ago
ea0c925
mac80211: Only flush workqueue when last interface was removed
by Ivo van Doorn
· 16 years ago
f4ea83d
mac80211: rework debug settings and make debugging safer
by Johannes Berg
· 16 years ago
59959a6
mac80211: make workqueue freezable
by Johannes Berg
· 16 years ago
dc0ae30
mac80211: fix beacon interval value
by Tomas Winkler
· 16 years ago
65b53e4c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
ad81b2f
mac80211: Fixing slow IBSS rejoin
by Assaf Krauss
· 16 years ago
b83f4e1
mac80211: fix deadlock in sta->lock
by Tomas Winkler
· 16 years ago
f6d9710
mac80211: fix a typo in ieee80211_handle_filtered_frame comment
by Yi Zhu
· 16 years ago
e253008
mac80211: use multi-queue master netdevice
by Johannes Berg
· 16 years ago
e039fa4
mac80211: move TX info into skb->cb
by Johannes Berg
· 16 years ago
36d6825
mac80211: let drivers wake but not start queues
by Johannes Berg
· 16 years ago
edcdf8b
mac80211: separate Tx and Rx MCS when configuring HT
by Ron Rindjunsky
· 16 years ago
f42a444
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 16 years ago
63fe46d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
566bfe5
mac80211: use hardware flags for signal/noise units
by Bruno Randolf
· 16 years ago
07346f81
mac80211: proper STA info locking
by Johannes Berg
· 17 years ago
e100bb6
mac80211: QoS related cleanups
by Johannes Berg
· 17 years ago
988c0f7
mac80211: a few code cleanups
by Johannes Berg
· 17 years ago
339a7c4
mac80211: Do not free net device after it is unregistered.
by Pavel Emelyanov
· 17 years ago
636c5d4
mac80211: insert WDS peer after adding interface
by Johannes Berg
· 17 years ago
e94e106
mac80211: don't allow invalid WDS peer addresses
by Johannes Berg
· 17 years ago
8b808bf
mac80211: assign conf.beacon_control for mesh
by Johannes Berg
· 17 years ago
b16bd15
mac80211: fix spinlock recursion
by Johannes Berg
· 17 years ago
2c8dccc
mac80211: rename files
by Johannes Berg
· 17 years ago
[Renamed (99%) from net/mac80211/ieee80211.c]
3b96766
mac80211: fix key vs. sta locking problems
by Johannes Berg
· 17 years ago
513a102
mac80211: BA session debug prints changes
by Ron Rindjunsky
· 17 years ago
38668c0
mac80211: eliminate conf_ht
by Tomas Winkler
· 17 years ago
e1ec1b8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
93e5deb
mac80211: automatically free sta struct when insertion fails
by Johannes Berg
· 17 years ago
64f851e
mac80211: trigger ieee80211_sta_work after opening interface
by Jan Niehusmann
· 17 years ago
cee24a3
mac80211: A-MPDU MLME use dynamic allocation
by Ron Rindjunsky
· 17 years ago
85249e5
mac80211: tear down of block ack sessions
by Ron Rindjunsky
· 17 years ago
d935713
the scheduled rc80211-simple.c removal
by Adrian Bunk
· 17 years ago
44213b5
mac80211: remove STA entries when taking down interface
by Johannes Berg
· 17 years ago
73651ee
mac80211: split sta_info_add
by Johannes Berg
· 17 years ago
d0709a6
mac80211: RCU-ify STA info structure access
by Johannes Berg
· 17 years ago
902acc7
mac80211: clean up mesh code
by Johannes Berg
· 17 years ago
f7a9214
mac80211: complete the mesh (interface handling) code
by Luis Carlos Cobo
· 17 years ago
ee38585
mac80211: mesh data structures and first mesh changes
by Luis Carlos Cobo
· 17 years ago
6032f93
mac80211: add mesh interface type
by Johannes Berg
· 17 years ago
665e8aa
mac80211: Disallow concurrent IBSS/STA mode interfaces
by Johannes Berg
· 17 years ago
43ba7e9
mac80211: atomically check whether STA exists already
by Johannes Berg
· 17 years ago
d46e144
mac80211: rework TX filtered frame code
by Johannes Berg
· 17 years ago
96d5105
mac80211: defer master netdev allocation to ieee80211_register_hw
by Johannes Berg
· 17 years ago
3d30d94
mac80211: Add cooked monitor mode support
by Michael Wu
· 17 years ago
5890529
mac80211: remove "dynamic" RX/TX handlers
by Johannes Berg
· 17 years ago
8cc9a73
mac80211: Use monitor configuration flags
by Michael Wu
· 17 years ago
238814f
mac80211: remove port control enable switch, clean up sta flags
by Johannes Berg
· 17 years ago
8318d78
cfg80211 API for channels/bitrates, mac80211 and driver conversion
by Johannes Berg
· 17 years ago
38f3714
mac80211: dissolve pre-rx handlers
by Johannes Berg
· 17 years ago
9e72349
mac80211: A-MPDU Tx adding qdisc support
by Ron Rindjunsky
· 17 years ago
eadc8d9
mac80211: A-MPDU Tx adding basic functionality
by Ron Rindjunsky
· 17 years ago
ceffefd
mac80211: Fix initial hardware configuration
by Michael Buesch
· 17 years ago
3eadf5f
mac80211: fix initialisation error path
by Johannes Berg
· 17 years ago
5b3d71d
mac80211: A-MPDU Rx stop aggregation on proper dev
by Ron Rindjunsky
· 17 years ago
471b3ef
mac80211: add unified BSS configuration
by Johannes Berg
· 17 years ago
5dfdaf5
mac80211: add beacon configuration via cfg80211
by Johannes Berg
· 17 years ago
51fb61e
mac80211: move interface type to vif structure
by Johannes Berg
· 17 years ago
32bfd35
mac80211: dont use interface indices in drivers
by Johannes Berg
· 17 years ago
cdcb006
mac80211: Add radio led trigger
by Ivo van Doorn
· 17 years ago
4b47589
mac80211: better rate control algorithm selection
by Johannes Berg
· 17 years ago
07db218
mac80211: A-MPDU Rx adding basic functionality
by Ron Rindjunsky
· 17 years ago
678f5f71
mac80211: clean up eapol handling in TX path
by Johannes Berg
· 17 years ago
c21b39a
mac80211: make PID rate control algorithm the default
by Stefano Brivio
· 17 years ago
ad01837
mac80211: add PID controller based rate control algorithm
by Mattias Nissler
· 17 years ago
1abbe49
mac80211: clean up rate selection
by Mattias Nissler
· 17 years ago
d3c990f
mac80211: adding 802.11n configuration flows
by Ron Rindjunsky
· 17 years ago
ece8edd
mac80211: hardware scan rework
by Zhu Yi
· 17 years ago
3333590e
mac80211: fix header ops
by Johannes Berg
· 17 years ago
75e7766
Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by Herbert Xu
· 17 years ago
8b393f1
mac80211: Fix behavior of ieee80211_open and ieee80211_close
by Michael Wu
· 17 years ago
a10605e
mac80211: free ifsta->extra_ie and clear IEEE80211_STA_PRIVACY_INVOKED
by Zhu Yi
· 17 years ago
c1428b3
mac80211: fix allmulti/promisc behaviour
by Johannes Berg
· 17 years ago
b52f219
mac80211: fix ieee80211_set_multicast_list
by Johannes Berg
· 17 years ago
830f903
mac80211: allow driver to ask for a rate control algorithm
by Johannes Berg
· 17 years ago
ac71c69
mac80211: make simple rate control algorithm built-in
by Johannes Berg
· 17 years ago
ddd3d2b
[MAC80211]: make userspace-mlme a per-interface setting
by Johannes Berg
· 17 years ago
f9d540e
[MAC80211]: remove management interface
by Johannes Berg
· 17 years ago
a289755
[MAC80211]: add "invalid" interface type
by Johannes Berg
· 17 years ago
f7c4dae
[MAC80211]: Check open_count before calling config callback.
by Michael Buesch
· 17 years ago
b4010e0
[PATCH] mac80211: remove generic IE for AP interfaces
by Johannes Berg
· 17 years ago
5391899
[PATCH] mac80211: fix iff_promiscs, iff_allmultis race
by Johannes Berg
· 17 years ago
fb1c1cd
[PATCH] mac80211: fix vlan bug
by Johannes Berg
· 17 years ago
5b2812e
[PATCH] mac80211: fix interface initialisation and deinitialisation
by Johannes Berg
· 17 years ago
7901042
[PATCH] mac80211: fix virtual interface locking
by Johannes Berg
· 17 years ago
0ec3ca4
[PATCH] mac80211: validate VLAN interfaces better
by Johannes Berg
· 17 years ago
Next »