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
/
orinoco
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-18
orinoco: move under intersil vendor directory
Kalle Valo
1
-2429
/
+0
2015-08-13
orinoco: Do not call wiphy_unregister() from free_orinocodev()
Jes Sorensen
1
-2
/
+0
2015-02-06
orinoco: Delete an unnecessary check before the function call "kfree"
Markus Elfring
1
-1
/
+1
2013-02-04
wireless: Remove unnecessary alloc/OOM messages, alloc cleanups
Joe Perches
1
-11
/
+5
2013-01-09
remove init of dev->perm_addr in drivers
Jiri Pirko
1
-1
/
+0
2012-03-28
net: orinoco: add error handling for failed kmalloc().
Santosh Nayak
1
-0
/
+8
2012-02-01
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
Joe Perches
1
-4
/
+2
2011-12-20
module_param: make bool parameters really bool (net & drivers/net)
Rusty Russell
1
-1
/
+1
2011-08-18
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
1
-1
/
+1
2011-07-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-23
/
+23
2011-07-15
orinoco: minor fixes for problems found by checkpatch.pl
Pavel Roskin
1
-23
/
+23
2011-06-06
drivers/net: Remove unnecessary semicolons
Joe Perches
1
-1
/
+1
2011-03-21
orinoco: Maintain lock until entry removed from list
Joe Gunn
1
-1
/
+1
2010-12-08
orinoco: clear countermeasure setting on commit
David Kilroy
1
-0
/
+6
2010-11-30
orinoco: abort scan on interface down
David Kilroy
1
-7
/
+5
2010-06-03
drivers/net: use __packed annotation
Eric Dumazet
1
-5
/
+5
2010-05-14
drivers/net: Remove unnecessary returns from void function()s
Joe Perches
1
-2
/
+0
2010-05-11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-63
/
+106
2010-05-10
net: trans_start cleanups
Eric Dumazet
1
-1
/
+0
2010-05-07
orinoco: refactor xmit path
David Kilroy
1
-63
/
+106
2010-05-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-61
/
+76
2010-05-03
orinoco: add orinoco_usb driver
David Kilroy
1
-2
/
+4
2010-05-03
orinoco: encapsulate driver locking
David Kilroy
1
-10
/
+10
2010-05-03
orinoco: allow driver to specify netdev_ops
David Kilroy
1
-8
/
+20
2010-05-03
orinoco: add hermes_ops
David Kilroy
1
-41
/
+42
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-28
wireless: convert to use netdev_for_each_mc_addr
Jiri Pirko
1
-2
/
+1
2010-02-12
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
1
-2
/
+2
2009-10-27
orinoco: use cfg80211 ethtool ops
David Kilroy
1
-27
/
+6
2009-10-08
orinoco: support ETHTOOL_GPERMADDR
John W. Linville
1
-0
/
+1
2009-09-01
wireless: convert drivers to netdev_tx_t
Stephen Hemminger
1
-1
/
+1
2009-08-14
orinoco: consolidate storage of WEP and TKIP keys
David Kilroy
1
-11
/
+22
2009-08-14
orinoco: use local types for auth alg and sequence length
David Kilroy
1
-3
/
+3
2009-07-17
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+2
2009-07-13
netdev: restore MAC address set and validate operations
Ben Hutchings
1
-1
/
+2
2009-07-10
orinoco: convert scanning to cfg80211
David Kilroy
1
-51
/
+116
2009-07-10
orinoco: convert mode setting to cfg80211
David Kilroy
1
-7
/
+8
2009-07-10
orinoco: provide generic commit function
David Kilroy
1
-233
/
+64
2009-07-10
orinoco: Handle suspend/restore in core driver
David Kilroy
1
-6
/
+55
2009-07-10
orinoco: move netdev interface creation to main driver
David Kilroy
1
-33
/
+78
2009-07-10
orinoco: initiate cfg80211 conversion
David Kilroy
1
-24
/
+84
2009-07-10
orinoco: initialise independently of netdev
David Kilroy
1
-24
/
+20
2009-07-10
orinoco: Replace net_device with orinoco_private in driver interfaces
David Kilroy
1
-16
/
+15
2009-07-10
orinoco: Move FID allocation to hw.c
David Kilroy
1
-23
/
+2
2009-07-10
orinoco: Move card reading code into hw.c
David Kilroy
1
-100
/
+2
2009-07-10
orinoco: Move firmware capability determination into hw.c
David Kilroy
1
-216
/
+2
2009-03-17
orinoco: firmware: consistently compile out fw cache support if not requested
Andrey Borzenkov
1
-0
/
+2
2009-02-25
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-4
/
+15
2009-02-13
orinoco: Move WEXT handlers into a separate file
David Kilroy
1
-2349
/
+6
2009-02-13
orinoco: Move hardware functions into separate file
David Kilroy
1
-582
/
+1
[next]