index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
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
2012-07-16
net: usb: Use eth_random_addr
Joe Perches
1
-1
/
+1
2012-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-20
/
+33
2012-06-22
usbnet: handle remote wakeup asap
Ming Lei
1
-16
/
+26
2012-06-22
usbnet: decrease suspend count if returning -EBUSY for runtime suspend
Ming Lei
1
-0
/
+1
2012-06-22
usbnet: clear OPEN flag in failure path
Ming Lei
1
-1
/
+3
2012-06-17
usbnet: sanitise overlong driver information strings
Phil Sutter
1
-3
/
+3
2012-06-12
usbnet: don't initialize transfer buffer before submit status URB
tom.leiming@gmail.com
1
-1
/
+0
2012-06-12
usbnet: remove declaration for intr_complete
tom.leiming@gmail.com
1
-37
/
+35
2012-06-12
usbnet: remove usb_get/put_dev in .probe and .disconnect
tom.leiming@gmail.com
1
-4
/
+0
2012-05-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-16
/
+38
2012-05-15
usbnet: fix skb traversing races during unlink(v2)
Ming Lei
1
-16
/
+38
2012-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+4
2012-05-02
usbnet: fix failure handling in usbnet_probe
tom.leiming@gmail.com
1
-1
/
+3
2012-05-02
usbnet: fix leak of transfer buffer of dev->interrupt
tom.leiming@gmail.com
1
-0
/
+1
2012-04-04
usbnet: Support the get_ts_info ethtool method.
Richard Cochran
1
-0
/
+1
2012-03-22
usbnet: consider device busy at each recieved packet
Oliver Neukum
1
-0
/
+1
2012-03-22
usbnet: don't clear urb->dev in tx_complete
tom.leiming@gmail.com
1
-1
/
+0
2012-03-22
usbnet: increase URB reference count before usb_unlink_urb
tom.leiming@gmail.com
1
-0
/
+9
2012-03-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2012-03-16
usbnet: use netif_tx_wake_queue instead of netif_start_queue
Alexey Orishko
1
-1
/
+1
2012-03-16
net/usbnet: reserve headroom on rx skbs
Eric Dumazet
1
-2
/
+2
2012-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2012-03-08
net/usbnet: avoid recursive locking in usbnet_stop()
Sebastian Siewior
1
-0
/
+2
2012-01-31
drivers/net: Remove alloc_etherdev error messages
Joe Perches
1
-3
/
+1
2011-11-07
usbnet: fix oops in usbnet_start_xmit
Konstantin Khlebnikov
1
-1
/
+2
2011-10-25
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2011-09-29
usbnet: add timestamping support
Michael Riesch
1
-0
/
+6
2011-08-19
PM / Runtime: Add macro to test for runtime PM events
Alan Stern
1
-1
/
+1
2011-05-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2011-05-10
treewide: fix a few typos in comments
Justin P. Mattock
1
-1
/
+1
2011-05-05
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-3
/
+15
2011-05-05
usbnet: runtime pm: fix out of memory
Ming Lei
1
-3
/
+7
2011-04-28
usbnet: Resubmit interrupt URB if device is open
Paul Stewart
1
-0
/
+8
2011-04-17
drivers/net/usb/usbnet.c: Use FIELD_SIZEOF macro in usbnet_init() function.
Thiago Farina
1
-3
/
+3
2011-04-01
usbnet: use eth%d name for known ethernet devices
Arnd Bergmann
1
-1
/
+2
2011-03-30
net/usb: Ethernet quirks for the LG-VL600 4G modem
Andrzej Zaborowski
1
-3
/
+7
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-05
usbnet: remove noisy and hardly useful printk
Christian Samsel
1
-1
/
+0
2010-07-26
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-07
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+3
2010-07-02
usbnet: Set parent device early for netdev_printk()
Ben Hutchings
1
-2
/
+3
2010-06-12
usbnet: Print device statistics as unsigned
Ben Hutchings
1
-1
/
+1
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-04-06
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
[next]