summaryrefslogtreecommitdiff
path: root/drivers/net/usb/r8152.c
AgeCommit message (Expand)Author
2014-03-06r8152: replace tp->netdev with netdevhayeswang
2014-03-06r8152: deal with the empty line and spacehayeswang
2014-03-06r8152: 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-07r8152: fix the submission of the interrupt transferhayeswang
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-15r8152: ecm and vendor modes coexisthayeswang
2014-01-15r8152: fix the warnings and a error from checkpatch.plhayeswang
2014-01-15r8152: 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-04r8152: fix the wrong return valuehayeswang
2014-01-02r8152: support RTL8153hayeswang
2014-01-02r8152: split rtl8152_enablehayeswang
2014-01-02r8152: add rtl_opshayeswang
2014-01-02r8152: change some definitionshayeswang
2014-01-02r8152: modify the method of accessing PHYhayeswang
2014-01-02r8152: move rtl8152_unload and ocp_reg_writehayeswang
2013-11-20r8152: fix incorrect type in assignmenthayeswang
2013-11-20r8152: support stopping/waking tx queuehayeswang
2013-11-20r8152: modify the tx flowhayeswang
2013-11-20r8152: fix tx/rx memory overflowhayeswang
2013-08-20r8152: add commentshayeswang
2013-08-20r8152: adjust tx_bottom functionhayeswang
2013-08-20r8152: move some declearation of variableshayeswang
2013-08-20r8152: adjust some duplicated codehayeswang
2013-08-20r8152: replace lockflags with flagshayeswang
2013-08-20r8152: replace void * with struct r8152 *hayeswang
2013-08-20r8152: remove clearing the memory to zero for netdev privhayeswang
2013-08-15net/usb/r8152: enable interrupt transferhayeswang
2013-08-15net/usb/r8152: enable tx checksumhayeswang
2013-08-15net/usb/r8152: support aggregationhayeswang
2013-07-31net/usb/r8152: adjust relative ocp functionhayeswang
2013-07-31net/usb/r8152: make sure the USB buffer is DMA-ablehayeswang
2013-07-12usb/net/r8152: fix integer overflow in expressionhayeswang