summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: sja1105: Switch to scatter/gather API for SPIVladimir Oltean2019-10-152-81/+85
* net: dsa: sja1105: Move sja1105_spi_transfer into sja1105_xferVladimir Oltean2019-10-151-33/+15
* net: b44: remove redundant assignment to variable regColin Ian King2019-10-151-3/+0
* net: dsa: sja1105: Change the PTP command access patternVladimir Oltean2019-10-143-12/+18
* net: dsa: sja1105: Move PTP data to its own private structureVladimir Oltean2019-10-144-296/+335
* net: dsa: sja1105: Make all public PTP functions take dsa_switch as argumentVladimir Oltean2019-10-145-36/+37
* net: dsa: sja1105: Get rid of global declaration of struct ptp_clock_infoVladimir Oltean2019-10-141-15/+14
* Merge tag 'mac80211-next-for-net-next-2019-10-11' of git://git.kernel.org/pub...David S. Miller2019-10-1318-36/+52
|\
| * mac80211_hwsim: add support for OCBRamon Fontes2019-10-111-2/+4
| * mac80211_hwsim: add more 5GHz channels, 5/10 MHz supportRamon Fontes2019-10-111-2/+26
| * mac80211: simplify TX aggregation startJohannes Berg2019-10-0418-32/+22
* | netdevsim: implement couple of testing devlink health reportersJiri Pirko2019-10-114-3/+354
* | devlink: propagate extack down to health reporter opsJiri Pirko2019-10-114-11/+22
* | net: usb: ax88179_178a: write mac to hardware in get_mac_addrPeter Fink2019-10-111-0/+3
* | net: ftgmac100: Ungate RCLK for RMII on ASPEED MACsAndrew Jeffery2019-10-111-10/+40
* | ipvlan: consolidate TSO flags using NETIF_F_ALL_TSOMahesh Bandewar2019-10-101-2/+2
* | ptp: ptp_dte: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-101-3/+1
* | team: call RCU read lock when walking the port_listHangbin Liu2019-10-091-1/+4
* | net: stmmac: Remove break after a returnTiezhu Yang2019-10-091-2/+0
* | net/ethernet: xgmac don't set .driver twiceBen Dooks2019-10-091-1/+1
* | net: stmmac: dwmac-mediatek: fix wrong delay value issue when resume backBiao Huang2019-10-091-0/+27
* | net: stmmac: add flexible PPS to dwmac 4.10aAntonio Borneo2019-10-091-0/+1
* | Merge tag 'spi-ptp-api' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Jakub Kicinski2019-10-091-0/+127
|\ \
| * | spi: Add a PTP system timestamp to the transfer structureVladimir Oltean2019-10-081-0/+127
* | | Revert "tun: call dev_get_valid_name() before register_netdevice()"Eric Dumazet2019-10-081-3/+0
* | | net: hns3: support tx-scatter-gather-fraglist featureYunsheng Lin2019-10-082-93/+168
* | | net: hns3: add support for configuring VF MAC from the hostHuazhong Tan2019-10-086-8/+158
* | | net: hns3: add support for configuring bandwidth of VF on the hostYonglong Liu2019-10-088-2/+280
* | | net: hns3: add support for setting VF trustJian Shen2019-10-089-40/+129
* | | net: hns3: add support for spoof check settingJian Shen2019-10-086-9/+140
* | | net: hns3: add support for setting VF link status on the hostYufeng Mo2019-10-085-1/+111
* | | tun: fix memory leak in error pathEric Dumazet2019-10-081-2/+12
* | | netdevsim: fix spelling mistake "forbidded" -> "forbid"Colin Ian King2019-10-081-1/+1
* | | net: phy: mscc: make arrays static, makes object smallerColin Ian King2019-10-081-7/+7
* | | nfp: bpf: make array exp_mask static, makes object smallerColin Ian King2019-10-081-1/+1
* | | dpaa2-eth: Avoid unbounded while loopsIoana Radulescu2019-10-072-6/+34
* | | dpaa2-eth: Fix minor bug in ethtool stats reportingIoana Radulescu2019-10-071-1/+1
* | | dpaa2-eth: Cleanup dead codeIoana Radulescu2019-10-071-7/+0
* | | net: hns3: make array tick_array static, makes object smallerColin Ian King2019-10-071-1/+1
* | | net: hns: make arrays static, makes object smallerColin Ian King2019-10-071-2/+2
* | | net: ena: ethtool: support set_channels callbackSameeh Jubran2019-10-073-3/+35
* | | net: ena: remove redundant print of number of queuesSameeh Jubran2019-10-071-2/+2
* | | net: ena: make ethtool -l show correct max number of queuesSameeh Jubran2019-10-073-25/+29
* | | net: ena: ethtool: get_channels: use combined onlySameeh Jubran2019-10-071-8/+2
* | | net: ena: multiple queue creation related cleanupsSameeh Jubran2019-10-071-20/+11
* | | net: ena: change num_queues to num_io_queues for clarity and consistencySameeh Jubran2019-10-073-44/+44
* | | netdevsim: implement devlink dev_info opJiri Pirko2019-10-071-0/+8
* | | net: stmmac: Implement L3/L4 Filters in GMAC4+Jose Abreu2019-10-063-0/+128
* | | net: stmmac: selftests: Add tests for VLAN Perfect FilteringJose Abreu2019-10-061-37/+77
* | | net: stmmac: Fallback to VLAN Perfect filtering if HASH is not availableJose Abreu2019-10-064-9/+40