aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/pegasus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2013-05-03usbnet: pegasus: endian bug in write_mii_word()Dan Carpenter1-1/+2
2013-04-29drivers: net: usb: pegasus: fix control urb submissionPetko Manolov1-211/+74
2013-04-29drivers: net: usb: pegasus: read/write_mii_word optimisedPetko Manolov1-50/+35
2013-04-29drivers: net: usb: pegasus: remove skb poolPetko Manolov1-64/+9
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches1-4/+2
2013-01-20usbnet: pegasus: set wakeup enable in set_wolMing Lei1-1/+7
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-2/+3
2012-06-12usbnet:pegasus: remove usb_get/put_dev in .probe and .disconnecttom.leiming@gmail.com1-4/+0
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-3/+1
2011-12-23usb: pegasus: cleanup a couple conditionsDan Carpenter1-2/+2
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-2/+2
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2010-11-17drivers/net/usb: Remove unnecessary casts of netdev_privJoe Perches1-2/+2
2010-06-30usb: pegasus: fixed coding style issuesNicolas Kaiser1-64/+61
2010-05-17drivers/net/usb: Use kmemdupJulia Lawall1-4/+2
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+1
2010-02-17drivers/net/usb: Use netif_<level> logging facilitiesJoe Perches1-96/+74
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2009-10-13net: Teach pegasus driver to ignore bluetoother adapters with clashing Vendor:Product IDsChris Rankin1-0/+13
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-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+3
2009-07-12netdev: restore MTU change operationBen Hutchings1-0/+1
2009-07-12netdev: restore MAC address set and validate operationsBen Hutchings1-0/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-19pegasus usb-net: Fix endianness bugsMichael Buesch1-12/+17
2009-04-17pegasus: Handle disconnect error code correctly.Oliver Neukum1-0/+1
2009-01-08net: convert pegasus driver to net_device_opsOliver Neukum1-7/+14
2009-01-07USB: avoid needless address-taking of function parametersHarvey Harrison1-6/+6
2008-12-18net: prepare usb net drivers for addition of status as a parameterOliver Neukum1-15/+18
2008-11-16pegasus: minor resource shrinkageDavid Brownell1-10/+26
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
2008-10-20misc: replace remaining __FUNCTION__ with __func__Harvey Harrison1-2/+2
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison1-10/+10
2008-09-03net/usb/pegasus: avoid hundreds of diagnosticsDavid Brownell1-5/+6
2008-08-07pegasus: add blacklist support to fix Belkin bluetooth dongle.Ben Collins1-0/+21
2008-03-28drivers/net/usb/pegasus.c: remove in_atomic() checkDavid Brownell1-4/+0
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-6/+5
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10[PATCH] drivers/net: remove superfluous memsetMariusz Kozlowski1-1/+0
2007-07-30Fix a potential NULL pointer dereference in write_bulk_callback() in drivers/net/usb/pegasus.cMicah Gruber1-1/+3
2007-05-09Move USB network drivers to drivers/net/usb.Jeff Garzik1-0/+1504