index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
/
usbnet.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-13
USB Network driver infrastructure: Fix leak when usb_autopm_get_interface() r...
Jesper Juhl
1
-1
/
+3
2010-12-12
drivers/net: don't use flush_scheduled_work()
Tejun Heo
1
-2
/
+1
2010-12-06
usbnet: changes for upcoming cdc_ncm driver
Alexey Orishko
1
-14
/
+31
2010-11-01
usbnet: fix usb_autopm_get_interface failure(v1)
Ming Lei
1
-0
/
+11
2010-08-10
usbnet: rx_submit() should return an error code.
David S. Miller
1
-6
/
+16
2010-08-06
usbnet: remove noisy and hardly useful printk
Christian Samsel
1
-1
/
+0
2010-07-27
usbnet: use jiffies in schedule_timeout(), not msecs
Kulikov Vasiliy
1
-1
/
+1
2010-07-23
usb: usbnet: use newly introduced hex_to_bin()
Andy Shevchenko
1
-11
/
+2
2010-07-08
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+3
2010-07-03
usbnet: Set parent device early for netdev_printk()
Ben Hutchings
1
-2
/
+3
2010-06-13
usbnet: Print device statistics as unsigned
Ben Hutchings
1
-1
/
+1
2010-04-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-04-07
NET: usb: Adding URB_ZERO_PACKET flag to usbnet.c
Elina Pasheva
1
-6
/
+9
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
-117
/
+91
2010-02-18
usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>
Joe Perches
1
-80
/
+82
2009-12-04
usbnet & cdc-ether: Autosuspend for online devices
Oliver Neukum
1
-29
/
+128
2009-12-04
drivers/net: Move && and || to end of previous line
Joe Perches
1
-24
/
+24
2009-11-11
usbnet: Set link down initially for drivers that update link state
Ben Hutchings
1
-1
/
+3
2009-10-05
usbnet: Set device type for wlan and wwan devices
Marcel Holtmann
1
-0
/
+14
2009-10-05
usbnet: Use wwan%d interface name for mobile broadband devices
Marcel Holtmann
1
-0
/
+3
2009-09-23
smsc95xx: fix transmission where ZLP is expected
Steve Glendinning
1
-1
/
+1
2009-09-02
netdev: drivers should make ethtool_ops const
Stephen Hemminger
1
-1
/
+1
2009-09-01
usbnet: convert to netdev_tx_t
Stephen Hemminger
1
-4
/
+4
2009-08-14
usbnet: add rx queue pausing
Jussi Kivilinna
1
-1
/
+43
2009-08-05
usbnet: allow "minidriver" to prevent urb unlinking on usbnet_stop
Jussi Kivilinna
1
-14
/
+18
2009-07-10
usbnet: Add stop function pointer to 'struct rndis_data'.
Jussi Kivilinna
1
-0
/
+14
2009-07-01
usbnet: Use netdev stats structure
Herbert Xu
1
-15
/
+15
2009-06-15
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
1
-1
/
+1
2009-06-12
trivial: fix ETIMEOUT -> ETIMEDOUT typos
Jean Delvare
1
-1
/
+1
2009-04-21
export usbnet_get_ethernet_addr from usbnet and fixed cdc_ether.c
Peter Holik
1
-0
/
+31
2009-04-16
usbnet: remove old compat_net_dev_ops code
Alexander Beregalov
1
-6
/
+0
2009-04-07
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Yang Hongyang
1
-1
/
+1
2009-03-22
usbnet: support net_device_ops
Stephen Hemminger
1
-8
/
+23
2009-03-22
usbnet: convert to internal net_device_stats
Stephen Hemminger
1
-9
/
+0
2009-03-02
usbnet: make usbnet_get_link() fall back to ethtool_op_get_link()
Bjørn Mork
1
-2
/
+2
2008-10-28
net: convert print_mac to %pM
Johannes Berg
1
-3
/
+2
2008-09-23
usbnet: Use skb_queue_walk_safe() instead of by-hand implementation.
David S. Miller
1
-2
/
+1
2008-02-01
Move usbnet.h and rndis_host.h to include/linux/usb
Jussi Kivilinna
1
-2
/
+1
2008-02-01
usbnet: Use wlan device name for RNDIS wireless devices
Jussi Kivilinna
1
-0
/
+3
2007-11-07
[NET]: Let USB_USBNET always select MII.
Adrian Bunk
1
-7
/
+0
2007-10-11
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
1
-5
/
+3
2007-10-11
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
1
-1
/
+0
2007-10-11
support for USB autosuspend in the asix driver
Oliver Neukum
1
-5
/
+25
2007-07-10
Cleanup usbnet_probe() return value handling
Peter Korsgaard
1
-1
/
+1
2007-07-09
usbnet whitespace fixes
David Brownell
1
-37
/
+39
2007-07-02
usbnet: Zero padding byte if there is tail room in skb
Peter Korsgaard
1
-3
/
+6
2007-05-23
USB: address FIXME in usbnet w.r.t drivers claiming multiple interfaces
Oliver Neukum
1
-10
/
+15
2007-05-10
Move USB network drivers to drivers/net/usb.
Jeff Garzik
1
-0
/
+1304