aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wimax/i2400m/rx.c
Commit message (Expand)AuthorAge
* drivers: net: misc: Remove unused OOM variablesJoe Perches2013-02-06
* wimax: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-04
* drivers/net: Add moduleparam.h to drivers as required.Paul Gortmaker2011-10-31
* drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-31
* Fix common misspellingsLucas De Marchi2011-03-31
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-11
|\
| * NET: wimax, fix use after freeJiri Slaby2010-10-11
* | wimax: make functions localstephen hemminger2010-10-05
|/
* Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2010-05-25
|\
| * wimax/i2400m: fix bad race condition check in RX pathInaky Perez-Gonzalez2010-05-20
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky/...David S. Miller2010-05-16
|\|
| * wimax/i2400m: Move module params to other file so they can be staticPrasanna S Panchamukhi2010-05-11
| * wimax: wimax_msg_alloc() returns ERR_PTR not nullDan Carpenter2010-05-11
| * wimax/i2400m: fix incorrect handling of type 2 and 3 RX messagesPrasanna S. Panchamukhi2010-05-11
| * wimax i2400m: fix race condition while accessing rx_roq by using kref countPrasanna S. Panchamukhi2010-05-11
* | drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-14
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-09
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-04
* | wimax/i2400m: introduce i2400m_reset(), stopping TX and carrierInaky Perez-Gonzalez2009-11-03
* | wimax/i2400m: queue device's report until the driver is ready for themInaky Perez-Gonzalez2009-10-19
* | wimax/i2400m: clarify and fix i2400m->{ready,updown}Inaky Perez-Gonzalez2009-10-19
* | wimax/i2400m: rework bootrom initialization to be more flexibleInaky Perez-Gonzalez2009-10-19
|/
* wimax/i2400m: rename misleading I2400M_PL_PAD to I2400M_PL_ALIGNInaky Perez-Gonzalez2009-06-11
* wimax/i2400m: remove redundant readiness checks from i2400m_report_tlv_*()Inaky Perez-Gonzalez2009-05-28
* wimax/i2400m: trace commands sent from user space on the "echo" pipeInaky Perez-Gonzalez2009-05-28
* wimax/i2400m: fix device crash: fix optimization in _roq_queue_update_wsInaky Perez-Gonzalez2009-05-14
* wimax/i2400m: implement RX reorder supportInaky Perez-Gonzalez2009-03-02
* wimax/i2400m: support extended data RX protocol (no need to reallocate skbs)Inaky Perez-Gonzalez2009-03-02
* i2400m: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-27
* i2400m: RX and TX data/control pathsInaky Perez-Gonzalez2009-01-07