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
2014-04-14
usbnet: include wait queue head in device structure
Oliver Neukum
1
-14
/
+19
2014-03-06
usbnet: remove generic hard_header_len check
Emil Goode
1
-15
/
+10
2013-12-08
usbnet: fix status interrupt urb handling
Felix Fietkau
1
-3
/
+0
2013-05-15
USB: remove remaining instances of USB_SUSPEND
Alan Stern
1
-1
/
+1
2013-05-08
usbnet: allow status interrupt URB to always be active
Dan Williams
1
-6
/
+71
2013-04-11
usbnet: handle link change
Ming Lei
1
-0
/
+30
2013-04-11
usbnet: apply usbnet_link_change
Ming Lei
1
-1
/
+1
2013-04-11
usbnet: introduce usbnet_link_change API
Ming Lei
1
-0
/
+13
2013-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+29
2013-02-04
drivers: net: usb: Remove unnecessary alloc/OOM messages
Joe Perches
1
-4
/
+1
2013-02-04
net: usbnet: fix tx_dropped statistics
Bjørn Mork
1
-6
/
+4
2013-01-30
net: usbnet: prevent buggy devices from killing us
Bjørn Mork
1
-0
/
+25
2013-01-21
usbnet: add new flag FLAG_NOARP for usb net devices
Wei Shuai
1
-0
/
+4
2012-12-19
usbnet: generic manage_power()
Oliver Neukum
1
-0
/
+10
2012-12-19
usbnet: handle PM failure gracefully
Oliver Neukum
1
-7
/
+8
2012-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+8
2012-11-09
usbnet: ratelimit kevent may have been dropped warnings
Steve Glendinning
1
-3
/
+5
2012-11-07
usbnet: runtime wake up device before calling usbnet_{read|write}_cmd
Ming Lei
1
-4
/
+16
2012-11-07
usbnet: introduce usbnet_{read|write}_cmd_nopm
Ming Lei
1
-5
/
+57
2012-10-26
net: usb: Fix memory leak on Tx data path
Hemant Kumar
1
-0
/
+3
2012-10-26
usbnet: introduce usbnet 3 command helpers
Ming Lei
1
-0
/
+132
2012-10-11
usbnet: Support devices reporting idleness
Oliver Neukum
1
-0
/
+17
2012-09-03
net: usbnet: fix softirq storm on suspend
Bjørn Mork
1
-4
/
+12
2012-08-31
usbnet: fix deadlock in resume
Oliver Neukum
1
-1
/
+1
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
[next]