summaryrefslogtreecommitdiff
path: root/drivers/net/usb/r8152.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-19r8152: set disable_hub_initiated_lpmhayeswang1-0/+1
2014-02-19r8152: replace netif_rx with netif_receive_skbhayeswang1-1/+1
2014-02-19r8152: disable teredo for RTL8152hayeswang1-0/+1
2014-02-19r8152: support runtime suspendhayeswang1-23/+158
2014-02-19r8152: support WOLhayeswang1-13/+105
2014-02-19r8152: move some functions from probe to openhayeswang1-20/+25
2014-02-19r8152: combine PHY reset with set_speedhayeswang1-12/+45
2014-02-19r8152: clear BMCR_PDOWNhayeswang1-2/+13
2014-02-19r8152: reduce the frequency of spin_lockhayeswang1-9/+38
2014-02-19r8152: load the default MAC addresshayeswang1-2/+17
2014-02-19r8152: replace some types from int to boolhayeswang1-10/+10
2014-02-19r8152: add three functionshayeswang1-48/+51
2014-02-19r8152: move some functionshayeswang1-53/+53
2014-02-07r8152: fix the submission of the interrupt transferhayeswang1-9/+8
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-15r8152: ecm and vendor modes coexisthayeswang1-10/+8
2014-01-15r8152: fix the warnings and a error from checkpatch.plhayeswang1-27/+15
2014-01-15r8152: change the descriptorhayeswang1-1/+1
2014-01-07r8152: correct some messagesHayes Wang1-10/+13
2014-01-07r8152: replace the return value of rtl_ops_inithayeswang1-9/+11
2014-01-07r8152: move the actions of saving the information of the devicehayeswang1-3/+4
2014-01-07r8152: replace some tabs with spaceshayeswang1-8/+8
2014-01-04r8152: fix the wrong return valuehayeswang1-1/+1
2014-01-02r8152: support RTL8153hayeswang1-5/+610
2014-01-02r8152: split rtl8152_enablehayeswang1-3/+15
2014-01-02r8152: add rtl_opshayeswang1-7/+50
2014-01-02r8152: change some definitionshayeswang1-11/+16
2014-01-02r8152: modify the method of accessing PHYhayeswang1-34/+18
2014-01-02r8152: move rtl8152_unload and ocp_reg_writehayeswang1-29/+29
2013-11-21r8152: fix incorrect type in assignmenthayeswang1-9/+9
2013-11-21r8152: support stopping/waking tx queuehayeswang1-0/+22
2013-11-21r8152: modify the tx flowhayeswang1-43/+3
2013-11-21r8152: fix tx/rx memory overflowhayeswang1-13/+17
2013-08-20r8152: add commentshayeswang1-0/+5
2013-08-20r8152: adjust tx_bottom functionhayeswang1-66/+68
2013-08-20r8152: move some declearation of variableshayeswang1-15/+14
2013-08-20r8152: adjust some duplicated codehayeswang1-27/+28
2013-08-20r8152: replace lockflags with flagshayeswang1-24/+24
2013-08-20r8152: replace void * with struct r8152 *hayeswang1-2/+4
2013-08-20r8152: remove clearing the memory to zero for netdev privhayeswang1-1/+0
2013-08-15net/usb/r8152: enable interrupt transferhayeswang1-27/+113
2013-08-15net/usb/r8152: enable tx checksumhayeswang1-5/+59
2013-08-15net/usb/r8152: support aggregationhayeswang1-161/+486
2013-08-01net/usb/r8152: adjust relative ocp functionhayeswang1-43/+23
2013-08-01net/usb/r8152: make sure the USB buffer is DMA-ablehayeswang1-25/+35
2013-07-13usb/net/r8152: fix integer overflow in expressionhayeswang1-1/+2
2013-05-18net/usb: r8152: Use module_usb_driver()Sachin Kamat1-12/+1
2013-05-18net/usb: r8152: Remove redundant version.h header inclusionSachin Kamat1-1/+0
2013-05-07net/usb: new driver for RTL8152hayeswang1-0/+1767