summaryrefslogtreecommitdiff
path: root/drivers/net/usb/r8152.c
AgeCommit message (Expand)Author
2017-06-13r8152: give the device versionOliver Neukum
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-01r8152: The Microsoft Surface docks also use R8152 v2René Rebe
2017-03-24r8152: prevent the driver from transmitting packets with carrier offhayeswang
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-22r8152: fix the rx early size of RTL8153hayeswang
2017-03-22r8152: set the RMS of RTL8153 according to the mtuhayeswang
2017-03-21r8152: check hw version firsthayeswang
2017-03-21r8152: fix the list rx_done may be used without initializationhayeswang
2017-03-16r8152: simply the argumentshayeswang
2017-03-13net: usb: r8152: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-25r8152: check rx after napi is enabledhayeswang
2017-01-25r8152: re-schedule napi for txhayeswang
2017-01-25r8152: avoid start_xmit to schedule napi when napi is disabledhayeswang
2017-01-25r8152: avoid start_xmit to call napi_schedule during autosuspendhayeswang
2017-01-25r8152: fix the wrong spellinghayeswang
2017-01-24r8152: don't execute runtime suspend if the tx is not emptyhayeswang
2017-01-20r8152: fix rtl8152_post_reset functionhayeswang
2017-01-11r8152: fix the sw rx checksum is unavailablehayeswang
2017-01-10r8152: fix rx issue for runtime suspendhayeswang
2017-01-10r8152: split rtl8152_suspend functionhayeswang
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-13r8152: Fix error path in open functionGuenter Roeck
2016-10-30r8152: Fix broken RX checksums.Mark Lord
2016-10-20net: use core MTU range checking in USB NIC driversJarod Wilson
2016-10-18r8152: add new products of Lenovohayeswang
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-21r8152: disable ALDPS and EEE before setting PHYhayeswang
2016-09-21r8152: remove r8153_enable_eeehayeswang
2016-09-21r8152: move PHY settings to hw_phy_cfghayeswang
2016-09-21r8152: move enabling PHYhayeswang
2016-09-21r8152: move some functionshayeswang
2016-09-01r8152: fix the coding style with checkpatch.plhayeswang
2016-08-31r8152: constify ethtool_ops structuresJulia Lawall
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-15r8152: add MODULE_VERSIONGrant Grundler
2016-07-11r8152: Add support for setting pass through MAC address on RTL8153-ADMario Limonciello
2016-07-09r8152: remove cancel_delayed_work_sync in rtl8152_set_speedhayeswang
2016-07-09r8152: remove a netif_carrier_off in rtl8152_open functionhayeswang
2016-07-09r8152: remove rtl_phy_reset functionhayeswang
2016-07-08r8152: remove the setting of LAN_WAKE_ENhayeswang
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-05r8152: fix runtime function for RTL8152hayeswang
2016-07-01r8152: clear LINK_OFF_WAKE_EN after autoresumehayeswang
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-16r8152: modify the check of the flag of PHY_RESET in set_speed functionhayeswang
2016-06-15r8152: correct the rx early sizehayeswang
2016-06-15r8152: reset the bmuhayeswang