index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: startup race in hso driver
Oliver Neukum
2008-12-22
1
-2
/
+1
*
net: prepare usb net drivers for addition of status as a parameter
Oliver Neukum
2008-12-18
8
-66
/
+83
*
net: Refactor full duplex flow control resolution
Steve Glendinning
2008-12-16
1
-23
/
+1
*
net: Move flow control definitions to mii.h
Steve Glendinning
2008-12-16
1
-2
/
+0
*
Revert "hso: Fix crashes on close."
David S. Miller
2008-11-25
1
-9
/
+2
*
Revert "hso: Fix free of mutexes still in use."
David S. Miller
2008-11-25
1
-87
/
+23
*
Revert "hso: Add TIOCM ioctl handling."
David S. Miller
2008-11-25
1
-317
/
+12
*
hso: Hook up ->reset_resume
Denis Joseph Barrow
2008-11-25
1
-0
/
+1
*
hso: Add TIOCM ioctl handling.
Denis Joseph Barrow
2008-11-25
1
-12
/
+317
*
hso: Fix free of mutexes still in use.
Denis Joseph Barrow
2008-11-25
1
-23
/
+87
*
hso: Fix URB submission -EINVAL.
Denis Joseph Barrow
2008-11-25
1
-11
/
+14
*
hso: Fix crashes on close.
Denis Joseph Barrow
2008-11-25
1
-2
/
+9
*
hso: Add new usb device id's.
Denis Joseph Barrow
2008-11-25
1
-0
/
+5
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-11-20
1
-1
/
+3
|
\
|
*
asix: Fix asix-based cards connecting to 10/100Mbs LAN.
Pantelis Koukousoulas
2008-11-20
1
-1
/
+3
*
|
smsc95xx: add tx checksum offload support
Steve Glendinning
2008-11-20
1
-10
/
+65
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-11-18
1
-0
/
+4
|
\
|
|
*
USB: net: asix: add support for Cables-to-Go USB Ethernet adapter
Jason Cooper
2008-11-13
1
-0
/
+4
*
|
pegasus: minor resource shrinkage
David Brownell
2008-11-16
1
-10
/
+26
*
|
netdevice: safe convert to netdev_priv() #part-3
Wang Chen
2008-11-12
1
-2
/
+2
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-11-11
1
-5
/
+7
|
\
|
|
*
[netdrvr] usb/hso: Cleanup rfkill error handling
Jonathan McDowell
2008-11-07
1
-4
/
+6
|
*
hso: rfkill type should be WWAN
Paulius Zaleckas
2008-11-07
1
-1
/
+1
*
|
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
2008-11-03
1
-2
/
+0
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-10-31
1
-0
/
+15
|
\
|
|
*
dm9601: runtime mac address change support
Peter Korsgaard
2008-10-27
1
-0
/
+15
*
|
net: convert print_mac to %pM
Johannes Berg
2008-10-27
3
-9
/
+5
|
/
*
misc: replace remaining __FUNCTION__ with __func__
Harvey Harrison
2008-10-20
1
-2
/
+2
*
USB: remove info() macro from usb network drivers
Greg Kroah-Hartman
2008-10-17
3
-16
/
+21
*
USB: remove warn() macro from usb net drivers
Greg Kroah-Hartman
2008-10-17
3
-14
/
+15
*
smsc95xx: fix usb usage on big endian platforms
Steve Glendinning
2008-10-09
1
-5
/
+5
*
drivers/net/usb/Makefile - shrink logspam
David Brownell
2008-10-08
1
-3
/
+0
*
net: Add SMSC LAN9500 USB2.0 10/100 ethernet adapter driver
Steve Glendinning
2008-10-08
4
-0
/
+1487
*
drivers/net: replace __FUNCTION__ with __func__
Harvey Harrison
2008-09-24
2
-11
/
+11
*
[netdrvr] usb/hso: throttle to prevent loss of serial data
Denis Joseph Barrow
2008-09-24
1
-92
/
+234
*
[netdrvr/usb] hso_create_bulk_serial_device(): fix a double free
Adrian Bunk
2008-09-24
1
-4
/
+5
*
usbnet: Use skb_queue_walk_safe() instead of by-hand implementation.
David S. Miller
2008-09-22
1
-2
/
+1
*
net/usb/pegasus: avoid hundreds of diagnostics
David Brownell
2008-09-03
1
-5
/
+6
*
net/usb/mcs7830: add set_mac_address
Oliver Martin
2008-08-27
1
-0
/
+24
*
net/usb/mcs7830: new device IDs
Arnd Bergmann
2008-08-27
1
-1
/
+22
*
[netdrvr] hso: dev_kfree_skb crash fix
Denis Joseph Barrow
2008-08-27
1
-0
/
+1
*
[netdrvr] hso: icon 322 detection fix
Denis Joseph Barrow
2008-08-27
1
-1
/
+1
*
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
[next]