Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
1f3f06184006dff1ec439c56dcee9a99ed93e985
/
drivers
/
net
/
wireless
/
orinoco
adc009e
orinoco/wext.c: Remove local #define STD_IW_HANDLER
by Joe Perches
· 15 years ago
484b4dd
orinoco: disable support for prism chipset by default
by Pavel Roskin
· 15 years ago
655ffee
wireless: convert to use netdev_for_each_mc_addr
by Jiri Pirko
· 15 years ago
19bc291
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
fbc87d6
Introduce PCMCIA_DEVICE_PROD_ID3
by Pavel Roskin
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
a3aa188
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
by Alexey Dobriyan
· 15 years ago
3a999e6e
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
5b06915
orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabled
by Andrey Borzenkov
· 15 years ago
5017065
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 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
a589296
orinoco: remove spare KERN_DEBUG
by David Kilroy
· 15 years ago
d014d04
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
28b4d5c
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
5fa9167
pcmcia: rework the irq_req_t typedef
by Dominik Brodowski
· 15 years ago
dd2e5a1
pcmcia: remove deprecated handle_to_dev() macro
by Dominik Brodowski
· 15 years ago
6f48d0e9
orinoco: declare MODULE_FIRMWARE
by Ben Hutchings
· 15 years ago
06fe9fb
tree-wide: fix a very frequent spelling mistake
by Dirk Hohndel
· 15 years ago
2caff14
pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (wireless)
by Dominik Brodowski
· 15 years ago
133d7c6
wireless: remove WLAN_80211 and WLAN_PRE80211 from Kconfig
by John W. Linville
· 15 years ago
3414fc3
orinoco: use cfg80211 ethtool ops
by David Kilroy
· 15 years ago
c6d3597
wireless: fix CFG80211_WEXT build problems
by Randy Dunlap
· 15 years ago
cf32ed9
orinoco: support ETHTOOL_GPERMADDR
by John W. Linville
· 15 years ago
3d23e34
wext: refactor
by Johannes Berg
· 15 years ago
6cdee2f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
d0cf9c0
wireless: convert drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
30fab9e
orinoco: remove spare whitespace
by David Kilroy
· 15 years ago
518ff04
orinoco: correct key bounds check in orinoco_hw_get_tkip_iv
by John W. Linville
· 15 years ago
4af198f
orinoco: consolidate storage of WEP and TKIP keys
by David Kilroy
· 15 years ago
2b26035
orinoco: add function to retrieve current bssid
by David Kilroy
· 15 years ago
07542d0
orinoco: move disassociation to hw.c
by David Kilroy
· 15 years ago
16e1584
orinoco: pass orinoco_set_tkip_key the sequence lengths
by David Kilroy
· 15 years ago
5c9f41e
orinoco: use local types for auth alg and sequence length
by David Kilroy
· 15 years ago
bb7e43c
orinoco: prefer_port3 can be a single bit
by David Kilroy
· 15 years ago
7e2ce64
orinoco: enable cfg80211 "set_channel" operation
by Holger Schurig
· 15 years ago
da81203
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
240c102
netdev: restore MAC address set and validate operations
by Ben Hutchings
· 15 years ago
35a0ace
wireless: remove redundant tests on unsigned
by Roel Kluin
· 16 years ago
4244f41
orinoco: fix printk format specifier for size_t arguments
by David Kilroy
· 15 years ago
b5c4691
orinoco: remove WE nickname support
by David Kilroy
· 16 years ago
934fd51
orinoco: convert giwrange to cfg80211
by David Kilroy
· 16 years ago
c63cdbe
orinoco: convert scanning to cfg80211
by David Kilroy
· 16 years ago
5217c57
orinoco: convert mode setting to cfg80211
by David Kilroy
· 16 years ago
721aa2f
orinoco: provide generic commit function
by David Kilroy
· 16 years ago
6415f7d
orinoco: Handle suspend/restore in core driver
by David Kilroy
· 16 years ago
ef96b5c
airport: store irq in card private structure
by David Kilroy
· 16 years ago
5381956
orinoco: move netdev interface creation to main driver
by David Kilroy
· 16 years ago
35832c5
orinoco: make firmware download less verbose
by David Kilroy
· 16 years ago
ea60a6a
orinoco: initiate cfg80211 conversion
by David Kilroy
· 16 years ago
98e5f40
orinoco: Change set_tkip to use orinoco_private instead of hermes_t
by David Kilroy
· 16 years ago
8e63826
orinoco: initialise independently of netdev
by David Kilroy
· 16 years ago
a260836
orinoco: Replace net_device with orinoco_private in driver interfaces
by David Kilroy
· 16 years ago
44d8dad
orinoco: firmware helpers should use dev_err and friends
by David Kilroy
· 16 years ago
a3f47b9
orinoco: use dev_err in early initialisation routines
by David Kilroy
· 16 years ago
42a51b9
orinoco: Move FID allocation to hw.c
by David Kilroy
· 16 years ago
e9e3d01
orinoco: Move card reading code into hw.c
by David Kilroy
· 16 years ago
a2d1a42
orinoco: Move firmware capability determination into hw.c
by David Kilroy
· 16 years ago
91fe9ca
orinoco: correct timeout logic in __orinoco_hw_set_tkip_key()
by Pavel Roskin
· 16 years ago
2bfc5cb
orinoco: firmware: consistently compile out fw cache support if not requested
by Andrey Borzenkov
· 16 years ago
3faa19c
orinoco: prevent accessing memory outside the firmware image
by David Kilroy
· 16 years ago
7e57811
orinoco: validate firmware header
by David Kilroy
· 16 years ago
f11c179
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
5c138dc
orinoco: do not resgister NULL pm_notifier function
by Andrey Borzenkov
· 16 years ago
f733ded
orinoco: Storage class should be before const qualifier
by Tobias Klauser
· 16 years ago
dec59d6
orinoco: hermes doesn't need to be a separate module
by David Kilroy
· 16 years ago
f90d8d4
orinoco: hermes_dld does not need to be a module
by David Kilroy
· 16 years ago
cb1576a
orinoco: Move WEXT handlers into a separate file
by David Kilroy
· 16 years ago
712a434
orinoco: Move hardware functions into separate file
by David Kilroy
· 16 years ago
5865d01
orinoco: Add hardware function to set multicast mode
by David Kilroy
· 16 years ago
cfeb1db
orinoco: Use accessor functions for bitrate tables
by David Kilroy
· 16 years ago
37a2e56
orinoco: Move firmware handling into a separate file
by David Kilroy
· 16 years ago
4adb474
orinoco: Move MIC helpers into new file
by David Kilroy
· 16 years ago
fb791b1
orinoco: Move scan helpers to a separate file
by David Kilroy
· 16 years ago
aea48b1
orinoco: use orinoco_private instead of net_device in scan helper
by David Kilroy
· 16 years ago
47445cb
orinoco: Rename orinoco.c
by David Kilroy
· 16 years ago
2131266
orinoco: Fix interesting checkpatch errors
by David Kilroy
· 16 years ago
b2f30a0
orinoco: keep line length below 80 characters
by David Kilroy
· 16 years ago
566f2d9
orinoco: remove unnecessary braces
by David Kilroy
· 16 years ago
a94e842
orinoco: spaces in parenthesised expressions
by David Kilroy
· 16 years ago
6fe9deb
orinoco: address leading and trailing whitespace
by David Kilroy
· 16 years ago
c1b4aa3
wireless: replace uses of __constant_{endian}
by Harvey Harrison
· 16 years ago
d14c7c1
orinoco: checkpatch cleanup
by Andrey Borzenkov
· 16 years ago
e129a94
orinoco: trivial cleanup in alloc_orinocodev
by Andrey Borzenkov
· 16 years ago
89ea409
orinoco: convert to struct net_device_ops
by Andrey Borzenkov
· 16 years ago
49c1d20
Move orinoco Kconfig entries into drivers/net/wireless/orinoco/Kconfig
by Andrey Borzenkov
· 16 years ago
4716679
orinoco: Remove unused variable rx_data
by David Kilroy
· 16 years ago
9ee677c
wireless: Add channel/frequency conversions to ieee80211.h
by David Kilroy
· 16 years ago
11eaea4
orinoco: use KERN_DEBUG for link status messages
by Pavel Roskin
· 16 years ago
7fe99c4
orinoco: move kmalloc(..., GFP_KERNEL) outside spinlock in orinoco_ioctl_set_genie
by Andrey Borzenkov
· 16 years ago
706ea9b
orinoco_cs: add ID for ARtem Onair Comcard 11
by Pavel Roskin
· 16 years ago
20953ad
orinoco: take the driver lock in the rx tasklet
by David Kilroy
· 16 years ago
62d714e
spectrum_cs: Fix function names used in debug strings
by David Kilroy
· 16 years ago
499b702
orinoco: Fix inappropriate use of IRQ_BAP
by David Kilroy
· 16 years ago
0c06dd8
orinoco: Fix function names used in debug strings
by David Kilroy
· 16 years ago
d070d85
airport: remove useless return in a function returning void
by Pavel Roskin
· 16 years ago
39d1ffe
orinoco: Provide option to avoid unnecessary fw caching
by David Kilroy
· 16 years ago
ac7cafd
orinoco: Resume spectrum_cs in the same way as orinoco_cs
by David Kilroy
· 16 years ago
2cea7b2
orinoco: Cache Symbol firmware
by David Kilroy
· 16 years ago
7473431
orinoco: Separate fw caching from download
by David Kilroy
· 16 years ago
f941f85
orinoco: indicate it is using dBm in wireless_stats and spy
by Andrey Borzenkov
· 16 years ago
Next »