Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
2f38c3c01de945234d23dd163e3528ccb413066d
/
drivers
/
net
/
usb
936f060
kaweth: remove obsolete debugging statements
by Oliver Neukum
· 8 years ago
e0c79ff
lan78xx: mark symbols static where possible
by Baoyou Xie
· 8 years ago
3981cce
hso: Convert printk to pr_<level>
by Joe Perches
· 8 years ago
95a6911
hso: Use a more common logging style
by Joe Perches
· 8 years ago
13722bb
smsc95xx: Add mdix control via ethtool
by Woojung Huh
· 8 years ago
273bf28
smsc95xx: Add register define
by Woojung Huh
· 8 years ago
95ac399
net: pegasus: Remove deprecated create_singlethread_workqueue
by Bhaktipriya Shridhar
· 8 years ago
53700f0
r8152: fix the coding style with checkpatch.pl
by hayeswang
· 8 years ago
535baf8
net: asix: autoneg will set WRITE_MEDIUM reg
by Robert Foss
· 8 years ago
a243c2e
net: asix: see 802.3 spec for phy reset
by Robert Foss
· 8 years ago
4c1442a
net: asix: Fix AX88772x resume failures
by Robert Foss
· 8 years ago
8a46f66
net: asix: Avoid looping when the device is disconnected
by Robert Foss
· 8 years ago
d9fe64e
net: asix: Add in_pm parameter
by Robert Foss
· 8 years ago
407a471
r8152: constify ethtool_ops structures
by Julia Lawall
· 8 years ago
6abdd5f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
575ced7
kaweth: fix oops upon failed memory allocation
by Oliver Neukum
· 8 years ago
60bcabd
kaweth: fix firmware download
by Oliver Neukum
· 8 years ago
ef6cd13
net: usb: usbnet: don't print error when allocating urb fails
by Wolfram Sang
· 8 years ago
d7c4e84
net: usb: lan78xx: don't print error when allocating urb fails
by Wolfram Sang
· 8 years ago
12800ea
net: usb: hso: don't print error when allocating urb fails
by Wolfram Sang
· 8 years ago
468fc7e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
bfe9b9d
cdc_ether: Improve ZTE MF823/831/910 handling
by Kristian Evensen
· 8 years ago
b7545b7
Merge tag 'usb-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 8 years ago
de0ba9a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
e4c6fb7
usbnet: move the CDC parser into USB core
by Oliver Neukum
· 8 years ago
b3f2cf8
net: usb: ax88172x: use phy_ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
a5a18bd
rndis_host: Set valid random MAC on buggy devices
by Kristian Evensen
· 8 years ago
c961e87
r8152: add MODULE_VERSION
by Grant Grundler
· 8 years ago
34ee32c
r8152: Add support for setting pass through MAC address on RTL8153-AD
by Mario Limonciello
· 9 years ago
c23d86a
r8152: remove cancel_delayed_work_sync in rtl8152_set_speed
by hayeswang
· 9 years ago
c79262f
r8152: remove a netif_carrier_off in rtl8152_open function
by hayeswang
· 9 years ago
b164806
r8152: remove rtl_phy_reset function
by hayeswang
· 9 years ago
92f7d07
r8152: remove the setting of LAN_WAKE_EN
by hayeswang
· 9 years ago
30d0844
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
2609af1
r8152: fix runtime function for RTL8152
by hayeswang
· 9 years ago
c086e70
cdc_ncm: workaround for EM7455 "silent" data interface
by Bjørn Mork
· 9 years ago
f95ae8a
r8152: clear LINK_OFF_WAKE_EN after autoresume
by hayeswang
· 9 years ago
43daa96
usbnet: Stop RX Q on MTU change
by Soohoon Lee
· 9 years ago
ee58b57
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
fae5617
r8152: modify the check of the flag of PHY_RESET in set_speed function
by hayeswang
· 9 years ago
a59e6d8
r8152: correct the rx early size
by hayeswang
· 9 years ago
93fe9b1
r8152: reset the bmu
by hayeswang
· 9 years ago
4e384ac
r8152: disable MAC clock speed down
by hayeswang
· 9 years ago
aa7e26b
r8152: save the speed
by hayeswang
· 9 years ago
9d21c0d
r8152: move the setting for the default speed
by hayeswang
· 9 years ago
a028a9e
r8152: move the settings of PHY to a work queue
by hayeswang
· 9 years ago
c8d8396
r8152: replace netdev_alloc_skb_ip_align with napi_alloc_skb
by hayeswang
· 9 years ago
d69d169
usbnet: smsc95xx: fix link detection for disabled autonegotiation
by Christoph Fritz
· 9 years ago
bbf178e
net: pegasus: simplify logical constraint
by xypron.glpk@gmx.de
· 9 years ago
e10abc6
Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 9 years ago
238a958
net: usb: ch9200: use kmemdup
by Muhammad Falak R Wani
· 9 years ago
05a5648
net: cdc_ncm: update datagram size after changing mtu
by Rafal Redzimski
· 9 years ago
52103b7
Revert "net: pegasus: remove dead coding"
by David S. Miller
· 9 years ago
e00be9e
net: pegasus: remove dead coding
by xypron.glpk@gmx.de
· 9 years ago
cd9e2e5
asix: Fix offset calculation in asix_rx_fixup() causing slow transmissions
by John Stultz
· 9 years ago
10ee082
Merge 4.6-rc7 into tty-next
by Greg Kroah-Hartman
· 9 years ago
5a36b68
usbnet: smsc95xx: silence an uninitialized variable warning
by Dan Carpenter
· 9 years ago
58ef6a3
usbnet/smsc75xx: silence uninitialized variable warning
by Dan Carpenter
· 9 years ago
860e953
treewide: replace dev->trans_start update with helper
by Florian Westphal
· 9 years ago
cba65321
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
2b84af94a
rtl8152: correct speed testing
by Oliver Neukum
· 9 years ago
ea07984
usbnet: correct speed testing
by Oliver Neukum
· 9 years ago
c489565
net/smscx5xx: use the device tree for mac address
by Arnd Bergmann
· 9 years ago
97ef38b
tty: Replace TTY_THROTTLED bit tests with tty_throttled()
by Peter Hurley
· 9 years ago
1a8deec
pegasus: fixes reported packet length
by Petko Manolov
· 9 years ago
b7302ca
pegasus: fixes URB buffer allocation size;
by Petko Manolov
· 9 years ago
14437e3
lan78xx: workaround of forced 100 Full/Half duplex mode error
by Woojung Huh
· 9 years ago
74d79a2
lan78xx: fix statistics counter error
by Woojung Huh
· 9 years ago
c5b5343
cdc_mbim: apply "NDP to end" quirk to all Huawei devices
by Bjørn Mork
· 9 years ago
79f4223
net: usb: cdc_ncm: adding Telit LE910 V2 mobile broadband card
by Daniele Palmas
· 9 years ago
e84810c
qmi_wwan: add "D-Link DWM-221 B1" device id
by Bjørn Mork
· 9 years ago
a69f0e2
drivers/net/usb/plusb.c: Fix typo
by Diego Viola
· 9 years ago
1c19130
Revert "lan78xx: add ndo_get_stats64"
by David S. Miller
· 9 years ago
a59f8c5
lan78xx: add ndo_get_stats64
by Woojung Huh
· 9 years ago
20ff556
lan78xx: handle statistics counter rollover
by Woojung Huh
· 9 years ago
bd9e335
qmi_wwan: Added support for Gemalto's Cinterion PHxx WWAN interface
by Schemmel Hans-Christoph
· 9 years ago
810813c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
4d06dd5
cdc_ncm: do not call usbnet_link_change from cdc_ncm_bind
by Bjørn Mork
· 9 years ago
48906f6
cdc_ncm: toggle altsetting to force reset before setup
by Bjørn Mork
· 9 years ago
1666984
usbnet: cleanup after bind() in probe()
by Oliver Neukum
· 9 years ago
eb1f420
asix: do not free array priv->mdio->irq
by Colin Ian King
· 9 years ago
bf13c94
qmi_wwan: add Sierra Wireless EM74xx device ID
by Bjørn Mork
· 9 years ago
349e0c5
lan78xx: add ethtool set & get pause functions
by Woojung.Huh@microchip.com
· 9 years ago
e270b2d
lan78xx: remove unnecessary code
by Woojung.Huh@microchip.com
· 9 years ago
87177ba
lan78xx: replace devid to chipid & chiprev
by Woojung.Huh@microchip.com
· 9 years ago
fb5eb24c
Add Dell Wireless 5809e Gobi 4G HSPA+ Mobile Broadband Card (rev3) to qmi_wwan
by Patrik Halfar
· 9 years ago
f3bb237
USB: cdc_subset: only build when one driver is enabled
by Arnd Bergmann
· 9 years ago
aac8d3c
qmi_wwan: add "4G LTE usb-modem U901"
by Bjørn Mork
· 9 years ago
4b2a4a9
lan78xx: throttle TX path at slower than SuperSpeed USB
by Woojung.Huh@microchip.com
· 9 years ago
a0db7d1
lan78xx: Add to handle mux control per chip id
by Woojung.Huh@microchip.com
· 9 years ago
e495391
lan78xx: change to use updated phy-ignore-interrupts
by Woojung.Huh@microchip.com
· 9 years ago
9d367ed
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
18715b2
net: qmi_wwan: Add SIMCom 7230E
by Kristian Evensen
· 9 years ago
29c6dd5
cdc-acm: fix NULL pointer reference
by Oliver Neukum
· 9 years ago
cda9fb0
r8152: adjust ALDPS function
by hayeswang
· 9 years ago
216a834
r8152: use test_and_clear_bit
by hayeswang
· 9 years ago
5ee3c60
r8152: fix the wake event
by hayeswang
· 9 years ago
9fb6066
net: lan78xx: Fix to write to OTP(One Time Programmable) per magic number.
by Woojung.Huh@microchip.com
· 9 years ago
e7f4dc3
mdio: Move allocation of interrupts into core
by Andrew Lunn
· 9 years ago
9e0efaf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
Next »