aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/r8152.c
AgeCommit message (Expand)Author
2014-07-11r8152: fix r8152_csum_workaround functionhayeswang
2014-07-08r8152: wake up the device before dumping the hw counterhayeswang
2014-05-30r8152: Use kmemdup instead of kmalloc + memcpyBenoit Taine
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-04-12r8152: check RTL8152_UNPLUGhayeswang
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-12r8152: support dumping the hw countershayeswang
2014-03-10r8152: add skb_cow_headhayeswang
2014-03-07r8152: support IPv6hayeswang
2014-03-07r8152: support TSOhayeswang
2014-03-07r8152: support rx checksumhayeswang
2014-03-07r8152: calculate the dropped packets for rxhayeswang
2014-03-07r8152: up the priority of the transmissionhayeswang
2014-03-07r8152: check tx agg list before spin lockhayeswang
2014-03-07r8152: replace spin_lock_irqsave and spin_unlock_irqrestorehayeswang
2014-03-06r8152: remove rtl8152_get_statshayeswang
2014-03-06r8152: replace tp->netdev with netdevhayeswang
2014-03-06r8152: deal with the empty line and spacehayeswang
2014-03-05r8152: disable the ECM modehayeswang
2014-02-18r8152: support get_msglevel and set_msglevelhayeswang
2014-02-18r8152: set disable_hub_initiated_lpmhayeswang
2014-02-18r8152: replace netif_rx with netif_receive_skbhayeswang
2014-02-18r8152: disable teredo for RTL8152hayeswang
2014-02-18r8152: support runtime suspendhayeswang
2014-02-18r8152: support WOLhayeswang
2014-02-18r8152: move some functions from probe to openhayeswang
2014-02-18r8152: combine PHY reset with set_speedhayeswang
2014-02-18r8152: clear BMCR_PDOWNhayeswang
2014-02-18r8152: reduce the frequency of spin_lockhayeswang
2014-02-18r8152: load the default MAC addresshayeswang
2014-02-18r8152: replace some types from int to boolhayeswang
2014-02-18r8152: add three functionshayeswang
2014-02-18r8152: move some functionshayeswang
2014-02-06r8152: fix the submission of the interrupt transferhayeswang
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-14r8152: ecm and vendor modes coexisthayeswang
2014-01-14r8152: fix the warnings and a error from checkpatch.plhayeswang
2014-01-14r8152: change the descriptorhayeswang
2014-01-07r8152: correct some messagesHayes Wang
2014-01-06r8152: replace the return value of rtl_ops_inithayeswang
2014-01-06r8152: move the actions of saving the information of the devicehayeswang
2014-01-06r8152: replace some tabs with spaceshayeswang
2014-01-03r8152: fix the wrong return valuehayeswang
2014-01-01r8152: support RTL8153hayeswang
2014-01-01r8152: split rtl8152_enablehayeswang
2014-01-01r8152: add rtl_opshayeswang
2014-01-01r8152: change some definitionshayeswang
2014-01-01r8152: modify the method of accessing PHYhayeswang
2014-01-01r8152: move rtl8152_unload and ocp_reg_writehayeswang
2013-11-20r8152: fix incorrect type in assignmenthayeswang