index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
/
usbnet.c
Age
Commit message (
Expand
)
Author
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-04-06
NET: usb: Adding URB_ZERO_PACKET flag to usbnet.c
Elina Pasheva
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-02-17
drivers/net/usb: Use netif_<level> logging facilities
Joe Perches
2010-02-17
usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>
Joe Perches
2009-12-03
usbnet & cdc-ether: Autosuspend for online devices
Oliver Neukum
2009-12-03
drivers/net: Move && and || to end of previous line
Joe Perches
2009-11-10
usbnet: Set link down initially for drivers that update link state
Ben Hutchings
2009-10-05
usbnet: Set device type for wlan and wwan devices
Marcel Holtmann
2009-10-05
usbnet: Use wwan%d interface name for mobile broadband devices
Marcel Holtmann
2009-09-22
smsc95xx: fix transmission where ZLP is expected
Steve Glendinning
2009-09-02
netdev: drivers should make ethtool_ops const
Stephen Hemminger
2009-09-01
usbnet: convert to netdev_tx_t
Stephen Hemminger
2009-08-14
usbnet: add rx queue pausing
Jussi Kivilinna
2009-08-04
usbnet: allow "minidriver" to prevent urb unlinking on usbnet_stop
Jussi Kivilinna
2009-07-10
usbnet: Add stop function pointer to 'struct rndis_data'.
Jussi Kivilinna
2009-06-30
usbnet: Use netdev stats structure
Herbert Xu
2009-06-15
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
2009-06-12
trivial: fix ETIMEOUT -> ETIMEDOUT typos
Jean Delvare
2009-04-21
export usbnet_get_ethernet_addr from usbnet and fixed cdc_ether.c
Peter Holik
2009-04-16
usbnet: remove old compat_net_dev_ops code
Alexander Beregalov
2009-04-07
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Yang Hongyang
2009-03-21
usbnet: support net_device_ops
Stephen Hemminger
2009-03-21
usbnet: convert to internal net_device_stats
Stephen Hemminger
2009-03-01
usbnet: make usbnet_get_link() fall back to ethtool_op_get_link()
Bjørn Mork
2008-10-27
net: convert print_mac to %pM
Johannes Berg
2008-09-22
usbnet: Use skb_queue_walk_safe() instead of by-hand implementation.
David S. Miller
2008-01-31
Move usbnet.h and rndis_host.h to include/linux/usb
Jussi Kivilinna
2008-01-31
usbnet: Use wlan device name for RNDIS wireless devices
Jussi Kivilinna
2007-11-07
[NET]: Let USB_USBNET always select MII.
Adrian Bunk
2007-10-10
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
2007-10-10
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
2007-10-10
support for USB autosuspend in the asix driver
Oliver Neukum
2007-07-10
Cleanup usbnet_probe() return value handling
Peter Korsgaard
2007-07-08
usbnet whitespace fixes
David Brownell
2007-07-02
usbnet: Zero padding byte if there is tail room in skb
Peter Korsgaard
2007-05-22
USB: address FIXME in usbnet w.r.t drivers claiming multiple interfaces
Oliver Neukum
2007-05-09
Move USB network drivers to drivers/net/usb.
Jeff Garzik