aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/pegasus.c
AgeCommit message (Expand)Author
2022-01-05net: usb: pegasus: Do not drop long Ethernet framesMatthias-Christian Ott
2021-08-15net: pegasus: fix uninit-value in get_interrupt_intervalPavel Skripkin
2019-08-25net: usb: pegasus: fix improper read if get_registers() failDenis Kirjanov
2017-04-07usbnet: pegasus: Use net_device_stats from struct net_deviceTobias Klauser
2017-03-21net: usb: pegasus: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-02-07pegasus: Use heap buffers for all register accessBen Hutchings
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-09-01net: pegasus: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2016-05-23net: pegasus: simplify logical constraintxypron.glpk@gmx.de
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-04-28pegasus: fixes reported packet lengthPetko Manolov
2016-04-28pegasus: fixes URB buffer allocation size;Petko Manolov
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2013-05-03usbnet: pegasus: endian bug in write_mii_word()Dan Carpenter
2013-04-29drivers: net: usb: pegasus: fix control urb submissionPetko Manolov
2013-04-29drivers: net: usb: pegasus: read/write_mii_word optimisedPetko Manolov
2013-04-29drivers: net: usb: pegasus: remove skb poolPetko Manolov
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches
2013-01-20usbnet: pegasus: set wakeup enable in set_wolMing Lei
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2012-06-12usbnet:pegasus: remove usb_get/put_dev in .probe and .disconnecttom.leiming@gmail.com
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches
2011-12-23usb: pegasus: cleanup a couple conditionsDan Carpenter
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2010-11-17drivers/net/usb: Remove unnecessary casts of netdev_privJoe Perches
2010-06-30usb: pegasus: fixed coding style issuesNicolas Kaiser
2010-05-17drivers/net/usb: Use kmemdupJulia Lawall
2010-05-10net: trans_start cleanupsEric Dumazet
2010-02-17drivers/net/usb: Use netif_<level> logging facilitiesJoe Perches
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2009-10-13net: Teach pegasus driver to ignore bluetoother adapters with clashing Vendor...Chris Rankin
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger
2009-09-01usbnet: convert to netdev_tx_tStephen Hemminger
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-12netdev: restore MTU change operationBen Hutchings
2009-07-12netdev: restore MAC address set and validate operationsBen Hutchings
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-19pegasus usb-net: Fix endianness bugsMichael Buesch
2009-04-17pegasus: Handle disconnect error code correctly.Oliver Neukum
2009-01-08net: convert pegasus driver to net_device_opsOliver Neukum
2009-01-07USB: avoid needless address-taking of function parametersHarvey Harrison
2008-12-18net: prepare usb net drivers for addition of status as a parameterOliver Neukum
2008-11-16pegasus: minor resource shrinkageDavid Brownell
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-10-20misc: replace remaining __FUNCTION__ with __func__Harvey Harrison
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison
2008-09-03net/usb/pegasus: avoid hundreds of diagnosticsDavid Brownell