Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
5352ff6510422d9a9bf13b7272f865eb53247f4d
/
drivers
/
net
/
wireless
/
airo.c
2ed5ba8
drivers/net/wireless: fix sparse warnings: make symbols static
by Hannes Eder
· 16 years ago
2c706002
don't use net/ieee80211.h
by Johannes Berg
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
faf3994
airo: Kill directly reference of netdev->priv
by Wang Chen
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
9930cce
wireless: Read scan flags correctly on x86-64
by David Kilroy
· 16 years ago
c94c93d
wireless: replace __FUNCTION__ with __func__
by Harvey Harrison
· 16 years ago
e292c73
wireless: Small cleanups
by Pavel Machek
· 16 years ago
ccc5805
wext: Emit event stream entries correctly when compat.
by David S. Miller
· 16 years ago
cc0d9ff
airo: use simple_read_from_buffer()
by Akinobu Mita
· 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
b212f33
airo warning fix
by Andrew Morton
· 16 years ago
43154d0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
229ce3a
wireless: Create 'device' symlink in sysfs
by Masakazu Mokuno
· 17 years ago
b7acbdf
wireless, airo: waitbusy() won't delay
by Roel Kluin
· 17 years ago
5d9276d
airo: use netstats in net_device structure
by Paulius Zaleckas
· 17 years ago
533dd1b
wireless: use get/put_unaligned_* helpers
by Harvey Harrison
· 17 years ago
a95609c
netdev: use non-racy method for proc entries creation
by Denis V. Lunev
· 17 years ago
928b4d8
proc: remove proc_root_driver
by Alexey Dobriyan
· 17 years ago
3eb9b41
airo: last of endianness annotations
by Al Viro
· 17 years ago
329e2c0
airo: sanitize handling of StatusRid
by Al Viro
· 17 years ago
a749716
airo: sanitize APListRid handling
by Al Viro
· 17 years ago
56d81bd
airo: sanitize handling of CapabilityRid
by Al Viro
· 17 years ago
a23ace5
airo: sanitize handling of StatsRid
by Al Viro
· 17 years ago
4293ea3
airo: sanitize handling of WepKeyRid
by Al Viro
· 17 years ago
17e7049
airo: sanitize BSSListRid handling
by Al Viro
· 17 years ago
b8c06bc
bap_read()/bap_write() work with fixed-endian buffers
by Al Viro
· 17 years ago
0dd2212
airo: sanitize handling of SSID_rid
by Al Viro
· 17 years ago
593c2b9
airo: trivial endianness annotations
by Al Viro
· 17 years ago
2ab1f51
airo: fix writerids() endianness
by Al Viro
· 17 years ago
1561785
airo endianness bug: cap_rid.extSoftCap
by Al Viro
· 17 years ago
0300b33
airo: bug in airo_interrupt() handling on incoming 802.11
by Al Viro
· 17 years ago
851b3e5
airo: fix endianness bug in ->dBm handling
by Al Viro
· 17 years ago
977b143
airo: fix transmit_802_11_packet()
by Al Viro
· 17 years ago
79ea13c
NULL noise in drivers/net
by Al Viro
· 17 years ago
93a3b60
wireless: checkpatch cleanups
by Jeff Garzik
· 17 years ago
28fc1f5
[netdrvr] irq handler minor cleanups in several drivers
by Jeff Garzik
· 17 years ago
f59d978
wireless: fix '!x & y' typo's
by Roel Kluin
· 17 years ago
3b04ddd
[NET]: Move hardware header operations out of netdevice.
by Stephen Hemminger
· 17 years ago
b95cce3
[NET]: Wrap hard_header_parse
by Stephen Hemminger
· 17 years ago
0795af5
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
by Joe Perches
· 17 years ago
ff8ac60
drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE
by Denis Cheng
· 17 years ago
10d024c
[NET]: Nuke SET_MODULE_OWNER macro.
by Ralf Baechle
· 17 years ago
d73ae55
[PATCH] remove gratuitous space in airo module description
by Bill Nottingham
· 17 years ago
8314418
Freezer: make kernel threads nonfreezable by default
by Rafael J. Wysocki
· 17 years ago
fb038c2
[PATCH] airo: start with radio off
by Michal Schmidt
· 17 years ago
175ec1a
[PATCH] airo: simpler calling convention for enable_MAC()
by Michal Schmidt
· 17 years ago
1138c37
[PATCH] airo: fix a race causing initialization failures
by Michal Schmidt
· 17 years ago
1c2b7db
[PATCH] airo: delay some initialization until the netdev is up
by Michal Schmidt
· 17 years ago
777ec5e
[PATCH] airo: disable the PCI device when unloading module
by Michal Schmidt
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
af5b5c9
[PATCH] airo: Make /sys/bus/pci/drivers/airo/{,un}bind work
by Michal Schmidt
· 18 years ago
fd48f8d
[PATCH] airo: Don't check for NULL before kfree()
by Michal Schmidt
· 18 years ago
98e399f
[SK_BUFF]: Introduce skb_mac_header()
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
4c13eb6
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
by Arnaldo Carvalho de Melo
· 18 years ago
4d88190
[PATCH] airo: Fix an error path memory leak
by Michal Schmidt
· 18 years ago
b312362
Merge branch 'upstream' into upstream-jgarzik
by John W. Linville
· 18 years ago
e7c04fd
[PATCH] misc-wireless: Use ARRAY_SIZE macro when appropriate
by Ahmed S. Darwish
· 18 years ago
d54b1fd
[PATCH] mark struct file_operations const 5
by Arjan van de Ven
· 18 years ago
7dfb710
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
by Nigel Cunningham
· 18 years ago
5bb85f1
[PATCH] airo: check if need to freeze
by Dave Kleikamp
· 18 years ago
5307794
[PATCH] wireless: More WE-21 potential overflows...
by Jean Tourrilhes
· 18 years ago
431aca5
[PATCH] airo.c: check returned values
by Florin Malita
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
de89788
drivers/net/wireless/{airo,ipw2100}: fix error handling bugs
by Jeff Garzik
· 18 years ago
7f8544c
[PATCH] WE-21 for airo
by Jean Tourrilhes
· 18 years ago
28eb177
Merge branch 'master' into upstream
by Jeff Garzik
· 18 years ago
f12cc20
[CRYPTO] users: Use block ciphers where applicable
by Herbert Xu
· 18 years ago
3b4c7d64
[PATCH] kthread: airo.c
by Sukadev Bhattiprolu
· 18 years ago
13dca9b
[PATCH] airo: collapse debugging-messages in issuecommand to one line
by Robert Schulze
· 18 years ago
1fb9df5
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
0c6157a
[PATCH] wireless/airo: minimal WPA awareness
by Michal Schmidt
· 19 years ago
3c30495
[PATCH] wireless/airo: minimal WPA awareness
by Dan Williams
· 19 years ago
6fcdf56
[PATCH] wireless/airo: clean up WEXT association and scan events
by Dan Williams
· 19 years ago
9e75af3
[PATCH] wireless/airo: cache wireless scans
by Dan Williams
· 19 years ago
15db276
[PATCH] wireless/airo: define default MTU
by Dan Williams
· 19 years ago
934d8bf
[PATCH] wireless/airo: clean up printk usage to print device name
by Dan Williams
· 19 years ago
a23f460
[PATCH] wireless/airo: Remove 'Setting transmit key' info messages
by Dan Williams
· 19 years ago
22d8846
[PATCH] wireless/airo: fix setting TX key index plus key in ENCODEEXT
by Dan Williams
· 19 years ago
4be757d
[PATCH] wireless/airo: add IWENCODEEXT and IWAUTH support
by Dan Williams
· 19 years ago
a39d3e7
[PATCH] AIRO{,_CS} <-> CRYPTO fixes
by Adrian Bunk
· 19 years ago
2610c73
airo: Off-by-one channel fix
by Javier Achirica
· 19 years ago
d6a13a2
[PATCH] drivers/net/wireless: correct reported ssid lengths
by Dan Williams
· 19 years ago
62d65a8
Merge branch 'upstream-fixes'
by Jeff Garzik
· 19 years ago
f89b232
[PATCH] airo.c: add support for IW_ENCODE_TEMP (i.e. xsupplicant)
by Dan Streetman
· 19 years ago
1d97f38
[wireless airo] reset card in init
by Matthieu CASTET
· 19 years ago
3133c5e8
Merge git://git.tuxdriver.com/git/netdev-jwl
by Jeff Garzik
· 19 years ago
b69a3aa
[PATCH] wireless net: Conversions of kmalloc/memset to kzalloc
by Panagiotis Issaris
· 19 years ago
d380876
[PATCH] airo.c/airo_cs.c: correct prototypes
by Adrian Bunk
· 19 years ago
29b09fc
[PATCH] drivers/net/wireless/airo.c unsigned comparason
by Gabriel A. Devenyi
· 19 years ago
6df5b9f
[CRYPTO] Simplify one-member scatterlist expressions
by Herbert Xu
· 19 years ago
378f058
[PATCH] Use sg_set_buf/sg_init_one where applicable
by David Hardeman
· 19 years ago
b4558ea
drivers/net: Remove pointless checks for NULL prior to calling kfree()
by Jesper Juhl
· 19 years ago
5323280
airo: fix resume
by Michal Schmidt
· 19 years ago
2759c8d
[wireless airo] remove needed dma_addr_t obfuscation
by Jeff Garzik
· 19 years ago
e2e9650
Remove WIRELESS_EXT ifdefs from several wireless drivers.
by Jeff Garzik
· 19 years ago
1141455
[PATCH] airo : fix channel number in scan
by matthieu castet
· 19 years ago
bbeec90
[wireless] build fixes after merging WE-19
by Jeff Garzik
· 19 years ago
Next »