| Commit message (Expand) | Author | Age | Files | Lines |
* | libertas: move under marvell vendor directory | Kalle Valo | 2015-11-18 | 1 | -286/+0 |
* | libertas: fix return value when processing invalid packet | Dan Williams | 2014-05-22 | 1 | -3/+5 |
* | drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | libertas: link mesh device to wiphy | Daniel Drake | 2011-08-08 | 1 | -0/+1 |
* | net: remove interrupt.h inclusion from netdevice.h | Alexey Dobriyan | 2011-06-07 | 1 | -0/+1 |
* | libertas: Use netdev_<level> or dev_<level> where possible | Joe Perches | 2011-05-11 | 1 | -1/+1 |
* | libertas: Convert lbs_pr_<level> to pr_<level> | Joe Perches | 2011-05-11 | 1 | -2/+5 |
* | libertas: use kernel-doc notation, fix comment style | Randy Dunlap | 2011-04-28 | 1 | -17/+17 |
* | libertas: Use static const | Joe Perches | 2010-11-22 | 1 | -1/+3 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-07-02 | 1 | -110/+11 |
|\ |
|
| * | Libertas: cfg80211 support | Kiran Divekar | 2010-06-23 | 1 | -110/+11 |
* | | drivers/net: use __packed annotation | Eric Dumazet | 2010-06-03 | 1 | -4/+4 |
|/ |
|
* | libertas: fix uninitialized variable warning | Prarit Bhargava | 2010-05-28 | 1 | -3/+2 |
* | drivers/net: Remove unnecessary returns from void function()s | Joe Perches | 2010-05-14 | 1 | -1/+0 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-11 | 1 | -0/+1 |
|\ |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | | DRIVER: Libertas: Fixed coding style in rx.c | Stewart Malik | 2010-03-15 | 1 | -25/+25 |
|/ |
|
* | libertas: moveing mesh-related functions into mesh.c | Holger Schurig | 2009-11-28 | 1 | -9/+2 |
* | libertas: cleanup host.h and hostcmd.h | Holger Schurig | 2009-10-27 | 1 | -1/+1 |
* | libertas: fix warning about %zd: | John W. Linville | 2009-04-22 | 1 | -2/+2 |
* | libertas: add support for Marvell SD8688 chip | Bing Zhao | 2009-04-22 | 1 | -7/+8 |
* | libertas: support mesh for various firmware versions | Bing Zhao | 2009-04-22 | 1 | -24/+9 |
* | libertas: don't leak skb on receive error | Philip Rakity | 2009-04-16 | 1 | -0/+2 |
* | wireless: radiotap updates | Johannes Berg | 2009-03-28 | 1 | -10/+2 |
* | libertas: convert to internal net_device_stats | Stephen Hemminger | 2009-03-22 | 1 | -9/+9 |
* | libertas: free sk_buff with kfree_skb | Sergio Luis | 2008-10-27 | 1 | -1/+1 |
* | libertas: rate adaptation configuration via iwconfig. | Javier Cardona | 2008-06-03 | 1 | -2/+2 |
* | libertas: convert libertas driver to use an event/cmdresp queue | Holger Schurig | 2008-04-16 | 1 | -2/+2 |
* | libertas: kill useless #define LBS_MONITOR_OFF 0 | Holger Schurig | 2008-03-27 | 1 | -1/+1 |
* | libertas cs/sdio: fix 'NOHZ: local_softirq_pending 08' message | Holger Schurig | 2008-01-29 | 1 | -1/+4 |
* | libertas: kill lbs_upload_tx_packet() | David Woodhouse | 2008-01-29 | 1 | -23/+9 |
* | libertas: fix error cases in lbs_process_rxed_802_11_packet() | David Woodhouse | 2008-01-29 | 1 | -6/+8 |
* | libertas: remove unreachable code from process_rxed_802_11_packet() | David Woodhouse | 2008-01-29 | 1 | -43/+32 |
* | libertas: kill struct lbs_adapter | David Woodhouse | 2008-01-29 | 1 | -42/+36 |
* | libertas: Don't claim to have checksummed incoming packets. | David Woodhouse | 2008-01-29 | 1 | -1/+1 |
* | libertas: remove arbitrary typedefs | Holger Schurig | 2008-01-29 | 1 | -20/+22 |
* | libertas: move to uniform lbs_/LBS_ namespace | Holger Schurig | 2008-01-29 | 1 | -33/+33 |
* | [PATCH] libertas: fix sparse-reported problems | Dan Williams | 2007-10-11 | 1 | -2/+2 |
* | [PATCH] libertas: monitor mode support for OLPC firmware | Luis Carlos Cobo | 2007-10-11 | 1 | -28/+21 |
* | [PATCH] libertas: remove adapter->{data,bcn}_avg_factor | Holger Schurig | 2007-10-11 | 1 | -2/+2 |
* | [PATCH] libertas: remove adapter->rxpd_rate | Holger Schurig | 2007-10-11 | 1 | -2/+0 |
* | [PATCH] libertas: make the hex dumper nicer | Holger Schurig | 2007-10-11 | 1 | -8/+5 |
* | [PATCH] libertas: remove debugmode | Holger Schurig | 2007-10-11 | 1 | -4/+0 |
* | [PATCH] libertas: simplify and clean up data rate handling | Dan Williams | 2007-10-11 | 1 | -5/+4 |
* | [PATCH] libertas: fix use-after-free in rx path | Holger Schurig | 2007-07-10 | 1 | -1/+0 |
* | [PATCH] libertas: actually send mesh frames to mesh netdev | Dan Williams | 2007-06-12 | 1 | -3/+2 |
* | [PATCH] libertas: first pass at fixing up endianness issues | David Woodhouse | 2007-06-11 | 1 | -3/+3 |
* | [PATCH] libertas: remove unused variables in wlan_dev_t | Holger Schurig | 2007-06-11 | 1 | -2/+2 |
* | [PATCH] libertas: split module into two (libertas.ko and usb8xxx.ko) | Holger Schurig | 2007-06-11 | 1 | -0/+1 |
* | [PATCH] libertas: single out mesh code | Holger Schurig | 2007-06-11 | 1 | -1/+1 |