summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2018-02-19dpaa_eth: fix pause capability advertisement logicJake Moroni1-1/+1
2018-02-19sh_eth: simplify sh_eth_check_reset()Sergei Shtylyov1-10/+6
2018-02-19net: stmmac: dwmac-meson8b: make the clock configurations privateMartin Blumenstingl1-21/+24
2018-02-19net: stmmac: dwmac-meson8b: only keep struct device aroundMartin Blumenstingl1-10/+9
2018-02-19net: stmmac: dwmac-meson8b: simplify clock registrationMartin Blumenstingl1-91/+65
2018-02-19net: dsa: mv88e6xxx: hwtstamp: remove unnecessary range checking testsGustavo A. R. Silva1-9/+0
2018-02-17tun: export flags, uid, gid, queue information over netlinkSabrina Dubroca1-0/+56
2018-02-17net: dsa: mv88e6xxx: avoid unintended sign extension on a 16 bit shiftColin Ian King1-2/+3
2018-02-17ravb: add support for changing MTUNiklas Söderlund2-7/+28
2018-02-17nfp: flower: implement tcp flag match offloadPieter Jansen van Vuuren4-2/+64
2018-02-17nfp: standardize FW header whitespaceMichael Rapson1-140/+140
2018-02-16net: dsa: mv88e6xxx: Release mutex between each ATU readAndrew Lunn1-6/+8
2018-02-16net: dsa: mv88e6xxx: Release mutex between each statistics readAndrew Lunn1-4/+6
2018-02-15net/ipv4: Remove fib table id from rtableDavid Ahern1-1/+0
2018-02-15tun: Add ioctl() SIOCGSKNS cmd to allow obtaining net ns of tun deviceKirill Tkhai1-2/+14
2018-02-14Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller9-92/+2133
2018-02-14net: phy: dp83867: Add binding for the CLK_OUT pin muxing optionWadim Egorov1-0/+19
2018-02-14cxgb4: speed up on-chip memory readRahul Lakkireddy1-9/+28
2018-02-14cxgb4: rework on-chip memory readRahul Lakkireddy3-73/+192
2018-02-14net: dsa: mv88e6xxx: add workaround for 6341 timestampingBrandon Streiff2-0/+22
2018-02-14net: dsa: mv88e6xxx: add rx/tx timestamping supportBrandon Streiff7-4/+788
2018-02-14net: dsa: mv88e6xxx: add support for event captureBrandon Streiff3-2/+207
2018-02-14net: dsa: mv88e6xxx: add support for GPIO configurationBrandon Streiff6-0/+334
2018-02-14net: dsa: mv88e6xxx: expose switch time as a PTP hardware clockBrandon Streiff6-0/+326
2018-02-14net: dsa: mv88e6xxx: add accessors for PTP/TAI registersBrandon Streiff5-1/+251
2018-02-14net: dsa: mv88e6xxx: export g2 register accessorsBrandon Streiff2-4/+29
2018-02-14i40e: Add and delete cloud filterAvinash Dayanand4-12/+470
2018-02-14i40evf: Add support to apply cloud filtersHarshitha Ramamurthy3-5/+810
2018-02-14i40e: Service request to configure bandwidth for ADq on a VFAvinash Dayanand2-3/+54
2018-02-14i40evf: Add support to configure bw via tc toolHarshitha Ramamurthy3-3/+67
2018-02-14i40e: Delete queue channel for ADq on VFAvinash Dayanand1-0/+63
2018-02-14i40evf: Alloc queues for ADq on VFAvinash Dayanand2-0/+20
2018-02-14i40e: Enable ADq and create queue channel/s on VFAvinash Dayanand3-69/+379
2018-02-14i40evf: add ndo_setup_tc callback to i40evfHarshitha Ramamurthy3-1/+257
2018-02-14i40evf: Fix link up issue when queues are disabledAvinash Dayanand3-8/+22
2018-02-13i40evf: Make VF reset warning message more clearHarshitha Ramamurthy1-1/+1
2018-02-13i40evf: use __dev_[um]c_sync routines in .set_rx_modeJacob Keller1-39/+56
2018-02-13i40e: i40e: Change ethtool check from MAC to HW flagDave Ertman3-10/+13
2018-02-13i40e: do not force filter failure in overflow promiscuousAlan Brady1-14/+1
2018-02-13i40e: refactor promisc_changed in i40e_sync_vsi_filtersAlan Brady1-22/+20
2018-02-13i40evf: Use an iterator of the same type as the listHarshitha Ramamurthy1-4/+7
2018-02-13i40e: broadcast filters can trigger overflow promiscuousAlan Brady1-2/+4
2018-02-13i40e: don't leak memory addressesMitch Williams2-41/+12
2018-02-13i40evf: use GFP_ATOMIC under spin lockWei Yongjun1-4/+4
2018-02-13i40e: Make local function i40e_get_link_speed staticWei Yongjun1-1/+1
2018-02-13mlxsw: spectrum: Use NL_SET_ERR_MSG_MODArkadi Sharshevsky3-24/+16
2018-02-13mlxsw: spectrum: Move SPAN code to separate modulePetr Machata6-348/+433
2018-02-13mlxsw: spectrum: Drop struct span_entry.usedPetr Machata2-5/+2
2018-02-13mlxsw: spectrum: Fix a coding style nitPetr Machata1-2/+2
2018-02-13mlxsw: spectrum: Distinguish between IPv4/6 tunnelsPetr Machata3-91/+72