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
starfive-6.6.48-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
/
libertas
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-29
libertas: add lbs_mesh sysfs attribute for enabling mesh
David Woodhouse
8
-17
/
+99
2008-01-29
libertas: fix sparse endianness warnings in scan.c
David Woodhouse
1
-6
/
+5
2008-01-29
libertas: make some more functions static
David Woodhouse
3
-11
/
+11
2008-01-29
libertas: endianness fixes for get_channel/set_channel
Dan Williams
1
-4
/
+5
2008-01-29
libertas: convert RF_CHANNEL to a direct command
Dan Williams
5
-57
/
+75
2008-01-29
libertas: convert DATA_RATE to a direct command
Dan Williams
6
-56
/
+83
2008-01-29
libertas: fix case of FWT_ACCESS_LIST_ROUTE and FWT_ACCESS_LIST_NEIGHBOR comm...
Dan Williams
1
-2
/
+2
2008-01-29
libertas: remove casts from lbs_cmd() and lbs_cmd_with_response() macros
David Woodhouse
1
-2
/
+2
2008-01-29
libertas: convert CMD_MESH_ACCESS to a direct command
David Woodhouse
6
-51
/
+39
2008-01-29
libertas: fix debug output in lbs_cmd_copyback() function.
David Woodhouse
1
-3
/
+3
2008-01-29
libertas: rename and re-type bufvirtualaddr to cmdbuf
Dan Williams
8
-100
/
+79
2008-01-29
libertas: wait for 'firmware ready' event from firmware after loading
David Woodhouse
2
-5
/
+22
2008-01-29
libertas: move removal of lbs_rtap file to lbs_stop_card()
David Woodhouse
1
-1
/
+1
2008-01-29
libertas: switch USB cardp->priv to 'struct lbs_private *' and resulting fix
David Woodhouse
2
-2
/
+4
2008-01-29
libertas: convert GET_HW_SPEC to a direct command
Dan Williams
5
-81
/
+73
2008-01-29
libertas: add simple copyback command callback
Dan Williams
2
-1
/
+35
2008-01-29
libertas: clean up direct command handling
Dan Williams
4
-18
/
+31
2008-01-29
libertas: don't run thread while firmware not yet ready
David Woodhouse
1
-0
/
+5
2008-01-29
libertas: switch to a waitqueue and timer for handling USB firmware load
David Woodhouse
2
-12
/
+31
2008-01-29
libertas: improve reliability of firmware reloading on USB
David Woodhouse
1
-3
/
+3
2008-01-29
libertas: make rtap and normal modes mutually exclusive, clean up open/stop
David Woodhouse
2
-84
/
+50
2008-01-29
libertas: clean up is_command_allowed_in_ps()
Dan Williams
1
-15
/
+9
2008-01-29
libertas: remove pre_open_check()
David Woodhouse
1
-32
/
+0
2008-01-29
libertas: make lbs_cmd() usage nicer
Dan Williams
4
-9
/
+22
2008-01-29
libertas: clean up lbs_interrupt()
David Woodhouse
5
-17
/
+17
2008-01-29
libertas: add opaque extra argument to cmd callback function
David Woodhouse
5
-9
/
+16
2008-01-29
libertas: fix use-after-free error
Holger Schurig
1
-6
/
+8
2008-01-29
libertas: kill (IS,SET,UNSET)_MESH_FRAME.
David Woodhouse
1
-4
/
+0
2008-01-29
libertas: kill lbs_upload_tx_packet()
David Woodhouse
3
-26
/
+16
2008-01-29
libertas: fix error cases in lbs_process_rxed_802_11_packet()
David Woodhouse
1
-6
/
+8
2008-01-29
libertas: remove unreachable code from process_rxed_802_11_packet()
David Woodhouse
1
-43
/
+32
2008-01-29
libertas: Move actual transmission to main thread
David Woodhouse
3
-61
/
+71
2008-01-29
libertas: refactor the 'should I sleep?' decision in lbs_thread()
David Woodhouse
1
-2
/
+18
2008-01-29
libertas: free successfully transmitted skbs again
David Woodhouse
1
-1
/
+3
2008-01-29
libertas: TX packet is radiotap iff it comes from rtap_dev
David Woodhouse
1
-1
/
+1
2008-01-29
libertas: set dev_addr on rtap device
David Woodhouse
1
-0
/
+1
2008-01-29
libertas: stop using ieee80211 for radiotap device
David Woodhouse
2
-23
/
+15
2008-01-29
libertas: kill lbs_pre_start_xmit(), lib_mesh_pre_start_xmit()
David Woodhouse
1
-48
/
+2
2008-01-29
libertas: clean up lbs_hard_start_xmit()
David Woodhouse
1
-70
/
+63
2008-01-29
libertas: kill lbs_process_tx() by merging it into lbs_hard_start_xmit()
David Woodhouse
1
-32
/
+13
2008-01-29
libertas: move lbs_hard_start_xmit() into tx.c
David Woodhouse
3
-34
/
+33
2008-01-29
libertas: kill SendSinglePacket() function.
David Woodhouse
1
-42
/
+24
2008-01-29
libertas: kill internal tx queue for PS mode
David Woodhouse
4
-50
/
+3
2008-01-29
libertas: stop debugfs code looking at cmdpendingq
David Woodhouse
1
-2
/
+1
2008-01-29
libertas: cope with device which already has firmware loaded
David Woodhouse
2
-14
/
+23
2008-01-29
libertas: use lbs_host_to_card_done() in lbs_tx_timeout()
David Woodhouse
1
-23
/
+17
2008-01-29
libertas: kill struct lbs_adapter
David Woodhouse
19
-1204
/
+1046
2008-01-29
libertas: kill TxLockFlag
David Woodhouse
3
-10
/
+25
2008-01-29
libertas: fix lbs_rtap attribute in sysfs
David Woodhouse
2
-14
/
+6
2008-01-29
libertas: clean up lbs_thread() to make it slightly more readable
David Woodhouse
1
-56
/
+36
[next]