index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kconfig: HSO driver bugfixes and updates
David Brownell
2008-08-14
1
-11
/
+10
*
USB: HSO: minor fixes due to code review
Greg Kroah-Hartman
2008-08-14
1
-19
/
+24
*
USB: HSO: make tty_operations const
Greg Kroah-Hartman
2008-08-14
1
-1
/
+1
*
hso: fix refcounting on the ttyHSx devices
Olivier Blin
2008-08-14
1
-1
/
+1
*
hso: fix oops in read/write callbacks
Olivier Blin
2008-08-14
1
-2
/
+4
*
pegasus: add blacklist support to fix Belkin bluetooth dongle.
Ben Collins
2008-08-07
1
-0
/
+21
*
dm9601: don't do usb transfers of data on stack
Peter Korsgaard
2008-07-30
1
-10
/
+42
*
rndis_host: support WM6 devices as modems
Thomas Backlund
2008-07-22
2
-1
/
+14
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
2008-07-18
2
-574
/
+26
|
\
|
*
kaweth: use request_firmware()
David Woodhouse
2008-07-10
2
-574
/
+26
*
|
rndis_host: pass buffer length to rndis_command
Jussi Kivilinna
2008-06-28
1
-7
/
+7
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-06-13
1
-1
/
+1
|
\
\
|
|
/
|
*
net: Eliminate flush_scheduled_work() calls while RTNL is held.
David S. Miller
2008-06-12
1
-1
/
+1
*
|
HSO: add option hso driver
Greg Kroah-Hartman
2008-06-11
3
-0
/
+2847
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2008-05-26
2
-1
/
+5
|
\
|
*
net/usb: add support for Apple USB Ethernet Adapter
Aurelien Nephtali
2008-05-22
1
-0
/
+4
|
*
rndis_host: increase delay in command response loop
Pierre Ynard
2008-05-22
1
-1
/
+1
*
|
misc drivers/net endianness noise
Al Viro
2008-05-21
2
-3
/
+6
*
|
USB: build fix
Ingo Molnar
2008-05-20
1
-1
/
+1
|
/
*
usb/asix: add Buffalo LUA-U2-GT 10/100/1000
Mattia Dongili
2008-05-08
1
-0
/
+4
*
net: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
2008-04-18
1
-1
/
+0
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
David S. Miller
2008-04-03
1
-1
/
+1
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2008-04-02
3
-6
/
+2
|
|
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2008-03-26
2
-4
/
+11
|
|
\
\
|
*
|
|
USB: Fix cut-and-paste error in rtl8150.c
Robert P. J. Day
2008-03-24
1
-1
/
+1
*
|
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
David S. Miller
2008-04-02
3
-6
/
+2
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
usb net: asix does not really need 10/100mbit
Mike Frysinger
2008-03-28
1
-1
/
+1
|
*
|
|
drivers/net/usb/pegasus.c: remove in_atomic() check
David Brownell
2008-03-28
1
-4
/
+0
|
*
|
|
dm9601: Fix multicast hash table handling
Peter Korsgaard
2008-03-28
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
David S. Miller
2008-03-27
2
-4
/
+11
|
\
\
\
|
|
/
/
|
*
|
rndis_host: fix oops when query for OID_GEN_PHYSICAL_MEDIUM fails
Jussi Kivilinna
2008-03-25
1
-3
/
+6
|
*
|
dm9601: configure MAC to drop invalid (crc/length) packets
Peter Korsgaard
2008-03-25
1
-1
/
+1
|
*
|
dm9601: add Hirose USB-100 device ID
Peter Korsgaard
2008-03-25
1
-0
/
+4
|
|
/
*
|
endianness annotations: rndis
Al Viro
2008-03-26
1
-1
/
+2
*
|
misc drivers/net annotations
Al Viro
2008-03-26
2
-6
/
+6
|
/
*
rndis_host: fix transfer size negotiation
Jean-Christophe Dubois
2008-03-17
1
-4
/
+8
*
rtl8150: use default MTU of 1500
Lennert Buytenhek
2008-02-03
1
-1
/
+0
*
Move usbnet.h and rndis_host.h to include/linux/usb
Jussi Kivilinna
2008-01-31
13
-511
/
+12
*
rndis_host: Add RNDIS physical medium checking into generic_rndis_bind()
Jussi Kivilinna
2008-01-31
2
-4
/
+51
*
rndis_host: Add link_change function pointer to 'struct rndis_data'.
Jussi Kivilinna
2008-01-31
2
-4
/
+24
*
rndis_host: Add early_init function pointer to 'struct rndis_data'.
Jussi Kivilinna
2008-01-31
2
-0
/
+11
*
usbnet: add driver_priv pointer to 'struct usbnet'
Jussi Kivilinna
2008-01-31
1
-0
/
+1
*
rndis_host: export functions
Jussi Kivilinna
2008-01-31
2
-7
/
+22
*
rndis_host: Split up rndis_host.c
Jussi Kivilinna
2008-01-31
2
-222
/
+249
*
usbnet: Use wlan device name for RNDIS wireless devices
Jussi Kivilinna
2008-01-31
2
-0
/
+5
*
rndis_host: Fix rndis packet filter flags.
Jussi Kivilinna
2008-01-31
1
-1
/
+22
*
rndis_host: Halt device if rndis_bind fails.
Jussi Kivilinna
2008-01-31
1
-3
/
+9
*
rndis_host: Use 1KB buffer in rndis_unbind
Jussi Kivilinna
2008-01-31
1
-1
/
+1
*
cdc_ether: Hardwire CDC descriptors when missing
Bjorge Dijkstra
2008-01-31
1
-5
/
+5
*
rndis_host: Fix sparse warning
Bjorge Dijkstra
2008-01-31
1
-1
/
+1
[next]