Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5f1dcd8b7ec8189c2b147cdaa1589d5644c3cef3
/
drivers
/
net
/
wireless
/
ipw2x00
/
libipw_module.c
41de8d4
drivers/net: Remove alloc_etherdev error messages
by Joe Perches
· 13 years ago
151f52f
ipw2x00: remove the right /proc/net entry
by Linus Torvalds
· 14 years ago
cc40cc5
libipw: correct sparse warnings and mark some variables static
by John W. Linville
· 14 years ago
33e2bf6
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
27ae60f
ipw2x00: replace "ieee80211" with "libipw" where appropriate
by Pavel Roskin
· 15 years ago
8e59340
libipw: split ieee->networks into small pieces
by Zhu Yi
· 15 years ago
4ef58d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
d014d04
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
b8d8339
ipw2x00: convert to seq_file
by Alexey Dobriyan
· 15 years ago
a3caa99
libipw: initiate cfg80211 API conversion (v2)
by John W. Linville
· 15 years ago
8cc3174
Revert "libipw: initiate cfg80211 API conversion"
by John W. Linville
· 15 years ago
143d40f
Revert "ipw2200: fix oops on missing firmware"
by John W. Linville
· 15 years ago
e6c5fc5
ipw2200: fix oops on missing firmware
by Zhu Yi
· 15 years ago
b8ecd98
libipw: initiate cfg80211 API conversion
by John W. Linville
· 15 years ago
c1eb2c8
ipw2x00: update contact information
by Reinette Chatre
· 15 years ago
b0a4e7d
libipw: switch from ieee80211_* to libipw_* naming policy
by John W. Linville
· 15 years ago
d130fe5
ipw2x00: remove old compat_net_dev_ops code
by Alexander Beregalov
· 16 years ago
d5b3b9a
ipw2x00: convert infrastructure for use by net_device_ops
by Stephen Hemminger
· 16 years ago
ce55cba
ipw2x00: convert to internal net_device_stats
by Stephen Hemminger
· 16 years ago
3756162
libipw: fix debug output
by Helmut Schaa
· 16 years ago
c3d72b9
ipw2x00: age scan results on resume
by Dan Williams
· 16 years ago
f3734ee
make net/ieee80211.h private to ipw2x00
by Dan Williams
· 16 years ago
beb2a7f
net/ieee80211 -> drivers/net/ipw2x00/libipw_* rename
by John W. Linville
· 16 years ago
[Renamed from net/ieee80211/ieee80211_module.c]
2ba4b32
lib80211: consolidate crypt init routines
by John W. Linville
· 16 years ago
274bfb8
lib80211: absorb crypto bits from net/ieee80211
by John W. Linville
· 16 years ago
7e272fc
wireless: consolidate on a single escape_essid implementation
by John W. Linville
· 16 years ago
d92a8e8
net/ieee80211: adjust error handling
by Julia Lawall
· 16 years ago
b24b8a2
[NET]: Convert init_timer into setup_timer
by Pavel Emelyanov
· 17 years ago
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
a76193d
[PATCH] ieee80211: fix incomplete error message
by Akinobu Mita
· 17 years ago
2933d42
[PATCH] ieee80211: add missing global needed by IEEE80211_DEBUG_XXXX
by Larry Finger
· 18 years ago
85d32e7
[PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fi
by Jouni Malinen
· 18 years ago
718cc4c
[PATCH] ieee80211: Provide generic get_stats implementation
by Daniel Drake
· 18 years ago
571d6ee
[PATCH] Check ieee80211softmac_auth_resp kmalloc result
by Arnaldo Carvalho de Melo
· 18 years ago
42a4cf9
[PATCH] ieee80211: allow mtu bigger than 1500
by matthieu castet
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
b7cffb0
[PATCH] ieee80211: fix sparse warning about missing "static"
by Johannes Berg
· 19 years ago
15f3859
[PATCH] ieee80211: Add helpers for IBSS DFS handling
by Zhu Yi
· 19 years ago
858119e
[PATCH] Unlinline a bunch of other functions
by Arjan van de Ven
· 19 years ago
a10b5aa
Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*.
by Jeff Garzik
· 19 years ago
3c8c7b2
Merge branch 'upstream-fixes'
by Jeff Garzik
· 19 years ago
6660022
[PATCH] proc_mkdir() should be used to create procfs directories
by Al Viro
· 19 years ago
6eb6edf
[PATCH] ieee80211: in-tree driver updates to sync with latest ieee80211 series
by James Ketrenos
· 19 years ago
3169616
[PATCH] ieee80211: Added subsystem version string and reporting via MODULE_VERSION
by James Ketrenos
· 19 years ago
ebeaddc
[PATCH] ieee80211: Updated copyright dates
by James Ketrenos
· 19 years ago
ccd0fda
[PATCH] ieee80211: Mixed PTK/GTK CCMP/TKIP support
by James Ketrenos
· 19 years ago
1264fc0
[PATCH] ieee80211: Fix TKIP, repeated fragmentation problem, and payload_size reporting
by James Ketrenos
· 19 years ago
3cdd00c
[PATCH] ieee80211: adds support for the creation of RTS packets
by James Ketrenos
· 19 years ago
0ad0c3c
[PATCH] ieee80211: Fix kernel Oops when module unload
by James Ketrenos
· 19 years ago
262d8e4
[PATCH] ieee80211 Switched to sscanf in store_debug_level
by James Ketrenos
· 19 years ago
0edd5b4
[wireless ieee80211,ipw2200] Lindent source code
by Jeff Garzik
· 19 years ago
e88187e
ieee80211: Puts debug macros together and makes escape_essid not inlined.
by Jiri Benc
· 19 years ago
7c9d4c7
[PATCH] ieee80211: remove pci.h #include's
by Adrian Bunk
· 19 years ago
695b5bc
[PATCH] ieee80211_module.c::store_debug_level() cleanup
by Al Viro
· 20 years ago
b453872
[NET] ieee80211 subsystem
by Jeff Garzik
· 19 years ago