aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/zd1201.c
Commit message (Expand)AuthorAgeFilesLines
* zd1201: do not use stack as URB transfer_bufferJussi Kivilinna2013-08-291-1/+3
* wireless: Remove unnecessary casts of usb_get_intfdataJoe Perches2010-12-021-1/+1
* zd1201: Add missing idmaximilian attems2010-11-151-0/+1
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-3/+0
* net: trans_start cleanupsEric Dumazet2010-05-101-2/+1
* 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
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
|/
* wireless: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-281-5/+4
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-4/+3
* zd1201: declare MODULE_FIRMWAREBen Hutchings2009-11-111-0/+3
* wireless: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-2/+2
* net: fix network drivers ndo_start_xmit() return values (part 3)Patrick McHardy2009-06-131-4/+4
* wireless: remove duplicated .ndo_set_mac_addressAlexander Beregalov2009-03-291-1/+0
* zd1201: convert to net_device_opsStephen Hemminger2009-03-211-6/+13
* zd1201: convert to internal net_device_statsStephen Hemminger2009-03-211-19/+10
* wireless: Add channel/frequency conversions to ieee80211.hDavid Kilroy2009-01-291-4/+3
* netdevice zd1201: Use after freeWang Chen2008-12-181-5/+5
* netdevice zd1201: Convert directly reference of netdev->priv to netdev_priv()John W. Linville2008-11-211-59/+56
* don't use net/ieee80211.hJohannes Berg2008-11-101-2/+2
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-2/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-181-1/+1
|\
| * zd1201: treat firmware data as constDavid Woodhouse2008-07-101-1/+1
* | wext: Emit event stream entries correctly when compat.David S. Miller2008-06-161-8/+13
|/
* [PATCH] zd1201: avoid null ptr access of skb->devJohn W. Linville2007-10-181-2/+2
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-2/+2
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-2/+0
* usb: zd1201 free urb cleanupMariusz Kozlowski2006-12-011-4/+2
* [PATCH] zd1201: Possible NULL dereferenceEric Sesterhenn2006-10-161-4/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-3/+3
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-09-271-1/+1
|\
| * [PATCH] WE-21 for zd1201Jean Tourrilhes2006-09-251-1/+1
* | USB: Dealias -110 code (more complete)Pete Zaitcev2006-09-271-2/+2
|/
* [PATCH] zd1201: workaround interference problemPavel Machek2006-07-271-0/+2
* [PATCH] wireless: move zd1201 where it belongsPavel Machek2006-06-051-0/+1929