aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18libertas: move under marvell vendor directoryKalle Valo1-286/+0
2014-05-22libertas: fix return value when processing invalid packetDan Williams1-3/+5
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-08-08libertas: link mesh device to wiphyDaniel Drake1-0/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-11libertas: Use netdev_<level> or dev_<level> where possibleJoe Perches1-1/+1
2011-05-11libertas: Convert lbs_pr_<level> to pr_<level>Joe Perches1-2/+5
2011-04-28libertas: use kernel-doc notation, fix comment styleRandy Dunlap1-17/+17
2010-11-22libertas: Use static constJoe Perches1-1/+3
2010-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-110/+11
2010-06-23Libertas: cfg80211 supportKiran Divekar1-110/+11
2010-06-03drivers/net: use __packed annotationEric Dumazet1-4/+4
2010-05-28libertas: fix uninitialized variable warningPrarit Bhargava1-3/+2
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-15DRIVER: Libertas: Fixed coding style in rx.cStewart Malik1-25/+25
2009-11-28libertas: moveing mesh-related functions into mesh.cHolger Schurig1-9/+2
2009-10-27libertas: cleanup host.h and hostcmd.hHolger Schurig1-1/+1
2009-04-22libertas: fix warning about %zd:John W. Linville1-2/+2
2009-04-22libertas: add support for Marvell SD8688 chipBing Zhao1-7/+8
2009-04-22libertas: support mesh for various firmware versionsBing Zhao1-24/+9
2009-04-16libertas: don't leak skb on receive errorPhilip Rakity1-0/+2
2009-03-27wireless: radiotap updatesJohannes Berg1-10/+2
2009-03-21libertas: convert to internal net_device_statsStephen Hemminger1-9/+9
2008-10-26libertas: free sk_buff with kfree_skbSergio Luis1-1/+1
2008-06-03libertas: rate adaptation configuration via iwconfig.Javier Cardona1-2/+2
2008-04-16libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig1-2/+2
2008-03-27libertas: kill useless #define LBS_MONITOR_OFF 0Holger Schurig1-1/+1
2008-01-28libertas cs/sdio: fix 'NOHZ: local_softirq_pending 08' messageHolger Schurig1-1/+4
2008-01-28libertas: kill lbs_upload_tx_packet()David Woodhouse1-23/+9
2008-01-28libertas: fix error cases in lbs_process_rxed_802_11_packet()David Woodhouse1-6/+8
2008-01-28libertas: remove unreachable code from process_rxed_802_11_packet()David Woodhouse1-43/+32
2008-01-28libertas: kill struct lbs_adapterDavid Woodhouse1-42/+36
2008-01-28libertas: Don't claim to have checksummed incoming packets.David Woodhouse1-1/+1
2008-01-28libertas: remove arbitrary typedefsHolger Schurig1-20/+22
2008-01-28libertas: move to uniform lbs_/LBS_ namespaceHolger Schurig1-33/+33
2007-10-10[PATCH] libertas: fix sparse-reported problemsDan Williams1-2/+2
2007-10-10[PATCH] libertas: monitor mode support for OLPC firmwareLuis Carlos Cobo1-28/+21
2007-10-10[PATCH] libertas: remove adapter->{data,bcn}_avg_factorHolger Schurig1-2/+2
2007-10-10[PATCH] libertas: remove adapter->rxpd_rateHolger Schurig1-2/+0
2007-10-10[PATCH] libertas: make the hex dumper nicerHolger Schurig1-8/+5
2007-10-10[PATCH] libertas: remove debugmodeHolger Schurig1-4/+0
2007-10-10[PATCH] libertas: simplify and clean up data rate handlingDan Williams1-5/+4
2007-07-10[PATCH] libertas: fix use-after-free in rx pathHolger Schurig1-1/+0
2007-06-12[PATCH] libertas: actually send mesh frames to mesh netdevDan Williams1-3/+2
2007-06-11[PATCH] libertas: first pass at fixing up endianness issuesDavid Woodhouse1-3/+3
2007-06-11[PATCH] libertas: remove unused variables in wlan_dev_tHolger Schurig1-2/+2
2007-06-11[PATCH] libertas: split module into two (libertas.ko and usb8xxx.ko)Holger Schurig1-0/+1
2007-06-11[PATCH] libertas: single out mesh codeHolger Schurig1-1/+1