summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/r8152.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-301-4/+3
|\
| * r8152: fix the checking of the usb speedhayeswang2014-07-241-4/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-161-1/+6
|\ \ | |/
| * r8152: fix r8152_csum_workaround functionhayeswang2014-07-111-1/+1
| * r8152: wake up the device before dumping the hw counterhayeswang2014-07-081-0/+5
* | r8152: support jumbo frame for RTL8153hayeswang2014-07-101-4/+32
* | r8152: increase the tx timeouthayeswang2014-07-081-1/+1
|/
* r8152: Use kmemdup instead of kmalloc + memcpyBenoit Taine2014-05-301-3/+1
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* r8152: check RTL8152_UNPLUGhayeswang2014-04-121-0/+48
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-141-3/+9
|\
| * r8152: disable the ECM modehayeswang2014-03-051-6/+9
* | r8152: support dumping the hw countershayeswang2014-03-121-2/+93
* | r8152: add skb_cow_headhayeswang2014-03-101-2/+10
* | r8152: support IPv6hayeswang2014-03-071-3/+103
* | r8152: support TSOhayeswang2014-03-071-30/+87
* | r8152: support rx checksumhayeswang2014-03-071-2/+39
* | 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
OpenPOWER on IntegriCloud