aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/r8152.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-17r8152: return -EBUSY for runtime suspendhayeswang1-7/+15
2014-10-09r8152: add mutex for hw settingshayeswang1-1/+63
2014-10-09r8152: adjust usb_autopm_xxxhayeswang1-13/+11
2014-10-09r8152: autoresume before setting featurehayeswang1-1/+9
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+9
2014-10-06r8152: nway reset after setting eeehayeswang1-0/+2
2014-10-03r8152: autoresume before setting MAC addresshayeswang1-2/+9
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-46/+42
2014-10-01r8152: disable power cut for RTL8153hayeswang1-1/+1
2014-10-01r8152: remove clearing bphayeswang1-27/+1
2014-09-30r8152: fix setting RTL8152_UNPLUGhayeswang1-1/+5
2014-09-28r8152: support ethtool eeehayeswang1-0/+128
2014-09-28r8152: add functions to set EEEhayeswang1-25/+76
2014-09-28r8152: change the EEE definitionhayeswang1-21/+14
2014-09-26r8152: fix the carrier off when autoresuminghayeswang1-17/+35
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-17/+45
2014-09-22r8152: disable ALDPShayeswang1-17/+45
2014-09-13r8152: support VLANhayeswang1-14/+65
2014-09-09r8152: use usleep_rangehayeswang1-11/+11
2014-09-05r8152: use eth_hw_addr_randomhayeswang1-16/+19
2014-09-05r8152: change the location of rtl8152_set_mac_addresshayeswang1-17/+17
2014-09-01r8152: rename rx_buf_szhayeswang1-11/+11
2014-09-01r8152: reduce the number of Txhayeswang1-1/+1
2014-08-27r8152: replace strncpy with strlcpyhayeswang1-2/+2
2014-08-25r8152: check code with checkpatch.plhayeswang1-31/+35
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+3
2014-07-24r8152: fix the checking of the usb speedhayeswang1-4/+3
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2014-07-11r8152: fix r8152_csum_workaround functionhayeswang1-1/+1
2014-07-10r8152: support jumbo frame for RTL8153hayeswang1-4/+32
2014-07-08r8152: wake up the device before dumping the hw counterhayeswang1-0/+5
2014-07-08r8152: increase the tx timeouthayeswang1-1/+1
2014-05-30r8152: Use kmemdup instead of kmalloc + memcpyBenoit Taine1-3/+1
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-04-12r8152: check RTL8152_UNPLUGhayeswang1-0/+48
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+9
2014-03-12r8152: support dumping the hw countershayeswang1-2/+93
2014-03-10r8152: add skb_cow_headhayeswang1-2/+10
2014-03-07r8152: support IPv6hayeswang1-3/+103
2014-03-07r8152: support TSOhayeswang1-30/+87
2014-03-07r8152: support rx checksumhayeswang1-2/+39
2014-03-07r8152: calculate the dropped packets for rxhayeswang1-1/+2
2014-03-07r8152: up the priority of the transmissionhayeswang1-18/+27
2014-03-07r8152: check tx agg list before spin lockhayeswang1-0/+3
2014-03-07r8152: replace spin_lock_irqsave and spin_unlock_irqrestorehayeswang1-16/+12
2014-03-06r8152: remove rtl8152_get_statshayeswang1-15/+6
2014-03-06r8152: replace tp->netdev with netdevhayeswang1-3/+5
2014-03-06r8152: deal with the empty line and spacehayeswang1-3/+6
2014-03-05r8152: disable the ECM modehayeswang1-6/+9
2014-02-18r8152: support get_msglevel and set_msglevelhayeswang1-0/+16