aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-23net/mlx5e: Report mlx5e_xdp_set errorsMaxim Mikityanskiy1-1/+1
2019-04-23net/mlx5e: Remove unused parameterMaxim Mikityanskiy1-2/+1
2019-04-23net/mlx5e: XDP, Inline small packets into the TX MPWQE in XDP xmit flowShay Agroskin6-15/+82
2019-04-23net/mlx5e: XDP, Add TX MPWQE session counterShay Agroskin3-0/+11
2019-04-23net/mlx5e: XDP, Enhance RQ indication for XDP redirect flushTariq Toukan2-4/+4
2019-04-23net/mlx5e: XDP, Fix shifted flag index in RQ bitmapTariq Toukan1-1/+1
2019-04-23net/mlx5e: RX, Support multiple outstanding UMR postsTariq Toukan4-52/+136
2019-04-23Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed2-7/+10
2019-04-22Merge tag 'v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mlx5-nextSaeed Mahameed5955-142740/+272556
2019-04-21ipv6: Restore RTF_ADDRCONF check in rt6_qualify_for_ecmpDavid Ahern1-1/+1
2019-04-21ipv6: Simplify rt6_qualify_for_ecmpDavid Ahern1-1/+1
2019-04-21net: hippi:Fix misuse of %x in rrunner.cFuqian Huang1-2/+2
2019-04-21atm: iphase: fix misuse of %xFuqian Huang1-2/+2
2019-04-21mlxsw: spectrum_router: Relax FIB rule validationIdo Schimmel1-0/+4
2019-04-21mlxsw: spectrum: Use a stable ECMP/LAG seedIdo Schimmel2-4/+4
2019-04-19nfp: add SR-IOV trusted VF supportPablo Cascón4-2/+33
2019-04-19net: hns3: add function type check for debugfs help informationYufeng Mo3-1/+8
2019-04-19net: hns3: add queue's statistics update to service taskliuzhongzhu2-0/+11
2019-04-19net: hns3: Add handling of MAC tunnel interruptionWeihang Li7-0/+96
2019-04-19net: hns3: add support for dump ncl config by debugfsWeihang Li3-0/+70
2019-04-19net: hns3: Add support for netif message level settingsYonglong Liu5-2/+101
2019-04-19net: hns3: dump more information when tx timeout happensJian Shen4-9/+72
2019-04-19net: hns3: fix loop condition of hns3_get_tx_timeo_queue_info()Jian Shen1-1/+1
2019-04-19net: hns3: refine tx timeout count handleJian Shen1-2/+2
2019-04-19net: hns3: add some debug info for hclgevf_get_mbx_resp()Huazhong Tan1-3/+6
2019-04-19net: hns3: add some debug information for hclge_check_event_causeHuazhong Tan1-1/+7
2019-04-19net: hns3: add reset statistics for VFHuazhong Tan2-3/+18
2019-04-19net: hns3: add reset statistics info for PFHuazhong Tan4-3/+45
2019-04-19mlxsw: spectrum: Assume CONFIG_NET_DEVLINK is always enabledJiri Pirko2-17/+2
2019-04-19net: dsa: mv88e6xxx: Only reconfigure MAC when something changesAndrew Lunn1-0/+17
2019-04-19nfp: flower: fix size_t compile warningJohn Hurley1-1/+1
2019-04-18net: mdio: rename mdio_device reset to reset_gpioDavid Bauer3-7/+7
2019-04-18net: phy: add support for reset-controllerDavid Bauer2-4/+36
2019-04-18net: gemini: remove unnecessary assertJakub Kicinski1-2/+0
2019-04-18sb1000: fix variable set but not used warningsJakub Kicinski1-6/+3
2019-04-18net: phy: remove dead code from phy_sanitize_settingsHeiner Kallweit1-4/+0
2019-04-18net: phy: don't set autoneg if it's not supportedHeiner Kallweit1-0/+4
2019-04-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller27-457/+3201
2019-04-18Merge tag 'wireless-drivers-next-for-davem-2019-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller85-1142/+1979
2019-04-18ice: Calculate ITR increment based on direct calculationBrett Creeley1-72/+63
2019-04-18ice: Bump driver versionAnirudh Venkataramanan1-1/+1
2019-04-18ice: Add code to control FW LLDP and DCBXAnirudh Venkataramanan5-2/+159
2019-04-18ice: Add code for DCB rebuildAnirudh Venkataramanan3-0/+85
2019-04-18ice: Add code to get DCB related statisticsAnirudh Venkataramanan6-2/+86
2019-04-18ice: Add priority information into VLAN headerAnirudh Venkataramanan4-3/+54
2019-04-18ice: Update rings based on TC informationAnirudh Venkataramanan5-0/+52
2019-04-18ice: Add code to process LLDP MIB change eventsAnirudh Venkataramanan5-3/+47
2019-04-18ice: Add code for DCB initialization part 4/4Anirudh Venkataramanan2-2/+81
2019-04-18ice: Add code for DCB initialization part 3/4Anirudh Venkataramanan14-82/+997
2019-04-18ice: Add code for DCB initialization part 2/4Anirudh Venkataramanan6-1/+1057