aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/rx.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-0/+3
* libertas: Use netdev_<level> or dev_<level> where possibleJoe Perches2011-05-111-1/+1
* libertas: Convert lbs_pr_<level> to pr_<level>Joe Perches2011-05-111-2/+5
* libertas: use kernel-doc notation, fix comment styleRandy Dunlap2011-04-281-17/+17
* libertas: Use static constJoe Perches2010-11-221-1/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-07-011-110/+11
|\
| * Libertas: cfg80211 supportKiran Divekar2010-06-231-110/+11
* | drivers/net: use __packed annotationEric Dumazet2010-06-031-4/+4
|/
* libertas: fix uninitialized variable warningPrarit Bhargava2010-05-281-3/+2
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-1/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | DRIVER: Libertas: Fixed coding style in rx.cStewart Malik2010-03-151-25/+25
|/
* libertas: moveing mesh-related functions into mesh.cHolger Schurig2009-11-281-9/+2
* libertas: cleanup host.h and hostcmd.hHolger Schurig2009-10-271-1/+1
* libertas: fix warning about %zd:John W. Linville2009-04-221-2/+2
* libertas: add support for Marvell SD8688 chipBing Zhao2009-04-221-7/+8
* libertas: support mesh for various firmware versionsBing Zhao2009-04-221-24/+9
* libertas: don't leak skb on receive errorPhilip Rakity2009-04-161-0/+2
* wireless: radiotap updatesJohannes Berg2009-03-271-10/+2
* libertas: convert to internal net_device_statsStephen Hemminger2009-03-211-9/+9
* libertas: free sk_buff with kfree_skbSergio Luis2008-10-261-1/+1
* libertas: rate adaptation configuration via iwconfig.Javier Cardona2008-06-031-2/+2
* libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig2008-04-161-2/+2
* libertas: kill useless #define LBS_MONITOR_OFF 0Holger Schurig2008-03-271-1/+1
* libertas cs/sdio: fix 'NOHZ: local_softirq_pending 08' messageHolger Schurig2008-01-281-1/+4
* libertas: kill lbs_upload_tx_packet()David Woodhouse2008-01-281-23/+9
* libertas: fix error cases in lbs_process_rxed_802_11_packet()David Woodhouse2008-01-281-6/+8
* libertas: remove unreachable code from process_rxed_802_11_packet()David Woodhouse2008-01-281-43/+32
* libertas: kill struct lbs_adapterDavid Woodhouse2008-01-281-42/+36
* libertas: Don't claim to have checksummed incoming packets.David Woodhouse2008-01-281-1/+1
* libertas: remove arbitrary typedefsHolger Schurig2008-01-281-20/+22
* libertas: move to uniform lbs_/LBS_ namespaceHolger Schurig2008-01-281-33/+33
* [PATCH] libertas: fix sparse-reported problemsDan Williams2007-10-101-2/+2
* [PATCH] libertas: monitor mode support for OLPC firmwareLuis Carlos Cobo2007-10-101-28/+21
* [PATCH] libertas: remove adapter->{data,bcn}_avg_factorHolger Schurig2007-10-101-2/+2
* [PATCH] libertas: remove adapter->rxpd_rateHolger Schurig2007-10-101-2/+0
* [PATCH] libertas: make the hex dumper nicerHolger Schurig2007-10-101-8/+5
* [PATCH] libertas: remove debugmodeHolger Schurig2007-10-101-4/+0
* [PATCH] libertas: simplify and clean up data rate handlingDan Williams2007-10-101-5/+4
* [PATCH] libertas: fix use-after-free in rx pathHolger Schurig2007-07-101-1/+0
* [PATCH] libertas: actually send mesh frames to mesh netdevDan Williams2007-06-121-3/+2
* [PATCH] libertas: first pass at fixing up endianness issuesDavid Woodhouse2007-06-111-3/+3
* [PATCH] libertas: remove unused variables in wlan_dev_tHolger Schurig2007-06-111-2/+2
* [PATCH] libertas: split module into two (libertas.ko and usb8xxx.ko)Holger Schurig2007-06-111-0/+1
* [PATCH] libertas: single out mesh codeHolger Schurig2007-06-111-1/+1
* [PATCH] libertas: make debug configurableHolger Schurig2007-06-111-25/+25
* [PATCH] drivers/net/wireless/libertas/rx.c: fix use-after-freeEugene Teo2007-05-221-2/+0
* [PATCH] libertas: skb dereferenced after netif_rxFlorin Malita2007-05-221-17/+5
* [PATCH] libertas: 64-bit cleanupsDan Williams2007-05-111-2/+2