aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-06-14i40e: let untrusted VF to create up to 16 VLANsPiotr Kwapulinski1-1/+1
2019-06-14i40e: add functions stubs to support EEEAleksandr Loktionov1-0/+12
2019-06-14sched: act_ctinfo: use extack error reportingKevin Darbyshire-Bryant1-5/+18
2019-06-14l2tp: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-18/+3
2019-06-14Merge branch 'r8169-add-and-use-helper-rtl_is_8168evl_up'David S. Miller1-37/+16
2019-06-14r8169: use helper rtl_is_8168evl_up for setting register MaxTxPacketSizeHeiner Kallweit1-20/+4
2019-06-14r8169: add helper rtl_is_8168evl_upHeiner Kallweit1-17/+12
2019-06-13r8169: improve rtl_coalesce_infoHeiner Kallweit1-15/+6
2019-06-13r8169: let mdio read functions return -ETIMEDOUTHeiner Kallweit1-4/+4
2019-06-13net: dsa: tag_sja1105: Select CONFIG_PACKINGVladimir Oltean1-0/+1
2019-06-13net: axienet: move use of resource after validity checkRobert Hancock1-1/+1
2019-06-13Merge branch 's390-qeth-next'David S. Miller5-416/+351
2019-06-13s390/qeth: allocate a single cmd on read channelJulian Wiedmann4-24/+39
2019-06-13s390/qeth: command-chain the IDX sequenceJulian Wiedmann1-44/+14
2019-06-13s390/qeth: convert RCD code to common IO infrastructureJulian Wiedmann3-90/+46
2019-06-13s390/qeth: add support for dynamically allocated cmdsJulian Wiedmann2-9/+56
2019-06-13s390/qeth: remove 'channel' parameter from callbacksJulian Wiedmann3-27/+21
2019-06-13s390/qeth: convert device-specific trace entriesJulian Wiedmann3-137/+122
2019-06-13s390/qeth: remove OSN-specific IO codeJulian Wiedmann3-37/+10
2019-06-13s390/qeth: remove qeth_wait_for_buffer()Julian Wiedmann3-28/+37
2019-06-13s390/qeth: clean up setting of BLKT defaultsJulian Wiedmann2-5/+7
2019-06-13s390/qeth: restart pending READ cmd from callbackJulian Wiedmann1-3/+1
2019-06-13s390/qeth: simplify DOWN state handlingJulian Wiedmann2-10/+4
2019-06-13s390/qeth: use mm helpersJulian Wiedmann1-17/+16
2019-06-13s390/qeth: don't mask TX errors on IQD devicesJulian Wiedmann1-7/+0
2019-06-13Merge branch 'mlxsw-Add-support-for-physical-hardware-clock'David S. Miller15-2/+697
2019-06-13selftests: ptp: Add Physical Hardware Clock testShalom Toledo1-0/+166
2019-06-13mlxsw: spectrum: PTP physical hardware clock initializationShalom Toledo2-0/+39
2019-06-13mlxsw: spectrum_ptp: Add implementation for physical hardware clock operationsShalom Toledo4-0/+313
2019-06-13ptp: ptp_clock: Publish scaled_ppm_to_ppbShalom Toledo2-1/+10
2019-06-13mlxsw: reg: Add Management Pulse Per Second RegisterShalom Toledo1-0/+58
2019-06-13mlxsw: reg: Add Management UTC RegisterShalom Toledo1-0/+45
2019-06-13mlxsw: pci: Query free running clock PCI BAR and offsetsShalom Toledo2-0/+35
2019-06-13mlxsw: core: Add a new interface for reading the hardware free running clockShalom Toledo2-1/+19
2019-06-13mlxsw: cmd: Free running clock PCI BAR and offsets via query firmwareShalom Toledo1-0/+12
2019-06-13tc-tests: updated fw with bind actions by reference use casesRoman Mashak1-0/+144
2019-06-13Merge branch 'net-stmmac-Convert-to-phylink'David S. Miller5-313/+190
2019-06-13net: stmmac: Convert to phylink and remove phylib logicJose Abreu5-339/+132
2019-06-13net: stmmac: Start adding phylink supportJose Abreu3-0/+53
2019-06-13net: stmmac: Prepare to convert to phylinkJose Abreu1-41/+72
2019-06-13qede: Make two functions staticYueHaibing1-2/+2
2019-06-13net: dsa: sja1105: Make two functions staticYueHaibing1-4/+4
2019-06-12tcp: add optional per socket transmit delayEric Dumazet8-8/+76
2019-06-12Merge branch 'ena-dynamic-queue-sizes'David S. Miller7-143/+403
2019-06-12net: ena: update driver version from 2.0.3 to 2.1.0Sameeh Jubran1-2/+2
2019-06-12net: ena: remove inline keyword from functions in *.cSameeh Jubran3-24/+24
2019-06-12net: ena: add ethtool function for changing io queue sizesSameeh Jubran3-1/+40
2019-06-12net: ena: allow queue allocation backoff when low on memorySameeh Jubran3-42/+127
2019-06-12net: ena: make ethtool show correct current and max queue sizesSameeh Jubran2-6/+6
2019-06-12net: ena: enable negotiating larger Rx ring sizeSameeh Jubran2-49/+110