aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wimax/i2400m/rx.c
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-111-13/+13
|\
| * NET: wimax, fix use after freeJiri Slaby2010-10-111-13/+13
* | wimax: make functions localstephen hemminger2010-10-051-1/+1
|/
* Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2010-05-251-2/+2
|\
| * wimax/i2400m: fix bad race condition check in RX pathInaky Perez-Gonzalez2010-05-201-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky/...David S. Miller2010-05-151-35/+74
|\ \ | |/
| * wimax/i2400m: Move module params to other file so they can be staticPrasanna S Panchamukhi2010-05-111-0/+5
| * wimax: wimax_msg_alloc() returns ERR_PTR not nullDan Carpenter2010-05-111-5/+4
| * wimax/i2400m: fix incorrect handling of type 2 and 3 RX messagesPrasanna S. Panchamukhi2010-05-111-25/+26
| * wimax i2400m: fix race condition while accessing rx_roq by using kref countPrasanna S. Panchamukhi2010-05-111-5/+39
* | drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-7/+0
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | wimax/i2400m: introduce i2400m_reset(), stopping TX and carrierInaky Perez-Gonzalez2009-11-031-2/+2
* | wimax/i2400m: queue device's report until the driver is ready for themInaky Perez-Gonzalez2009-10-191-29/+113
* | wimax/i2400m: clarify and fix i2400m->{ready,updown}Inaky Perez-Gonzalez2009-10-191-9/+7
* | wimax/i2400m: rework bootrom initialization to be more flexibleInaky Perez-Gonzalez2009-10-191-0/+22
|/
* wimax/i2400m: rename misleading I2400M_PL_PAD to I2400M_PL_ALIGNInaky Perez-Gonzalez2009-06-111-2/+2
* wimax/i2400m: remove redundant readiness checks from i2400m_report_tlv_*()Inaky Perez-Gonzalez2009-05-281-1/+2
* wimax/i2400m: trace commands sent from user space on the "echo" pipeInaky Perez-Gonzalez2009-05-281-0/+3
* wimax/i2400m: fix device crash: fix optimization in _roq_queue_update_wsInaky Perez-Gonzalez2009-05-141-3/+2
* wimax/i2400m: implement RX reorder supportInaky Perez-Gonzalez2009-03-021-25/+652
* wimax/i2400m: support extended data RX protocol (no need to reallocate skbs)Inaky Perez-Gonzalez2009-03-021-8/+109
* i2400m: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-261-2/+1
* i2400m: RX and TX data/control pathsInaky Perez-Gonzalez2009-01-071-0/+534