index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
libertas
/
tx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-26
libertas: precedence bug
Dan Carpenter
1
-1
/
+1
2010-06-23
Libertas: cfg80211 support
Kiran Divekar
1
-5
/
+7
2010-05-10
net: trans_start cleanups
Eric Dumazet
1
-2
/
+0
2009-12-22
libertas: add access functions for mesh open/connect status
Holger Schurig
1
-1
/
+1
2009-11-28
libertas: moveing mesh-related functions into mesh.c
Holger Schurig
1
-6
/
+1
2009-11-19
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2009-10-27
libertas: cleanup host.h and hostcmd.h
Holger Schurig
1
-1
/
+1
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
1
-0
/
+1
2009-09-01
wireless: convert drivers to netdev_tx_t
Stephen Hemminger
1
-4
/
+2
2009-04-23
libertas: support mesh for various firmware versions
Bing Zhao
1
-2
/
+6
2009-03-22
libertas: convert to internal net_device_stats
Stephen Hemminger
1
-4
/
+4
2009-02-26
libertas: fix misuse of netdev_priv() and dev->ml_priv
Kiran Divekar
1
-1
/
+1
2008-11-13
netdevice: safe convert to netdev_priv() #part-3
Wang Chen
1
-1
/
+1
2008-04-16
libertas: convert libertas driver to use an event/cmdresp queue
Holger Schurig
1
-17
/
+3
2008-03-27
libertas: kill useless #define LBS_MONITOR_OFF 0
Holger Schurig
1
-3
/
+2
2008-01-29
libertas: kill whitespace at end of lines
David Woodhouse
1
-2
/
+2
2008-01-29
libertas: kill lbs_upload_tx_packet()
David Woodhouse
1
-1
/
+7
2008-01-29
libertas: Move actual transmission to main thread
David Woodhouse
1
-60
/
+43
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: 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
1
-1
/
+32
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
1
-37
/
+3
2008-01-29
libertas: kill struct lbs_adapter
David Woodhouse
1
-33
/
+30
2008-01-29
libertas: kill TxLockFlag
David Woodhouse
1
-6
/
+3
2008-01-29
libertas: remove arbitrary typedefs
Holger Schurig
1
-11
/
+11
2008-01-29
libertas: separate mesh connectivity from that of the main interface
Brajesh Dave
1
-4
/
+5
2008-01-29
libertas: move to uniform lbs_/LBS_ namespace
Holger Schurig
1
-19
/
+19
2007-10-11
[PATCH] libertas: monitor mode support for OLPC firmware
Luis Carlos Cobo
1
-4
/
+4
2007-10-11
[PATCH] libertas: remove adapter->pkttxctrl
Holger Schurig
1
-5
/
+0
2007-10-11
[PATCH] libertas: make the hex dumper nicer
Holger Schurig
1
-3
/
+3
2007-10-11
[PATCH] libertas: remove debugmode
Holger Schurig
1
-8
/
+0
2007-10-11
[PATCH] libertas: access mesh_dev more carefully
Holger Schurig
1
-4
/
+8
2007-10-11
[PATCH] libertas: re-uppercase command defines and other constants
Dan Williams
1
-1
/
+1
2007-06-11
[PATCH] libertas: more endianness fixes, in tx.c this time
David Woodhouse
1
-4
/
+4
2007-06-11
[PATCH] libertas: first pass at fixing up endianness issues
David Woodhouse
1
-14
/
+15
2007-06-11
[PATCH] libertas: remove unused variables in wlan_dev_t
Holger Schurig
1
-6
/
+6
2007-06-11
[PATCH] libertas: split module into two (libertas.ko and usb8xxx.ko)
Holger Schurig
1
-0
/
+1
2007-06-11
[PATCH] libertas: indirect all hardware access via hw_XXXX functions
Holger Schurig
1
-6
/
+5
2007-06-11
[PATCH] libertas: fixed transmission flow control on the mesh interface
Javier Cardona
1
-3
/
+9
2007-06-11
[PATCH] libertas: make debug configurable
Holger Schurig
1
-9
/
+8
2007-05-11
[PATCH] libertas: 64-bit cleanups
Dan Williams
1
-1
/
+1
2007-04-28
[PATCH] Marvell Libertas 8388 802.11b/g USB driver
Marcelo Tosatti
1
-0
/
+285