summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/smsc75xx.c
Commit message (Expand)AuthorAgeFilesLines
* net: usb: smsc75xx: Move packet length check to prevent kernel panic in skb_pullSzymon Heidrich2023-03-161-2/+8
* net: usb: smsc75xx: Limit packet length to skb->lenSzymon Heidrich2023-03-151-1/+2
* usb: smsc: use eth_hw_addr_set()Jakub Kicinski2021-10-221-2/+4
* ethernet: use platform_get_ethdev_address()Jakub Kicinski2021-10-081-2/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: usb: fix possible use-after-free in smsc75xx_bindDongliang Mu2021-06-161-4/+6
* net: usb: fix memory leak in smsc75xx_bindPavel Skripkin2021-05-241-2/+6
* usbnet: add _mii suffix to usbnet_set/get_link_ksettingsOliver Neukum2021-04-061-2/+2
* net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 aliasHeiner Kallweit2020-11-121-1/+1
* net/smscx5xx: change to of_get_mac_address() eth_platform_get_mac_address()Łukasz Stelmach2020-10-021-6/+7
* net: usb: Merge cpu_to_le32s + memcpy to put_unaligned_le32Chuhong Yuan2019-07-221-7/+4
* usbnet: smsc75xx: Merge memcpy + le32_to_cpus to get_unaligned_le32Chuhong Yuan2019-07-221-6/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* net: usb: smsc: fix warning reported by kbuild test robotPetr Štetiar2019-05-071-1/+1
* net: usb: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-051-1/+1
* net/usb: cancel pending work when unbinding smsc75xxYu Zhao2018-10-041-0/+1
* smsc75xx: Check for Wake-on-LAN modesFlorian Fainelli2018-09-291-0/+3
* smsc75xx: Add workaround for gigabit link up hardware errata.Yuiko Oshino2018-07-041-0/+62
* smsc75xx: fix smsc75xx_set_features()Eric Dumazet2018-02-221-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-211-6/+2
|\
| * smsc75xx: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-6/+2
* | net: usbnet: support 64bit statsGreg Ungerer2017-04-031-0/+1
* | net: usb: smsc75xx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-211-2/+2
|/
* net: use core MTU range checking in USB NIC driversJarod Wilson2016-10-201-3/+1
* usbnet/smsc75xx: silence uninitialized variable warningDan Carpenter2016-05-041-1/+3
* net/smscx5xx: use the device tree for mac addressArnd Bergmann2016-05-011-1/+11
* usbnet: remove invalid checkAndrzej Hajda2015-09-221-5/+0
* usbnet: remove generic hard_header_len checkEmil Goode2014-02-171-0/+4
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* usb: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
* usbnet: do not pretend to support SG/TSOEric Dumazet2013-07-261-9/+3
* Merge 3.9-rc6 into usb-nextGreg Kroah-Hartman2013-04-081-4/+8
|\
| * smsc75xx: fix jumbo frame supportSteve Glendinning2013-03-291-4/+8
* | usbnet: smsc75xx: don't recover device if suspend fails in system sleepMing Lei2013-03-251-1/+5
|/
* drivers: net: usb: Remove unnecessary alloc/OOM messagesJoe Perches2013-02-041-4/+2
* smsc75xx: only set mac address once on bindSteve Glendinning2012-12-101-2/+8
* smsc75xx: expand check_ macrosSteve Glendinning2012-11-301-159/+576
* smsc75xx: don't call usbnet_resume if usbnet_suspend failsSteve Glendinning2012-11-301-1/+1
* smsc75xx: don't enable remote wakeup directlySteve Glendinning2012-11-281-35/+8
* smsc75xx: add support for USB dynamic autosuspendSteve Glendinning2012-11-281-4/+119
* smsc75xx: fix error handling in suspend failure caseSteve Glendinning2012-11-281-31/+38
* smsc75xx: support PHY wakeup sourceSteve Glendinning2012-11-281-17/+152
* smsc75xx: refactor entering suspend modesSteve Glendinning2012-11-281-24/+38
* smsc75xx: check return code from smsc75xx_resetSteve Glendinning2012-11-281-0/+1
* smsc: Add logging message newlinesJoe Perches2012-11-251-199/+204
* usbnet: smsc75xx: apply the introduced usbnet_{read|write}_cmd_nopmMing Lei2012-11-071-57/+90
* smsc75xx: add wol support for more frame typesSteve Glendinning2012-11-031-33/+122
* usbnet: smsc75xx: apply introduced usb command APIsMing Lei2012-10-261-25/+14
* smsc75xx: add wol magic packet supportSteve Glendinning2012-09-281-14/+174
* smsc75xx: enable power saving mode during system suspendSteve Glendinning2012-09-281-3/+54