summaryrefslogtreecommitdiff
path: root/drivers/net/usb/pegasus.c
Commit message (Expand)AuthorAge
* usbnet: pegasus: Use net_device_stats from struct net_deviceTobias Klauser2017-04-07
* net: usb: pegasus: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-21
* pegasus: Use heap buffers for all register accessBen Hutchings2017-02-07
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-13
* net: pegasus: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-01
* net: pegasus: simplify logical constraintxypron.glpk@gmx.de2016-05-23
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-04
* pegasus: fixes reported packet lengthPetko Manolov2016-04-28
* pegasus: fixes URB buffer allocation size;Petko Manolov2016-04-28
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-13
* usbnet: pegasus: endian bug in write_mii_word()Dan Carpenter2013-05-03
* drivers: net: usb: pegasus: fix control urb submissionPetko Manolov2013-04-29
* drivers: net: usb: pegasus: read/write_mii_word optimisedPetko Manolov2013-04-29
* drivers: net: usb: pegasus: remove skb poolPetko Manolov2013-04-29
* drivers: net: Remove remaining alloc/OOM messagesJoe Perches2013-02-08
* usbnet: pegasus: set wakeup enable in set_wolMing Lei2013-01-20
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-06
* usbnet:pegasus: remove usb_get/put_dev in .probe and .disconnecttom.leiming@gmail.com2012-06-12
* USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2012-05-18
* drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-31
* usb: pegasus: cleanup a couple conditionsDan Carpenter2011-12-23
* module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-19
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-17
* drivers/net/usb: Remove unnecessary casts of netdev_privJoe Perches2010-11-17
* usb: pegasus: fixed coding style issuesNicolas Kaiser2010-06-30
* drivers/net/usb: Use kmemdupJulia Lawall2010-05-17
* net: trans_start cleanupsEric Dumazet2010-05-10
* drivers/net/usb: Use netif_<level> logging facilitiesJoe Perches2010-02-17
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-12
* net: Teach pegasus driver to ignore bluetoother adapters with clashing Vendor...Chris Rankin2009-10-13
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-02
* usbnet: convert to netdev_tx_tStephen Hemminger2009-09-01
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-16
|\
| * netdev: restore MTU change operationBen Hutchings2009-07-12
| * netdev: restore MAC address set and validate operationsBen Hutchings2009-07-12
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-05
|/
* pegasus usb-net: Fix endianness bugsMichael Buesch2009-06-19
* pegasus: Handle disconnect error code correctly.Oliver Neukum2009-04-17
* net: convert pegasus driver to net_device_opsOliver Neukum2009-01-08
* USB: avoid needless address-taking of function parametersHarvey Harrison2009-01-07
* net: prepare usb net drivers for addition of status as a parameterOliver Neukum2008-12-18
* pegasus: minor resource shrinkageDavid Brownell2008-11-16
* net: convert print_mac to %pMJohannes Berg2008-10-27
* misc: replace remaining __FUNCTION__ with __func__Harvey Harrison2008-10-20
* drivers/net: replace __FUNCTION__ with __func__Harvey Harrison2008-09-24
* net/usb/pegasus: avoid hundreds of diagnosticsDavid Brownell2008-09-03
* pegasus: add blacklist support to fix Belkin bluetooth dongle.Ben Collins2008-08-07
* drivers/net/usb/pegasus.c: remove in_atomic() checkDavid Brownell2008-03-28
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-10