summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/r8152.c
Commit message (Expand)AuthorAgeFilesLines
* r8152: calculate the dropped packets for rxhayeswang2014-03-071-1/+2
* r8152: up the priority of the transmissionhayeswang2014-03-071-18/+27
* r8152: check tx agg list before spin lockhayeswang2014-03-071-0/+3
* r8152: replace spin_lock_irqsave and spin_unlock_irqrestorehayeswang2014-03-071-16/+12
* r8152: remove rtl8152_get_statshayeswang2014-03-061-15/+6
* r8152: replace tp->netdev with netdevhayeswang2014-03-061-3/+5
* r8152: deal with the empty line and spacehayeswang2014-03-061-3/+6
* r8152: support get_msglevel and set_msglevelhayeswang2014-02-181-0/+16
* r8152: set disable_hub_initiated_lpmhayeswang2014-02-181-0/+1
* r8152: replace netif_rx with netif_receive_skbhayeswang2014-02-181-1/+1
* r8152: disable teredo for RTL8152hayeswang2014-02-181-0/+1
* r8152: support runtime suspendhayeswang2014-02-181-23/+158
* r8152: support WOLhayeswang2014-02-181-13/+105
* r8152: move some functions from probe to openhayeswang2014-02-181-20/+25
* r8152: combine PHY reset with set_speedhayeswang2014-02-181-12/+45
* r8152: clear BMCR_PDOWNhayeswang2014-02-181-2/+13
* r8152: reduce the frequency of spin_lockhayeswang2014-02-181-9/+38
* r8152: load the default MAC addresshayeswang2014-02-181-2/+17
* r8152: replace some types from int to boolhayeswang2014-02-181-10/+10
* r8152: add three functionshayeswang2014-02-181-48/+51
* r8152: move some functionshayeswang2014-02-181-53/+53
* r8152: fix the submission of the interrupt transferhayeswang2014-02-061-9/+8
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* r8152: ecm and vendor modes coexisthayeswang2014-01-141-10/+8
* r8152: fix the warnings and a error from checkpatch.plhayeswang2014-01-141-27/+15
* r8152: change the descriptorhayeswang2014-01-141-1/+1
* r8152: correct some messagesHayes Wang2014-01-071-10/+13
* r8152: replace the return value of rtl_ops_inithayeswang2014-01-061-9/+11
* r8152: move the actions of saving the information of the devicehayeswang2014-01-061-3/+4
* r8152: replace some tabs with spaceshayeswang2014-01-061-8/+8
* r8152: fix the wrong return valuehayeswang2014-01-031-1/+1
* r8152: support RTL8153hayeswang2014-01-011-5/+610
* r8152: split rtl8152_enablehayeswang2014-01-011-3/+15
* r8152: add rtl_opshayeswang2014-01-011-7/+50
* r8152: change some definitionshayeswang2014-01-011-11/+16
* r8152: modify the method of accessing PHYhayeswang2014-01-011-34/+18
* r8152: move rtl8152_unload and ocp_reg_writehayeswang2014-01-011-29/+29
* r8152: fix incorrect type in assignmenthayeswang2013-11-201-9/+9
* r8152: support stopping/waking tx queuehayeswang2013-11-201-0/+22
* r8152: modify the tx flowhayeswang2013-11-201-43/+3
* r8152: fix tx/rx memory overflowhayeswang2013-11-201-13/+17
* r8152: add commentshayeswang2013-08-201-0/+5
* r8152: adjust tx_bottom functionhayeswang2013-08-201-66/+68
* r8152: move some declearation of variableshayeswang2013-08-201-15/+14
* r8152: adjust some duplicated codehayeswang2013-08-201-27/+28
* r8152: replace lockflags with flagshayeswang2013-08-201-24/+24
* r8152: replace void * with struct r8152 *hayeswang2013-08-201-2/+4
* r8152: remove clearing the memory to zero for netdev privhayeswang2013-08-201-1/+0
* net/usb/r8152: enable interrupt transferhayeswang2013-08-151-27/+113
* net/usb/r8152: enable tx checksumhayeswang2013-08-151-5/+59
OpenPOWER on IntegriCloud