Age | Commit message (Expand) | Author | Files | Lines |
2014-02-17 | usbnet: remove generic hard_header_len check | Emil Goode | 1 | -0/+4 |
2014-01-16 | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
2013-12-06 | usb: Fix FSF address in file headers | Jeff Kirsher | 1 | -2/+1 |
2013-01-09 | remove init of dev->perm_addr in drivers | Jiri Pirko | 1 | -1/+0 |
2012-05-23 | Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -0/+1 |
2012-05-19 | USB: Disable hub-initiated LPM for comms devices. | Sarah Sharp | 1 | -0/+1 |
2012-05-12 | rndis_host: cleanup: change oid from __le32 to u32 in rndis_query() | Jussi Kivilinna | 1 | -6/+6 |
2012-05-12 | rndis_host: cleanup: byteswap data from device instead of RNDIS_* defines | Jussi Kivilinna | 1 | -25/+28 |
2012-05-12 | usb/net: rndis: eliminate first set of duplicate OIDs | Linus Walleij | 1 | -3/+3 |
2012-05-12 | usb/net: rndis: inline the cpu_to_le32() macro | Linus Walleij | 1 | -26/+28 |
2011-11-18 | USB: convert drivers/net/* to use module_usb_driver() | Greg Kroah-Hartman | 1 | -11/+1 |
2011-04-15 | rndis_host: Quirky devices are still 'point-to-point' | Ben Hutchings | 1 | -1/+1 |
2011-04-14 | rndis_host: Poll status before control channel where necessary | Ben Hutchings | 1 | -7/+32 |
2011-04-02 | usbnet: use eth%d name for known ethernet devices | Arnd Bergmann | 1 | -1/+1 |
2010-07-03 | net: Revert "rndis_host: Poll status channel before control channel" | Ben Hutchings | 1 | -12/+6 |
2010-05-16 | rndis_host: Poll status channel before control channel | Ben Hutchings | 1 | -6/+12 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-02-18 | drivers/net/usb: Use netif_<level> logging facilities | Joe Perches | 1 | -8/+6 |
2010-02-18 | usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level> | Joe Perches | 1 | -5/+5 |
2009-12-04 | drivers/net: Move && and || to end of previous line | Joe Perches | 1 | -5/+5 |
2009-10-31 | USB: rndis_host: debug info clobbered before it is logged | George Nassar | 1 | -3/+3 |
2009-10-07 | rndis_host: support ETHTOOL_GPERMADDR | John W. Linville | 1 | -0/+1 |
2009-08-05 | rndis_host: allow rndis_wlan to see all indications | Jussi Kivilinna | 1 | -21/+29 |
2009-07-01 | rndis_host: Use netdev stats structure | Herbert Xu | 1 | -1/+1 |
2009-03-22 | usbnet: convert rndis driver to net_device_ops | Stephen Hemminger | 1 | -1/+12 |
2009-02-15 | rndis: remove private wrapper of __constant_cpu_to_le32 | Harvey Harrison | 1 | -14/+11 |
2008-07-23 | rndis_host: support WM6 devices as modems | Thomas Backlund | 1 | -0/+4 |
2008-06-28 | rndis_host: pass buffer length to rndis_command | Jussi Kivilinna | 1 | -7/+7 |
2008-05-29 | Merge branch 'upstream-next-davem' of master.kernel.org:/pub/scm/linux/kernel... | David S. Miller | 1 | -2/+2 |
2008-05-22 | misc drivers/net endianness noise | Al Viro | 1 | -2/+2 |
2008-05-22 | rndis_host: increase delay in command response loop | Pierre Ynard | 1 | -1/+1 |
2008-03-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 1 | -3/+6 |
2008-03-26 | endianness annotations: rndis | Al Viro | 1 | -1/+2 |
2008-03-26 | misc drivers/net annotations | Al Viro | 1 | -1/+1 |
2008-03-26 | rndis_host: fix oops when query for OID_GEN_PHYSICAL_MEDIUM fails | Jussi Kivilinna | 1 | -3/+6 |
2008-03-17 | rndis_host: fix transfer size negotiation | Jean-Christophe Dubois | 1 | -4/+8 |
2008-02-01 | Move usbnet.h and rndis_host.h to include/linux/usb | Jussi Kivilinna | 1 | -3/+2 |
2008-02-01 | rndis_host: Add RNDIS physical medium checking into generic_rndis_bind() | Jussi Kivilinna | 1 | -3/+33 |
2008-02-01 | rndis_host: Add link_change function pointer to 'struct rndis_data'. | Jussi Kivilinna | 1 | -4/+20 |
2008-02-01 | rndis_host: Add early_init function pointer to 'struct rndis_data'. | Jussi Kivilinna | 1 | -0/+6 |
2008-02-01 | rndis_host: export functions | Jussi Kivilinna | 1 | -7/+13 |
2008-02-01 | rndis_host: Split up rndis_host.c | Jussi Kivilinna | 1 | -222/+1 |
2008-02-01 | rndis_host: Fix rndis packet filter flags. | Jussi Kivilinna | 1 | -1/+22 |
2008-02-01 | rndis_host: Halt device if rndis_bind fails. | Jussi Kivilinna | 1 | -3/+9 |
2008-02-01 | rndis_host: Use 1KB buffer in rndis_unbind | Jussi Kivilinna | 1 | -1/+1 |
2008-02-01 | rndis_host: Fix sparse warning | Bjorge Dijkstra | 1 | -1/+1 |
2007-10-25 | rndis_host: reduce MTU instead of refusing to talk to devices with low max pa... | Thomas Sailer | 1 | -5/+13 |
2007-05-23 | USB: handle more rndis_host oddities | David Brownell | 1 | -0/+1 |
2007-05-10 | Move USB network drivers to drivers/net/usb. | Jeff Garzik | 1 | -0/+727 |