aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/rndis_host.c
Commit message (Expand)AuthorAgeFilesLines
* net: Revert "rndis_host: Poll status channel before control channel"Ben Hutchings2010-07-021-12/+6
* rndis_host: Poll status channel before control channelBen Hutchings2010-05-151-6/+12
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* drivers/net/usb: Use netif_<level> logging facilitiesJoe Perches2010-02-171-8/+6
* usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>Joe Perches2010-02-171-5/+5
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-5/+5
* USB: rndis_host: debug info clobbered before it is loggedGeorge Nassar2009-10-301-3/+3
* rndis_host: support ETHTOOL_GPERMADDRJohn W. Linville2009-10-071-0/+1
* rndis_host: allow rndis_wlan to see all indicationsJussi Kivilinna2009-08-041-21/+29
* rndis_host: Use netdev stats structureHerbert Xu2009-06-301-1/+1
* usbnet: convert rndis driver to net_device_opsStephen Hemminger2009-03-211-1/+12
* rndis: remove private wrapper of __constant_cpu_to_le32Harvey Harrison2009-02-141-14/+11
* rndis_host: support WM6 devices as modemsThomas Backlund2008-07-221-0/+4
* rndis_host: pass buffer length to rndis_commandJussi Kivilinna2008-06-281-7/+7
* Merge branch 'upstream-next-davem' of master.kernel.org:/pub/scm/linux/kernel...David S. Miller2008-05-291-2/+2
|\
| * misc drivers/net endianness noiseAl Viro2008-05-221-2/+2
* | rndis_host: increase delay in command response loopPierre Ynard2008-05-221-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-271-3/+6
|\
| * rndis_host: fix oops when query for OID_GEN_PHYSICAL_MEDIUM failsJussi Kivilinna2008-03-251-3/+6
* | endianness annotations: rndisAl Viro2008-03-261-1/+2
* | misc drivers/net annotationsAl Viro2008-03-261-1/+1
|/
* rndis_host: fix transfer size negotiationJean-Christophe Dubois2008-03-171-4/+8
* Move usbnet.h and rndis_host.h to include/linux/usbJussi Kivilinna2008-01-311-3/+2
* rndis_host: Add RNDIS physical medium checking into generic_rndis_bind()Jussi Kivilinna2008-01-311-3/+33
* rndis_host: Add link_change function pointer to 'struct rndis_data'.Jussi Kivilinna2008-01-311-4/+20
* rndis_host: Add early_init function pointer to 'struct rndis_data'.Jussi Kivilinna2008-01-311-0/+6
* rndis_host: export functionsJussi Kivilinna2008-01-311-7/+13
* rndis_host: Split up rndis_host.cJussi Kivilinna2008-01-311-222/+1
* rndis_host: Fix rndis packet filter flags.Jussi Kivilinna2008-01-311-1/+22
* rndis_host: Halt device if rndis_bind fails.Jussi Kivilinna2008-01-311-3/+9
* rndis_host: Use 1KB buffer in rndis_unbindJussi Kivilinna2008-01-311-1/+1
* rndis_host: Fix sparse warningBjorge Dijkstra2008-01-311-1/+1
* rndis_host: reduce MTU instead of refusing to talk to devices with low max pa...Thomas Sailer2007-10-251-5/+13
* USB: handle more rndis_host odditiesDavid Brownell2007-05-221-0/+1
* Move USB network drivers to drivers/net/usb.Jeff Garzik2007-05-091-0/+727