aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/eq.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-28net/mlx5e: Add device out of buffer counterMoshe Shemesh1-13/+25
2019-08-28net/mlx5e: Support LAG TX port affinity distributionMaxim Mikityanskiy4-22/+53
2019-08-28net/mlx5e: Expose new function for TIS destroy loopTariq Toukan3-10/+13
2019-08-28net/mlx5e: ethtool, Fix a typo in WOL function namesErez Alfasi1-4/+4
2019-08-28net/mlx5: Set ODP capabilities for DC transport to maxMichael Guralnik2-1/+9
2019-08-27net: stmmac: setup higher frequency clk support for EHL & TGLVoon Weifeng3-0/+25
2019-08-27net: stmmac: add EHL RGMII 1Gbps PCI info and PCI IDVoon Weifeng1-0/+15
2019-08-27net: stmmac: add TGL SGMII 1Gbps PCI info and PCI IDVoon Weifeng1-0/+29
2019-08-27net: stmmac: add EHL SGMII 1Gbps PCI info and PCI IDVoon Weifeng1-0/+107
2019-08-27net: dsa: mv88e6xxx: fully support SERDES on Topaz familyMarek Behún4-6/+79
2019-08-27net: dsa: mv88e6xxx: rename port cmode macroMarek Behún3-28/+28
2019-08-27net: dsa: mv88e6xxx: simplify SERDES code for Topaz and PeridotMarek Behún4-92/+42
2019-08-27net: dsa: mv88e6xxx: create serdes_get_lane chip operationMarek Behún5-96/+146
2019-08-27net: dsa: mv88e6xxx: update code operating on hidden registersMarek Behún4-64/+87
2019-08-27net: dsa: mv88e6xxx: support 2500base-x in SGMII IRQ handlerMarek Behún1-2/+21
2019-08-27sctp: allow users to set ep ecn flag by sockoptXin Long2-0/+74
2019-08-27sctp: allow users to set netns ecn flag with sysctlXin Long1-0/+7
2019-08-27sctp: make ecn flag per netns and endpointXin Long5-5/+21
2019-08-27net: mediatek: remove set but not used variable 'status'Mao Wenan1-2/+0
2019-08-27net: dsa: sja1105: Clear VLAN filtering offload netdev featureVladimir Oltean1-0/+16
2019-08-27net: dsa: Advertise the VLAN offload netdev ability only if switch supports itVladimir Oltean1-9/+6
2019-08-27dt-bindings: net: ethernet: Update mt7622 docs and dts to reflect the new phylink APIRené van Dorst3-12/+19
2019-08-27net: ethernet: mediatek: Re-add support SGMIIRené van Dorst4-115/+213
2019-08-27net: ethernet: mediatek: Add basic PHYLINK supportRené van Dorst3-192/+265
2019-08-27net: dsa: clear VLAN PVID flag for CPU portVivien Didelot1-0/+6
2019-08-27net: dsa: program VLAN on CPU port from slaveVivien Didelot2-1/+18
2019-08-27net: dsa: check bridge VLAN in slave operationsVivien Didelot2-8/+14
2019-08-27net: dsa: add slave VLAN helpersVivien Didelot1-7/+33
2019-08-27net: dsa: do not skip -EOPNOTSUPP in dsa_port_vid_addVivien Didelot2-4/+7
2019-08-27net: dsa: remove bitmap operationsVivien Didelot3-90/+59
2019-08-27net/mlx5: fix a -Wstringop-truncation warningQian Cai1-1/+1
2019-08-27NFS: remove set but not used variable 'mapping'YueHaibing1-2/+0
2019-08-27NFSv2: Fix write regressionTrond Myklebust1-1/+3
2019-08-27NFSv2: Fix eof handlingTrond Myklebust1-1/+2
2019-08-27mfd: rk808: Make PM function declaration staticLee Jones1-1/+1
2019-08-27mfd: rk808: Mark pm functions __maybe_unusedArnd Bergmann1-2/+2
2019-08-26nfp: add AMDA0058 boards to firmware listJakub Kicinski1-0/+2
2019-08-26r8169: improve DMA handling in rtl_rxHeiner Kallweit1-4/+3
2019-08-26net: sched: flower: don't take rtnl lock for cls hw offloads APIVlad Buslov1-37/+16
2019-08-26net: sched: copy tunnel info when setting flow_action entry->tunnelVlad Buslov2-1/+25
2019-08-26net: sched: take reference to action dev before calling offloadsVlad Buslov3-0/+36
2019-08-26net: sched: take rtnl lock in tc_setup_flow_action()Vlad Buslov4-9/+20
2019-08-26net: sched: conditionally obtain rtnl lock in cls hw offloads APIVlad Buslov1-0/+65
2019-08-26net: sched: add API for registering unlocked offload block callbacksVlad Buslov5-0/+13
2019-08-26net: sched: notify classifier on successful offload add/deleteVlad Buslov3-9/+47
2019-08-26net: sched: refactor block offloads counter usageVlad Buslov7-123/+233
2019-08-26net: sched: change tcf block offload counter type to atomic_tVlad Buslov2-4/+5
2019-08-26net: sched: protect block offload-related fields with rw_semaphoreVlad Buslov2-9/+38
2019-08-26NFS: Fix writepage(s) error handling to not report errors twiceTrond Myklebust1-8/+13
2019-08-26NFS: Fix spurious EIO read errorsTrond Myklebust3-21/+36