Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4cd6b4754492c08f00e6237fd7e5c8b443370d15
/
drivers
/
net
/
wireless
/
hostap
/
hostap_ap.c
93803b3
wireless: Use eth_<foo>_addr instead of memset
by Joe Perches
· 10 years ago
6f24fe3
hostap: Delete an unnecessary check before the function call "kfree"
by Markus Elfring
· 10 years ago
72471c0
hostap: Do not free priv until timer handler has actually stopped using it
by Kirill Tkhai
· 11 years ago
d22fbd7
hostap: slight optimization of addr compare
by dingtianhong
· 11 years ago
bc3041f
wireless: single_open() leaks
by Al Viro
· 12 years ago
6bbefe8
hostap: Don't use create_proc_read_entry()
by David Howells
· 12 years ago
b53cf45
net: wireless: hostap: hostap_ap.c: Return -ENOMEM instead of -1 for if kmalloc() fails.
by Kumar Amit Mehta
· 12 years ago
4382973
workqueue: deprecate flush[_delayed]_work_sync()
by Tejun Heo
· 12 years ago
6eb07ca
drivers/net: Add moduleparam.h to drivers as required.
by Paul Gortmaker
· 13 years ago
ee40fa0
drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
by Paul Gortmaker
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
1635953
hostap: don't use flush_scheduled_work()
by Tejun Heo
· 14 years ago
3cfc2c4
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
25d1fbf
fix comment typos concerning "challenge"
by Uwe Kleine-König
· 14 years ago
1baf8a9
wireless:hostap_ap.c Fix warning: variable 'fc' set but not used
by Justin P. Mattock
· 14 years ago
ee289b6
drivers/net: remove useless semicolons
by Joe Perches
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
4cfa8e4
hostap: convert to internal net_device_stats
by Stephen Hemminger
· 16 years ago
1ea893f
hostap: convert usage of net/ieee80211.h to linux/ieee80211.h
by Dan Williams
· 16 years ago
c1b4aa3
wireless: replace uses of __constant_{endian}
by Harvey Harrison
· 16 years ago
274bfb8
lib80211: absorb crypto bits from net/ieee80211
by John W. Linville
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
ea2aca0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
1bcca3c
hostap: fix sparse warnings
by Pavel Roskin
· 16 years ago
ccc5805
wext: Emit event stream entries correctly when compat.
by David S. Miller
· 16 years ago
21f644f
[NET]: Undo code bloat in hot paths due to print_mac().
by David S. Miller
· 17 years ago
8a9faf3
hostap annotations
by Al Viro
· 17 years ago
0795af5
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
by Joe Perches
· 17 years ago
c150573
[PATCH] hostap: Use list_for_each_entry
by Matthias Kaehlcke
· 17 years ago
b918099
[PATCH] hostap: Suppress broadcast if no stations are associated
by Pavel Roskin
· 17 years ago
85d32e7
[PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fi
by Jouni Malinen
· 18 years ago
d626f62
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
by Arnaldo Carvalho de Melo
· 18 years ago
c1d2bbe
[SK_BUFF]: Introduce skb_reset_network_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
459a98e
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
5cbded5
[PATCH] getting rid of all casts of k[cmz]alloc() calls
by Robert P. J. Day
· 18 years ago
359f2d1
Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream
by Jeff Garzik
· 18 years ago
b0471bb7
[PATCH] hostap: replace kmalloc+memset with kzalloc
by Yan Burman
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
5d25ea7
[PATCH] unused exports in wireless drivers
by Arjan van de Ven
· 19 years ago
54b85f4
[PATCH] hostap: Fix ap_add_sta() return value verification
by Adrian Bunk
· 19 years ago
5fad5a2
[PATCH] hostap: don't #include C files in hostap_main.c
by Adrian Bunk
· 19 years ago
c28df16e
[PATCH] hostap: Add support for WE-19
by Jean Tourrilhes
· 19 years ago
5bfc819
[PATCH] ieee80211: Updated hostap to be compatible with extra_prefix_len changes
by James Ketrenos
· 19 years ago
d041674
[PATCH] ieee80211: Updated hostap to be compatible with ieee80211_hdr changes
by James Ketrenos
· 19 years ago
831a179
hostap: s/IEEE80211_FCTL_WEP/IEEE80211_FCTL_PROTECTED/ to fix build
by Jeff Garzik
· 19 years ago
b2f4a2e
[PATCH] hostap: Replace WLAN_FC_ defines with ieee80211 ones
by Jouni Malinen
· 19 years ago
4339d32
[PATCH] hostap: Use ieee80211 WLAN_FC_GET_{TYPE,STYPE}
by Jouni Malinen
· 19 years ago
c0f72ca
[PATCH] hostap: Replace hostap_ieee80211_hdr with ieee80211_hdr
by Jouni Malinen
· 19 years ago
5bee720
[PATCH] hostap: Fix skb->cb use for TX meta data
by Jouni Malinen
· 19 years ago
74fae82
[wireless hostap] trim trailing whitespace
by Jeff Garzik
· 19 years ago
62fe7e3
[PATCH] hostap: Replace crypto code with net/ieee80211 version
by Jouni Malinen
· 19 years ago
ebed67d
[PATCH] hostap: Start using net/ieee80211.h
by Jouni Malinen
· 19 years ago
ff1d276
Add HostAP wireless driver.
by Jouni Malinen
· 20 years ago