summaryrefslogtreecommitdiff
path: root/drivers/net/usb/r8152.c
AgeCommit message (Expand)Author
2015-02-14r8152: restore hw settingshayeswang
2015-02-07r8152: use BIT macrohayeswang
2015-02-07r8152: replace get_protocol with vlan_get_protocolhayeswang
2015-02-07r8152: adjust the line feed for hw_featureshayeswang
2015-02-07r8152: check RTL8152_UNPLUG for rtl8152_closehayeswang
2015-02-07r8152: check linking status with netif_carrier_okhayeswang
2015-02-07r8152: adjust lpm timerhayeswang
2015-02-07r8152: adjust rx_bottomhayeswang
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-19r8152: remove sram_readhayeswang
2015-01-19r8152: remove generic_ocp_read before writinghayeswang
2015-01-14r8152: replace tasklet with NAPIhayeswang
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2015-01-12r8152: check the status before submitting rxhayeswang
2015-01-12r8152: call rtl_start_rx after netif_carrier_onhayeswang
2015-01-06r8152: support ndo_features_checkhayeswang
2014-12-09r8152: redefine REALTEK_USB_DEVICEhayeswang
2014-11-21r8152: adjust rtl_start_rxhayeswang
2014-11-21r8152: adjust r8152_submit_rxhayeswang
2014-11-12r8152: check RTL8152_UNPLUG and netif_running before autoresumehayeswang
2014-11-12r8152: clear the flag of SCHEDULE_TASKLET in tasklethayeswang
2014-11-12r8152: remove the duplicate init for the list of rx_donehayeswang
2014-11-06r8152: remove the definitions of the PIDhayeswang
2014-11-06r8152: modify rtl_ops_inithayeswang
2014-11-06r8152: move r8152b_get_versionhayeswang
2014-11-05r8152: disable the tasklet by defaulthayeswang
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-31r8152: stop submitting intr for -EPROTOhayeswang
2014-10-30r8152: set RTL8152_UNPLUG when finding -ENODEVhayeswang
2014-10-30r8152: check WORK_ENABLE in suspend functionhayeswang
2014-10-30r8152: reset tp->speed before autoresuming in open functionhayeswang
2014-10-30r8152: clear SELECTIVE_SUSPEND when autoresuminghayeswang
2014-10-29r8152: support nway_reset of ethtoolhayeswang
2014-10-29r8152: rename tx_underunhayeswang
2014-10-17r8152: return -EBUSY for runtime suspendhayeswang
2014-10-09r8152: add mutex for hw settingshayeswang
2014-10-09r8152: adjust usb_autopm_xxxhayeswang
2014-10-09r8152: autoresume before setting featurehayeswang
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-06r8152: nway reset after setting eeehayeswang
2014-10-03r8152: autoresume before setting MAC addresshayeswang
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-01r8152: disable power cut for RTL8153hayeswang
2014-10-01r8152: remove clearing bphayeswang
2014-09-30r8152: fix setting RTL8152_UNPLUGhayeswang
2014-09-28r8152: support ethtool eeehayeswang
2014-09-28r8152: add functions to set EEEhayeswang
2014-09-28r8152: change the EEE definitionhayeswang
2014-09-26r8152: fix the carrier off when autoresuminghayeswang
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller