aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/catc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-07-28net: usb: delete extra space and tab in blank lineXie Shaowen1-22/+22
2022-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-07-03net: usb: Remove unnecessary '0' values from hasdataLi kunyu1-1/+1
2022-07-01net: usb: Fix typo in codeLi kunyu1-1/+1
2021-10-25usbb: catc: use correct API for MAC addressesOliver Neukum1-5/+17
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-12/+1
2018-06-30net: usb: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-10-18net: usb: Convert timers to use timer_setup()Kees Cook1-3/+3
2017-09-21net: usb: catc: use setup_timer() helperAllen Pais1-3/+1
2017-08-08net: usb: catc: constify usb_device_id and fix space before '[' errorArvind Yadav1-1/+1
2017-03-13net: usb: catc: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-13/+18
2017-02-07catc: Use heap buffer for memory size testBen Hutchings1-7/+18
2017-02-07catc: Combine failure cleanup code in catc_probe()Ben Hutchings1-16/+17
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2015-03-03net: usb: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-06usb: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-4/+4
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-3/+3
2012-09-20USB: remove dbg() usage in USB networking driversGreg Kroah-Hartman1-23/+32
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-04-25USB: catc.c: remove err() usageGreg Kroah-Hartman1-10/+15
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman1-16/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-05-31drivers/net/usb/catc.c: Fix potential deadlock in catc_ctrl_run()Alexey Khoroshilov1-1/+1
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-1/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-02-18net/usb: convert to use netdev_for_each_mc_addrJiri Pirko1-4/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+3
2009-12-29drivers/net/usb/catc.c: use %pM to shown MAC addressH Hartley Sweeten1-4/+2
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-09-01usbnet: convert to netdev_tx_tStephen Hemminger1-1/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-03-21usbnet: convert catc device to net_device_opsStephen Hemminger1-5/+13
2009-03-21usbnet: convert catc to internal net_device_statsStephen Hemminger1-21/+13
2008-12-18net: prepare usb net drivers for addition of status as a parameterOliver Neukum1-19/+22
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-10-17USB: remove info() macro from usb network driversGreg Kroah-Hartman1-1/+2
2008-10-17USB: remove warn() macro from usb net driversGreg Kroah-Hartman1-2/+3
2008-05-21misc drivers/net endianness noiseAl Viro1-1/+4