summaryrefslogtreecommitdiff
path: root/drivers/net/usb/r8152.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-22r8152: support the new RTL8153 chiphayeswang1-1/+17
2015-07-09drivers/net/usb: add device id for NVIDIA Tegra USB 3.0 EthernetZheng Liu1-0/+2
2015-05-09drivers/net/usb: Add support for 'Lenovo OneLink Pro Dock'Vasily Titskiy1-0/+1
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-04-01net/usb/r8152: add device id for Lenovo TP USB 3.0 EthernetChristian Hesse1-0/+2
2015-02-19r8152: support setting rx coalescehayeswang1-0/+57
2015-02-19r8152: change rx early size when the mtu is changedhayeswang1-1/+15
2015-02-19r8152: separate USB_RX_EARLY_AGGhayeswang1-26/+32
2015-02-15r8152: restore hw settingshayeswang1-2/+57
2015-02-08r8152: use BIT macrohayeswang1-17/+17
2015-02-08r8152: replace get_protocol with vlan_get_protocolhayeswang1-14/+2
2015-02-08r8152: adjust the line feed for hw_featureshayeswang1-2/+1
2015-02-08r8152: check RTL8152_UNPLUG for rtl8152_closehayeswang1-1/+1
2015-02-08r8152: check linking status with netif_carrier_okhayeswang1-14/+9
2015-02-08r8152: adjust lpm timerhayeswang1-3/+3
2015-02-08r8152: adjust rx_bottomhayeswang1-2/+13
2015-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-24/+6
2015-01-20r8152: remove sram_readhayeswang1-18/+6
2015-01-20r8152: remove generic_ocp_read before writinghayeswang1-6/+0
2015-01-14r8152: replace tasklet with NAPIhayeswang1-35/+85
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2015-01-13r8152: check the status before submitting rxhayeswang1-0/+5
2015-01-13r8152: call rtl_start_rx after netif_carrier_onhayeswang1-1/+2
2015-01-06r8152: support ndo_features_checkhayeswang1-0/+17
2014-12-09r8152: redefine REALTEK_USB_DEVICEhayeswang1-6/+20
2014-11-21r8152: adjust rtl_start_rxhayeswang1-0/+19
2014-11-21r8152: adjust r8152_submit_rxhayeswang1-20/+20
2014-11-12r8152: check RTL8152_UNPLUG and netif_running before autoresumehayeswang1-3/+6
2014-11-12r8152: clear the flag of SCHEDULE_TASKLET in tasklethayeswang1-0/+2
2014-11-12r8152: remove the duplicate init for the list of rx_donehayeswang1-1/+0
2014-11-06r8152: remove the definitions of the PIDhayeswang1-7/+3
2014-11-06r8152: modify rtl_ops_inithayeswang1-51/+28
2014-11-06r8152: move r8152b_get_versionhayeswang1-2/+1
2014-11-06r8152: disable the tasklet by defaulthayeswang1-2/+6
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+12
2014-10-31r8152: stop submitting intr for -EPROTOhayeswang1-0/+3
2014-10-30r8152: set RTL8152_UNPLUG when finding -ENODEVhayeswang1-2/+12
2014-10-30r8152: check WORK_ENABLE in suspend functionhayeswang1-1/+1
2014-10-30r8152: reset tp->speed before autoresuming in open functionhayeswang1-0/+5
2014-10-30r8152: clear SELECTIVE_SUSPEND when autoresuminghayeswang1-4/+3
2014-10-29r8152: support nway_reset of ethtoolhayeswang1-0/+22
2014-10-29r8152: rename tx_underunhayeswang1-2/+2
2014-10-18r8152: return -EBUSY for runtime suspendhayeswang1-7/+15
2014-10-10r8152: add mutex for hw settingshayeswang1-1/+63
2014-10-10r8152: adjust usb_autopm_xxxhayeswang1-13/+11
2014-10-10r8152: autoresume before setting featurehayeswang1-1/+9
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+9
2014-10-07r8152: nway reset after setting eeehayeswang1-0/+2
2014-10-04r8152: 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