index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
hostap
/
hostap_ap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-05
wireless: single_open() leaks
Al Viro
1
-2
/
+2
2013-04-29
hostap: Don't use create_proc_read_entry()
David Howells
1
-156
/
+219
2013-02-19
net: wireless: hostap: hostap_ap.c: Return -ENOMEM instead of -1 for if kmall...
Kumar Amit Mehta
1
-1
/
+1
2012-08-21
workqueue: deprecate flush[_delayed]_work_sync()
Tejun Heo
1
-2
/
+2
2011-11-01
drivers/net: Add moduleparam.h to drivers as required.
Paul Gortmaker
1
-0
/
+1
2011-11-01
drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
1
-0
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2010-12-12
hostap: don't use flush_scheduled_work()
Tejun Heo
1
-0
/
+3
2010-08-05
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-1
/
+1
2010-07-19
fix comment typos concerning "challenge"
Uwe Kleine-König
1
-1
/
+1
2010-06-18
wireless:hostap_ap.c Fix warning: variable 'fc' set but not used
Justin P. Mattock
1
-2
/
+1
2010-05-18
drivers/net: remove useless semicolons
Joe Perches
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-03-22
hostap: convert to internal net_device_stats
Stephen Hemminger
1
-1
/
+1
2009-02-27
hostap: convert usage of net/ieee80211.h to linux/ieee80211.h
Dan Williams
1
-74
/
+64
2009-02-09
wireless: replace uses of __constant_{endian}
Harvey Harrison
1
-4
/
+4
2008-11-21
lib80211: absorb crypto bits from net/ieee80211
John W. Linville
1
-6
/
+6
2008-10-28
net: convert print_mac to %pM
Johannes Berg
1
-159
/
+82
2008-07-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2008-06-30
hostap: fix sparse warnings
Pavel Roskin
1
-1
/
+1
2008-06-17
wext: Emit event stream entries correctly when compat.
David S. Miller
1
-16
/
+16
2008-04-09
[NET]: Undo code bloat in hot paths due to print_mac().
David S. Miller
1
-76
/
+127
2008-01-29
hostap annotations
Al Viro
1
-34
/
+38
2007-10-11
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
1
-84
/
+114
2007-07-09
[PATCH] hostap: Use list_for_each_entry
Matthias Kaehlcke
1
-22
/
+10
2007-07-09
[PATCH] hostap: Suppress broadcast if no stations are associated
Pavel Roskin
1
-0
/
+2
2007-04-28
[PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fi
Jouni Malinen
1
-2
/
+2
2007-04-26
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
Arnaldo Carvalho de Melo
1
-2
/
+2
2007-04-26
[SK_BUFF]: Introduce skb_reset_network_header(skb)
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-26
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
1
-1
/
+2
2006-12-13
[PATCH] getting rid of all casts of k[cmz]alloc() calls
Robert P. J. Day
1
-1
/
+1
2006-12-07
Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...
Jeff Garzik
1
-3
/
+1
2006-12-06
[PATCH] hostap: replace kmalloc+memset with kzalloc
Yan Burman
1
-3
/
+1
2006-11-22
WorkStruct: make allyesconfig
David Howells
1
-8
/
+11
2006-05-17
[PATCH] unused exports in wireless drivers
Arjan van de Ven
1
-11
/
+0
2006-03-24
[PATCH] hostap: Fix ap_add_sta() return value verification
Adrian Bunk
1
-1
/
+1
2006-01-17
[PATCH] hostap: don't #include C files in hostap_main.c
Adrian Bunk
1
-16
/
+20
2005-09-24
[PATCH] hostap: Add support for WE-19
Jean Tourrilhes
1
-3
/
+3
2005-09-22
[PATCH] ieee80211: Updated hostap to be compatible with extra_prefix_len changes
James Ketrenos
1
-4
/
+4
2005-09-22
[PATCH] ieee80211: Updated hostap to be compatible with ieee80211_hdr changes
James Ketrenos
1
-33
/
+33
2005-08-26
hostap: s/IEEE80211_FCTL_WEP/IEEE80211_FCTL_PROTECTED/ to fix build
Jeff Garzik
1
-1
/
+1
2005-08-15
[PATCH] hostap: Replace WLAN_FC_ defines with ieee80211 ones
Jouni Malinen
1
-11
/
+13
2005-08-15
[PATCH] hostap: Use ieee80211 WLAN_FC_GET_{TYPE,STYPE}
Jouni Malinen
1
-58
/
+62
2005-08-15
[PATCH] hostap: Replace hostap_ieee80211_hdr with ieee80211_hdr
Jouni Malinen
1
-52
/
+47
2005-08-15
[PATCH] hostap: Fix skb->cb use for TX meta data
Jouni Malinen
1
-15
/
+15
2005-07-31
[wireless hostap] trim trailing whitespace
Jeff Garzik
1
-5
/
+5
2005-07-31
[PATCH] hostap: Replace crypto code with net/ieee80211 version
Jouni Malinen
1
-6
/
+7
2005-07-31
[PATCH] hostap: Start using net/ieee80211.h
Jouni Malinen
1
-12
/
+12
2005-05-13
Add HostAP wireless driver.
Jouni Malinen
1
-0
/
+3286