Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
294ae81d4f89c76b7c5bbad7b14a43c02f6d738d
/
net
/
mac80211
/
tx.c
6ed0e32
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
0d528d8
mac80211: improve the rate control API
by Felix Fietkau
· 12 years ago
991fec0
mac80211: fix CTS protection handling
by Felix Fietkau
· 12 years ago
2ffbe6d
mac80211: fix and optimize MCS mask handling
by Felix Fietkau
· 12 years ago
fbd647b
mac80211: fix rate control tx handler for VHT rates
by Karl Beldan
· 12 years ago
5253ffb
mac80211: always pick a basic rate to tx RTS/CTS for pre-HT rates
by Karl Beldan
· 12 years ago
d364140
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
e5c5d22
net: add ETH_P_802_3_MIN
by Simon Horman
· 12 years ago
675a0b0
mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chan
by Karl Beldan
· 12 years ago
c3ffeab
mac80211: ibss: use beacon_data struct for beacon and probe response
by Johannes Berg
· 12 years ago
445ea4e
mac80211: stop queues temporarily for flushing
by Johannes Berg
· 12 years ago
560d268
mac80211: provide race-free 64-bit traffic counters
by Johannes Berg
· 12 years ago
c0f3a31
Merge remote-tracking branch 'mac80211/master' into HEAD
by Johannes Berg
· 12 years ago
32cdd59
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
by John W. Linville
· 12 years ago
9da060d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
7cbf9d0
mac80211: fix oops on mesh PS broadcast forwarding
by Marco Porsch
· 12 years ago
9475af6
mac80211: convert to idr_alloc()
by Tejun Heo
· 12 years ago
a7679ed
mac80211: Ensure off-channel frames don't get queued
by Seth Forshee
· 12 years ago
163df6c
mac80211: fix the problem of forwarding from DS to DS in Mesh
by Chun-Yeow Yeoh
· 12 years ago
1b91731
mac80211: fix tim_lock locking
by Johannes Berg
· 12 years ago
bf7cd94
mac80211: clean up mesh code
by Johannes Berg
· 12 years ago
2b5e196
mac80211: cache mesh beacon
by Thomas Pedersen
· 12 years ago
65f704a
mac80211: use spin_lock_bh() for tim_lock
by Johannes Berg
· 12 years ago
89afe61
mac80211: fix auth/assoc timeout handling
by Johannes Berg
· 12 years ago
de74a1d
mac80211: fix WPA with VLAN on AP side with ps-sta
by Michael Braun
· 12 years ago
6c17b77
mac80211: Fix tx queue handling during scans
by Seth Forshee
· 12 years ago
3f52b7e
mac80211: mesh power save basics
by Marco Porsch
· 12 years ago
e54faf2
mac80211: allow transmitting deauth with tainted key
by Johannes Berg
· 12 years ago
448cd55
Merge remote-tracking branch 'wireless-next/master' into HEAD
by Johannes Berg
· 12 years ago
9ebea38
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
fe80123
mac80211: avoid a build warning
by Arnd Bergmann
· 12 years ago
eac70c1
mac80211: move add_tim to subfunction
by Marco Porsch
· 12 years ago
b4a7ff7
mac80211: fix monitor mode injection
by Felix Fietkau
· 12 years ago
403e167
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 12 years ago
b9a9ada
mac80211: remove probe response temporary buffer allocation
by Johannes Berg
· 12 years ago
62c8003
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 12 years ago
4bf8853
mac80211: convert to channel definition struct
by Johannes Berg
· 12 years ago
b311749
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
1f98ab7
mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purge
by Felix Fietkau
· 12 years ago
1c963be
mac80211: fix TX error path
by Johannes Berg
· 12 years ago
d012a60
mac80211: make client powersave independent of interface type
by Marco Porsch
· 12 years ago
444e3803
mac80211: remove some unused code
by Johannes Berg
· 12 years ago
55de908
mac80211: use channel contexts
by Johannes Berg
· 12 years ago
c3e7724
mac80211: use ieee80211_free_txskb to fix possible skb leaks
by Felix Fietkau
· 12 years ago
e548c49
mac80211: add key flag for management keys
by Johannes Berg
· 12 years ago
944b9e3
Merge remote-tracking branch 'mac80211/master' into mac80211-next
by Johannes Berg
· 12 years ago
27f0112
mac80211: fix DS to MBSS address translation
by Thomas Pedersen
· 12 years ago
dcf3396
mac80211: clean up ieee80211_subif_start_xmit
by Johannes Berg
· 12 years ago
e31583c
mac80211: remove almost unused local variable
by Johannes Berg
· 12 years ago
aa7a008
mac80211: avoid using synchronize_rcu in ieee80211_set_probe_resp
by Eyal Shapira
· 12 years ago
e83e654
mac80211: use eth_broadcast_addr
by Johannes Berg
· 12 years ago
2d56577
mac80211: use correct channel in TX
by Johannes Berg
· 12 years ago
6b77863
mac80211: fix current vs. operating channel in preq/beacon
by Johannes Berg
· 12 years ago
36323f8
mac80211: move TX station pointer and restructure TX
by Thomas Huehn
· 12 years ago
d369f7b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
4922f71
mac80211: tx: do not drop non-robust mgmt to non-MFP stas.
by Nicolas Cavallari
· 12 years ago
46e6de1
mac80211: restructure key selection
by Johannes Berg
· 12 years ago
7c41f31
mac80211: Fix the Problem of Unreachable Mesh STA from DS
by Chun-Yeow Yeoh
· 12 years ago
353d09c
mac80211: fix read outside array bounds
by Christian Lamparter
· 12 years ago
e3e1a0b
mac80211: reduce IEEE80211_TX_MAX_RATES
by Thomas Huehn
· 12 years ago
cb831b5
mac80211: remove tx_frags driver callback
by Johannes Berg
· 12 years ago
3a0c52a
cfg80211: add 802.11ad (60gHz band) support
by Vladimir Kondratiev
· 12 years ago
fc8a732
mac80211: don't expose ieee80211_add_srates_ie()
by Johannes Berg
· 12 years ago
1712436
mac80211: remove unused function
by Johannes Berg
· 12 years ago
bdcbd8e
mac80211: clean up debugging
by Johannes Berg
· 12 years ago
7c9c46c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
f0d2320
net: mac80211: Convert printk(KERN_DEBUG to pr_debug
by Joe Perches
· 12 years ago
b8bacc1
mac80211: Fix Unreachable Mesh Station Problem when joining to another MBSS
by Chun-Yeow Yeoh
· 12 years ago
c26a0e1
mac80211: fix flag check for QoS NOACK frames
by Claudio Pisa
· 12 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 12 years ago
b203ca3
mac80211: Convert compare_ether_addr to ether_addr_equal
by Joe Perches
· 13 years ago
0d6c4a2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
66f2c99
mac80211: fix AP mode EAP tx for VLAN stations
by Felix Fietkau
· 13 years ago
030ef8f
mac80211: rename AP variable num_sta_authorized to num_mcast_sta
by Felix Fietkau
· 13 years ago
4ee73f3
mac80211: remove hw.conf.channel usage where possible
by Michal Kazior
· 13 years ago
3a25a8c
mac80211: add improved HW queue control
by Johannes Berg
· 13 years ago
4b6f1dd
mac80211: add explicit monitor interface if needed
by Johannes Berg
· 13 years ago
657c3e0
mac80211: Indicate basic rates when adding rate IEs
by Ashok Nagarajan
· 13 years ago
dbf498f
mac80211: Implement mesh synchronization framework
by Javier Cardona
· 13 years ago
88c868c
mac80211: sanity check for null SSID
by Stanislaw Gruszka
· 13 years ago
32c5057
mac80211: use IEEE80211_NUM_ACS
by Johannes Berg
· 13 years ago
4875d30d
mac80211: clean up uAPSD TX code
by Johannes Berg
· 13 years ago
98aed9f
mac80211: fix mesh TX coding style
by Johannes Berg
· 13 years ago
12d3952f
mac80211: optimize aggregation session timeout handling
by Felix Fietkau
· 13 years ago
074d46d
wireless: rename ht_info to ht_operation
by Johannes Berg
· 13 years ago
dc41e4d
mac80211: make uapsd_* keys per-vif
by Eliad Peller
· 13 years ago
aa45458
mac80211: Limit TID buffering during BA session setup/teardown
by Helmut Schaa
· 13 years ago
02f2f1a
mac80211: handle non-bufferable MMPDUs correctly
by Johannes Berg
· 13 years ago
005e472
mac80211: remove local_to_hw
by Johannes Berg
· 13 years ago
8860020
cfg80211: restructure AP/GO mode API
by Johannes Berg
· 13 years ago
1946841
mac80211: add support for mcs masks
by Simon Wunderlich
· 13 years ago
d32a102
mac80211: fix tx->skb NULL pointer dereference
by Yoni Divinsky
· 13 years ago
cf6bb79
mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA frames
by Helmut Schaa
· 13 years ago
4d33960
mac80211: reduce station management complexity
by Johannes Berg
· 13 years ago
2962389
mac80211: count authorized stations per BSS
by Johannes Berg
· 13 years ago
d9a7ddb
mac80211: refactor station state transitions
by Johannes Berg
· 13 years ago
aa5b549
mac80211: fix retransmit
by Johannes Berg
· 13 years ago
0cfda85
mac80211: don't initiate path discovery when forwarding frame with unknown DA
by Thomas Pedersen
· 13 years ago
4bb6234
{nl,cfg,mac}80211: Allow Setting Multicast Rate in Mesh
by Chun-Yeow Yeoh
· 13 years ago
5220da3
mac80211: call skb_put() before copying the data (trivial)
by Eliad Peller
· 13 years ago
Next »