| Commit message (Expand) | Author | Age | Files | Lines |
* | usbnet: smsc95xx: check for csum being in last four bytes | Ben Dooks | 2018-11-17 | 1 | -1/+18 |
* | usbnet: smsc95xx: fix memcpy for accessing rx-data | Ben Dooks | 2018-11-17 | 1 | -5/+2 |
* | usbnet: smsc95xx: simplify tx_fixup code | Ben Dooks | 2018-11-17 | 1 | -15/+13 |
* | usbnet: smsc95xx: fix rx packet alignment | Ben Dooks | 2018-11-17 | 1 | -0/+1 |
* | net: smsc95xx: Fix MTU range | Stefan Wahren | 2018-11-09 | 1 | -0/+2 |
* | usbnet: smsc95xx: disable carrier check while suspending | Frieder Schrempf | 2018-11-03 | 1 | -0/+7 |
* | smsc95xx: Check for Wake-on-LAN modes | Florian Fainelli | 2018-09-29 | 1 | -0/+3 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-13 | 1 | -1/+1 |
* | smsc95xx: Configure pause time to 0xffff when tx flow control enabled | Nisar Sayed | 2017-09-13 | 1 | -6/+5 |
* | smsc95xx: use ethtool_op_get_ts_info() | Petr Kulhavy | 2017-07-14 | 1 | -0/+1 |
* | smsc95xx: Support only IPv4 TCP/UDP csum offload | Nisar Sayed | 2017-05-21 | 1 | -3/+10 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-22 | 1 | -6/+6 |
|\ |
|
| * | smsc95xx: Use skb_cow_head to deal with cloned skbs | James Hughes | 2017-04-20 | 1 | -6/+6 |
* | | smsc95xx: Add comments to the registers definition | Martin Wetterwald | 2017-04-17 | 1 | -2/+2 |
* | | net: usbnet: support 64bit stats | Greg Ungerer | 2017-04-04 | 1 | -0/+1 |
* | | net: usb: smsc95xx: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 2017-03-22 | 1 | -12/+12 |
|/ |
|
* | smsc95xx: Add mdix control via ethtool | Woojung Huh | 2016-09-06 | 1 | -3/+106 |
* | usbnet: smsc95xx: fix link detection for disabled autonegotiation | Christoph Fritz | 2016-05-31 | 1 | -0/+51 |
* | usbnet: smsc95xx: silence an uninitialized variable warning | Dan Carpenter | 2016-05-04 | 1 | -1/+3 |
* | net/smscx5xx: use the device tree for mac address | Arnd Bergmann | 2016-05-02 | 1 | -1/+11 |
* | usbnet: remove invalid check | Andrzej Hajda | 2015-09-23 | 1 | -5/+0 |
* | usbnet: smsc95xx: dereferencing NULL pointer | Sudip Mukherjee | 2014-11-11 | 1 | -2/+4 |
* | usbnet: smsc95xx: add reset_resume function with reset operation | Joonyoung Shim | 2014-07-10 | 1 | -1/+13 |
* | usbnet: remove generic hard_header_len check | Emil Goode | 2014-02-17 | 1 | -0/+4 |
* | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-16 | 1 | -1/+0 |
* | usb: Fix FSF address in file headers | Jeff Kirsher | 2013-12-06 | 1 | -2/+1 |
* | usbnet: smsc95xx: don't recover device if suspend fails in system sleep | Ming Lei | 2013-03-25 | 1 | -1/+5 |
* | usbnet: smsc95xx: rename FEATURE_AUTOSUSPEND | Ming Lei | 2013-02-25 | 1 | -7/+7 |
* | usbnet: smsc95xx: fix broken runtime suspend | Ming Lei | 2013-02-25 | 1 | -10/+2 |
* | usbnet: smsc95xx: fix suspend failure | Ming Lei | 2013-02-25 | 1 | -3/+9 |
* | drivers: net: usb: Remove unnecessary alloc/OOM messages | Joe Perches | 2013-02-04 | 1 | -4/+2 |
* | smsc95xx: enable dynamic autosuspend | Steve Glendinning | 2013-01-04 | 1 | -1/+150 |
* | smsc95xx: eliminate duplicate warnings on io failure | Steve Glendinning | 2013-01-04 | 1 | -217/+67 |
* | smsc95xx: fix async register writes on big endian platforms | Steve Glendinning | 2012-12-10 | 1 | -5/+9 |
* | smsc95xx: fix register dump of last register | Steve Glendinning | 2012-12-10 | 1 | -1/+1 |
* | smsc95xx: expand check_ macros | Steve Glendinning | 2012-11-30 | 1 | -121/+391 |
* | smsc95xx: fix smsc_crc return type | Steve Glendinning | 2012-11-30 | 1 | -2/+3 |
* | smsc95xx: don't enable remote wakeup directly | Steve Glendinning | 2012-11-30 | 1 | -25/+5 |
* | smsc95xx: fix error handling in suspend failure case | Steve Glendinning | 2012-11-30 | 1 | -21/+29 |
* | smsc95xx: fix suspend buffer overflow | Steve Glendinning | 2012-11-30 | 1 | -1/+6 |
* | smsc: Add logging message newlines | Joe Perches | 2012-11-25 | 1 | -92/+92 |
* | smsc95xx: refactor entering suspend modes | Steve Glendinning | 2012-11-23 | 1 | -79/+99 |
* | smsc95xx: support PHY wakeup source | Steve Glendinning | 2012-11-23 | 1 | -17/+147 |
* | smsc95xx: detect chip revision specific features | Steve Glendinning | 2012-11-23 | 1 | -9/+20 |
* | smsc95xx: fix error checking of usbnet_resume | Steve Glendinning | 2012-11-23 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-11-18 | 1 | -2/+2 |
|\ |
|
| * | smsc95xx: set MII_BUSY bit to read/write PHY regs | Steve Glendinning | 2012-11-13 | 1 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-11-11 | 1 | -0/+1 |
|\| |
|
| * | smsc95xx: fix tx checksum offload for big endian | Steve Glendinning | 2012-11-03 | 1 | -0/+1 |
* | | usbnet: smsc95xx: apply the introduced usbnet_{read|write}_cmd_nopm | Ming Lei | 2012-11-07 | 1 | -49/+85 |