aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/rndis_host.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-02net: Revert "rndis_host: Poll status channel before control channel"Ben Hutchings1-12/+6
2010-05-15rndis_host: Poll status channel before control channelBen Hutchings1-6/+12
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-02-17drivers/net/usb: Use netif_<level> logging facilitiesJoe Perches1-8/+6
2010-02-17usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>Joe Perches1-5/+5
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-5/+5
2009-10-30USB: rndis_host: debug info clobbered before it is loggedGeorge Nassar1-3/+3
2009-10-07rndis_host: support ETHTOOL_GPERMADDRJohn W. Linville1-0/+1
2009-08-04rndis_host: allow rndis_wlan to see all indicationsJussi Kivilinna1-21/+29
2009-06-30rndis_host: Use netdev stats structureHerbert Xu1-1/+1
2009-03-21usbnet: convert rndis driver to net_device_opsStephen Hemminger1-1/+12
2009-02-14rndis: remove private wrapper of __constant_cpu_to_le32Harvey Harrison1-14/+11
2008-07-22rndis_host: support WM6 devices as modemsThomas Backlund1-0/+4
2008-06-28rndis_host: pass buffer length to rndis_commandJussi Kivilinna1-7/+7
2008-05-29Merge branch 'upstream-next-davem' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6David S. Miller1-2/+2
2008-05-22misc drivers/net endianness noiseAl Viro1-2/+2
2008-05-22rndis_host: increase delay in command response loopPierre Ynard1-1/+1
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+6
2008-03-26endianness annotations: rndisAl Viro1-1/+2
2008-03-26misc drivers/net annotationsAl Viro1-1/+1
2008-03-25rndis_host: fix oops when query for OID_GEN_PHYSICAL_MEDIUM failsJussi Kivilinna1-3/+6
2008-03-17rndis_host: fix transfer size negotiationJean-Christophe Dubois1-4/+8
2008-01-31Move usbnet.h and rndis_host.h to include/linux/usbJussi Kivilinna1-3/+2
2008-01-31rndis_host: Add RNDIS physical medium checking into generic_rndis_bind()Jussi Kivilinna1-3/+33
2008-01-31rndis_host: Add link_change function pointer to 'struct rndis_data'.Jussi Kivilinna1-4/+20
2008-01-31rndis_host: Add early_init function pointer to 'struct rndis_data'.Jussi Kivilinna1-0/+6
2008-01-31rndis_host: export functionsJussi Kivilinna1-7/+13
2008-01-31rndis_host: Split up rndis_host.cJussi Kivilinna1-222/+1
2008-01-31rndis_host: Fix rndis packet filter flags.Jussi Kivilinna1-1/+22
2008-01-31rndis_host: Halt device if rndis_bind fails.Jussi Kivilinna1-3/+9
2008-01-31rndis_host: Use 1KB buffer in rndis_unbindJussi Kivilinna1-1/+1
2008-01-31rndis_host: Fix sparse warningBjorge Dijkstra1-1/+1
2007-10-25rndis_host: reduce MTU instead of refusing to talk to devices with low max packet sizeThomas Sailer1-5/+13
2007-05-22USB: handle more rndis_host odditiesDavid Brownell1-0/+1
2007-05-09Move USB network drivers to drivers/net/usb.Jeff Garzik1-0/+727