aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-09net/mlx5: E-switch, Removed unused hwidParav Pandit1-5/+1
2019-08-09net/mlx5e: Allow concurrent creation of encap entriesVlad Buslov2-6/+29
2019-08-09net/mlx5e: Protect encap hash table with mutexVlad Buslov3-10/+36
2019-08-09net/mlx5e: Extend encap entry with reference counterVlad Buslov4-28/+64
2019-08-09net/mlx5e: Allow concurrent creation of mod_hdr entriesVlad Buslov1-12/+29
2019-08-09net/mlx5e: Protect mod_hdr hash table with mutexVlad Buslov2-10/+27
2019-08-09net/mlx5e: Protect mod header entry flows list with spinlockVlad Buslov1-0/+7
2019-08-09net/mlx5e: Extend mod header entry with reference counterVlad Buslov4-43/+57
2019-08-09net/mlx5e: Allow concurrent creation of hairpin entriesVlad Buslov1-19/+46
2019-08-09net/mlx5e: Protect hairpin hash table with mutexVlad Buslov2-4/+18
2019-08-09net/mlx5e: Protect hairpin entry flows list with spinlockVlad Buslov1-0/+8
2019-08-09net/mlx5e: Extend hairpin entry with reference counterVlad Buslov1-18/+26
2019-08-09net: hns3: refine some macro definitionsGuojia Liao2-3/+3
2019-08-09net: hns3: add handshake with VF for PF resetHuazhong Tan2-8/+55
2019-08-09net: hns3: refine MAC pause statistics querying functionYufeng Mo3-14/+20
2019-08-09net: hns3: add function display NCL_CONFIG infoYufeng Mo1-22/+30
2019-08-09net: hns3: add check for max TX BD num for tso and non-tso caseYunsheng Lin2-24/+17
2019-08-09net: hns3: add some statitics info to tx processYunsheng Lin3-14/+52
2019-08-09net: hns3: add DFX registers information for ethtool -dGuangbin Huang3-55/+301
2019-08-09net: hns3: modify how pause options is displayedYonglong Liu1-17/+21
2019-08-09net: hns3: add input length check for debugfs write functionYufeng Mo1-0/+4
2019-08-09net: hns3: clean up for vlan handling in hns3_fill_desc_vtagsYunsheng Lin1-78/+89
2019-08-09net: hns3: fix interrupt clearing error for VFHuazhong Tan2-9/+21
2019-08-09net: hns3: fix GFP flag error in hclge_mac_update_stats()Zhongzhu Liu1-1/+5
2019-08-09r8169: fix performance issue on RTL8168evlHolger Hoffstätte1-3/+3
2019-08-09devlink: remove pointless data_len arg from region snapshot createJiri Pirko1-5/+2
2019-08-08liquidio: Use pcie_flr() instead of reimplementing itDenis Efremov1-3/+1
2019-08-08r8169: allocate rx buffers using alloc_pages_nodeHeiner Kallweit1-26/+19
2019-08-08mlxsw: spectrum: Extend to support Spectrum-3 ASICJiri Pirko3-3/+59
2019-08-08net: stmmac: selftests: Add a selftest for Flexible RX ParserJose Abreu1-1/+97
2019-08-08net: stmmac: Add Flexible RX Parser support in XGMACJose Abreu3-0/+206
2019-08-08net: stmmac: Implement Safety Features in XGMAC coreJose Abreu3-0/+311
2019-08-08net: stmmac: selftests: Add test for VLAN and Double VLAN FilteringJose Abreu1-0/+205
2019-08-08net: stmmac: Implement VLAN Hash Filtering in XGMACJose Abreu7-0/+139
2019-08-08net: stmmac: selftests: Add RSS testJose Abreu1-0/+19
2019-08-08net: stmmac: Implement RSS and enable it in XGMAC coreJose Abreu9-4/+241
2019-08-08net: stmmac: xgmac: Implement tx_queue_prio()Jose Abreu2-1/+22
2019-08-08net: stmmac: xgmac: Implement set_mtl_tx_queue_weight()Jose Abreu1-1/+21
2019-08-08net: stmmac: xgmac: Implement MMC countersJose Abreu7-2/+212
2019-08-08flow_offload: move tc indirect block to flow offloadwenxu2-10/+11
2019-08-08sfc: falcon: don't score irq moderation points for GROEdward Cree1-4/+1
2019-08-08sfc: don't score irq moderation points for GROEdward Cree1-4/+1
2019-08-08qed: Add new ethtool supported port types based on media.Rahul Verma2-2/+7
2019-08-08cxgb4: smt: Use normal int for refcountChuhong Yuan2-8/+8
2019-08-08cxgb4: smt: Add lock for atomic_dec_and_testChuhong Yuan1-2/+2
2019-08-08net: delete "register" keywordAlexey Dobriyan2-17/+17
2019-08-08mkiss: Use refcount_t for refcountChuhong Yuan1-5/+6
2019-08-08dpaa_eth: Use refcount_t for refcountChuhong Yuan2-4/+5
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller420-3018/+4098
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds129-847/+1305