summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-10-21Revert "Bluetooth: hci_qca: Add delay for wcn3990 stability"Jeffrey Hugo1-3/+1
2019-10-19Bluetooth: btusb: Remove return statement in btintel_reset_to_bootloaderNathan Chancellor1-1/+0
2019-10-17Bluetooth: hci_qca: Split qca_power_setup()Bjorn Andersson1-25/+36
2019-10-17Bluetooth: hci_qca: Use regulator bulk enable/disableBjorn Andersson1-42/+13
2019-10-17Bluetooth: hci_qca: Don't vote for specific voltageBjorn Andersson1-18/+8
2019-10-17Bluetooth: hci_qca: Update regulator_set_load() usageBjorn Andersson1-15/+18
2019-10-17Bluetooth: hci_qca: Add delay for wcn3990 stabilityJeffrey Hugo1-1/+3
2019-10-17Bluetooth: btusb: Trigger Intel FW download error recoveryAmit K Bag3-4/+67
2019-10-16Bluetooth: btwilink: drop superseded driverSebastian Reichel3-349/+0
2019-10-16Revert "Bluetooth: hci_ll: set operational frequency earlier"Adam Ford1-21/+18
2019-10-16Bluetooth: btusb: Use IS_ENABLED instead of #ifdefMarcel Holtmann1-15/+7
2019-10-16Bluetooth: btusb: avoid unused function warningArnd Bergmann1-3/+2
2019-10-16Bluetooth: btusb: print FW version after FW downloadAmit K Bag1-0/+7
2019-10-16Bluetooth: btrtl: Fix an issue for the incorrect error return code.Max Chou1-1/+1
2019-10-16Bluetooth: hci_nokia: Save a few cycles in 'nokia_enqueue()'Christophe JAILLET1-1/+1
2019-10-16net: bcmgenet: Add a shutdown callbackFlorian Fainelli1-0/+6
2019-10-16net: phylink: use more linkmode_*Russell King1-5/+2
2019-10-16net: bcmgenet: Generate a random MAC if none is validFlorian Fainelli1-9/+8
2019-10-16mlxsw: spectrum: Add support for 400Gbps (50Gbps per lane) link modesJiri Pirko2-10/+43
2019-10-16ethtool: Add support for 400Gbps (50Gbps per lane) link modesJiri Pirko1-1/+9
2019-10-15net: dsa: sja1105: Switch to scatter/gather API for SPIVladimir Oltean2-81/+85
2019-10-15net: dsa: sja1105: Move sja1105_spi_transfer into sja1105_xferVladimir Oltean1-33/+15
2019-10-15net: b44: remove redundant assignment to variable regColin Ian King1-3/+0
2019-10-15net: dsa: sja1105: Change the PTP command access patternVladimir Oltean3-12/+18
2019-10-15net: dsa: sja1105: Move PTP data to its own private structureVladimir Oltean4-296/+335
2019-10-15net: dsa: sja1105: Make all public PTP functions take dsa_switch as argumentVladimir Oltean5-36/+37
2019-10-15net: dsa: sja1105: Get rid of global declaration of struct ptp_clock_infoVladimir Oltean1-15/+14
2019-10-13Merge tag 'mac80211-next-for-net-next-2019-10-11' of git://git.kernel.org/pub...David S. Miller18-36/+52
2019-10-12netdevsim: implement couple of testing devlink health reportersJiri Pirko4-3/+354
2019-10-12devlink: propagate extack down to health reporter opsJiri Pirko4-11/+22
2019-10-12net: usb: ax88179_178a: write mac to hardware in get_mac_addrPeter Fink1-0/+3
2019-10-12net: ftgmac100: Ungate RCLK for RMII on ASPEED MACsAndrew Jeffery1-10/+40
2019-10-11mac80211_hwsim: add support for OCBRamon Fontes1-2/+4
2019-10-11mac80211_hwsim: add more 5GHz channels, 5/10 MHz supportRamon Fontes1-2/+26
2019-10-11ipvlan: consolidate TSO flags using NETIF_F_ALL_TSOMahesh Bandewar1-2/+2
2019-10-11ptp: ptp_dte: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-10team: call RCU read lock when walking the port_listHangbin Liu1-1/+4
2019-10-10net: stmmac: Remove break after a returnTiezhu Yang1-2/+0
2019-10-10net/ethernet: xgmac don't set .driver twiceBen Dooks1-1/+1
2019-10-10net: stmmac: dwmac-mediatek: fix wrong delay value issue when resume backBiao Huang1-0/+27
2019-10-10net: stmmac: add flexible PPS to dwmac 4.10aAntonio Borneo1-0/+1
2019-10-10Merge tag 'spi-ptp-api' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Jakub Kicinski1-0/+127
2019-10-09Revert "tun: call dev_get_valid_name() before register_netdevice()"Eric Dumazet1-3/+0
2019-10-09net: hns3: support tx-scatter-gather-fraglist featureYunsheng Lin2-93/+168
2019-10-09net: hns3: add support for configuring VF MAC from the hostHuazhong Tan6-8/+158
2019-10-09net: hns3: add support for configuring bandwidth of VF on the hostYonglong Liu8-2/+280
2019-10-09net: hns3: add support for setting VF trustJian Shen9-40/+129
2019-10-09net: hns3: add support for spoof check settingJian Shen6-9/+140
2019-10-09net: hns3: add support for setting VF link status on the hostYufeng Mo5-1/+111
2019-10-08tun: fix memory leak in error pathEric Dumazet1-2/+12