aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/usb/rndis_host.c
AgeCommit message (Expand)Author
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp
2012-05-12rndis_host: cleanup: change oid from __le32 to u32 in rndis_query()Jussi Kivilinna
2012-05-12rndis_host: cleanup: byteswap data from device instead of RNDIS_* definesJussi Kivilinna
2012-05-12usb/net: rndis: eliminate first set of duplicate OIDsLinus Walleij
2012-05-12usb/net: rndis: inline the cpu_to_le32() macroLinus Walleij
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman
2011-04-14rndis_host: Quirky devices are still 'point-to-point'Ben Hutchings
2011-04-13rndis_host: Poll status before control channel where necessaryBen Hutchings
2011-04-01usbnet: use eth%d name for known ethernet devicesArnd Bergmann
2010-07-02net: Revert "rndis_host: Poll status channel before control channel"Ben Hutchings
2010-05-15rndis_host: Poll status channel before control channelBen Hutchings
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-17drivers/net/usb: Use netif_<level> logging facilitiesJoe Perches
2010-02-17usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>Joe Perches
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-10-30USB: rndis_host: debug info clobbered before it is loggedGeorge Nassar
2009-10-07rndis_host: support ETHTOOL_GPERMADDRJohn W. Linville
2009-08-04rndis_host: allow rndis_wlan to see all indicationsJussi Kivilinna
2009-06-30rndis_host: Use netdev stats structureHerbert Xu
2009-03-21usbnet: convert rndis driver to net_device_opsStephen Hemminger
2009-02-14rndis: remove private wrapper of __constant_cpu_to_le32Harvey Harrison
2008-07-22rndis_host: support WM6 devices as modemsThomas Backlund
2008-06-28rndis_host: pass buffer length to rndis_commandJussi Kivilinna
2008-05-29Merge branch 'upstream-next-davem' of master.kernel.org:/pub/scm/linux/kernel...David S. Miller
2008-05-22misc drivers/net endianness noiseAl Viro
2008-05-22rndis_host: increase delay in command response loopPierre Ynard
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-26endianness annotations: rndisAl Viro
2008-03-26misc drivers/net annotationsAl Viro
2008-03-25rndis_host: fix oops when query for OID_GEN_PHYSICAL_MEDIUM failsJussi Kivilinna
2008-03-17rndis_host: fix transfer size negotiationJean-Christophe Dubois
2008-01-31Move usbnet.h and rndis_host.h to include/linux/usbJussi Kivilinna
2008-01-31rndis_host: Add RNDIS physical medium checking into generic_rndis_bind()Jussi Kivilinna
2008-01-31rndis_host: Add link_change function pointer to 'struct rndis_data'.Jussi Kivilinna
2008-01-31rndis_host: Add early_init function pointer to 'struct rndis_data'.Jussi Kivilinna
2008-01-31rndis_host: export functionsJussi Kivilinna
2008-01-31rndis_host: Split up rndis_host.cJussi Kivilinna
2008-01-31rndis_host: Fix rndis packet filter flags.Jussi Kivilinna
2008-01-31rndis_host: Halt device if rndis_bind fails.Jussi Kivilinna
2008-01-31rndis_host: Use 1KB buffer in rndis_unbindJussi Kivilinna
2008-01-31rndis_host: Fix sparse warningBjorge Dijkstra
2007-10-25rndis_host: reduce MTU instead of refusing to talk to devices with low max pa...Thomas Sailer
2007-05-22USB: handle more rndis_host odditiesDavid Brownell
2007-05-09Move USB network drivers to drivers/net/usb.Jeff Garzik