summaryrefslogtreecommitdiff
path: root/drivers/net/usb/rndis_host.c
Commit message (Expand)AuthorAge
* usb: Fix FSF address in file headersJeff Kirsher2013-12-06
* remove init of dev->perm_addr in driversJiri Pirko2013-01-08
* Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-22
|\
| * USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2012-05-18
* | rndis_host: cleanup: change oid from __le32 to u32 in rndis_query()Jussi Kivilinna2012-05-12
* | rndis_host: cleanup: byteswap data from device instead of RNDIS_* definesJussi Kivilinna2012-05-12
* | usb/net: rndis: eliminate first set of duplicate OIDsLinus Walleij2012-05-12
* | usb/net: rndis: inline the cpu_to_le32() macroLinus Walleij2012-05-12
|/
* USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman2011-11-18
* rndis_host: Quirky devices are still 'point-to-point'Ben Hutchings2011-04-14
* rndis_host: Poll status before control channel where necessaryBen Hutchings2011-04-13
* usbnet: use eth%d name for known ethernet devicesArnd Bergmann2011-04-01
* net: Revert "rndis_host: Poll status channel before control channel"Ben Hutchings2010-07-02
* rndis_host: Poll status channel before control channelBen Hutchings2010-05-15
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* drivers/net/usb: Use netif_<level> logging facilitiesJoe Perches2010-02-17
* usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>Joe Perches2010-02-17
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-03
* USB: rndis_host: debug info clobbered before it is loggedGeorge Nassar2009-10-30
* rndis_host: support ETHTOOL_GPERMADDRJohn W. Linville2009-10-07
* rndis_host: allow rndis_wlan to see all indicationsJussi Kivilinna2009-08-04
* rndis_host: Use netdev stats structureHerbert Xu2009-06-30
* usbnet: convert rndis driver to net_device_opsStephen Hemminger2009-03-21
* rndis: remove private wrapper of __constant_cpu_to_le32Harvey Harrison2009-02-14
* rndis_host: support WM6 devices as modemsThomas Backlund2008-07-22
* rndis_host: pass buffer length to rndis_commandJussi Kivilinna2008-06-28
* Merge branch 'upstream-next-davem' of master.kernel.org:/pub/scm/linux/kernel...David S. Miller2008-05-29
|\
| * misc drivers/net endianness noiseAl Viro2008-05-22
* | rndis_host: increase delay in command response loopPierre Ynard2008-05-22
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-27
|\
| * rndis_host: fix oops when query for OID_GEN_PHYSICAL_MEDIUM failsJussi Kivilinna2008-03-25
* | endianness annotations: rndisAl Viro2008-03-26
* | misc drivers/net annotationsAl Viro2008-03-26
|/
* rndis_host: fix transfer size negotiationJean-Christophe Dubois2008-03-17
* Move usbnet.h and rndis_host.h to include/linux/usbJussi Kivilinna2008-01-31
* rndis_host: Add RNDIS physical medium checking into generic_rndis_bind()Jussi Kivilinna2008-01-31
* rndis_host: Add link_change function pointer to 'struct rndis_data'.Jussi Kivilinna2008-01-31
* rndis_host: Add early_init function pointer to 'struct rndis_data'.Jussi Kivilinna2008-01-31
* rndis_host: export functionsJussi Kivilinna2008-01-31
* rndis_host: Split up rndis_host.cJussi Kivilinna2008-01-31
* rndis_host: Fix rndis packet filter flags.Jussi Kivilinna2008-01-31
* rndis_host: Halt device if rndis_bind fails.Jussi Kivilinna2008-01-31
* rndis_host: Use 1KB buffer in rndis_unbindJussi Kivilinna2008-01-31
* rndis_host: Fix sparse warningBjorge Dijkstra2008-01-31
* rndis_host: reduce MTU instead of refusing to talk to devices with low max pa...Thomas Sailer2007-10-25
* USB: handle more rndis_host odditiesDavid Brownell2007-05-22
* Move USB network drivers to drivers/net/usb.Jeff Garzik2007-05-09