aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-09net: hwbm: Make the hwbm_pool lock a mutexSebastian Andrzej Siewior2-3/+3
2019-06-09tg3: Use napi_alloc_frag()Sebastian Andrzej Siewior1-1/+1
2019-06-09bnx2x: Use napi_alloc_frag()Sebastian Andrzej Siewior1-1/+1
2019-06-09dpaa2-eth: Use napi_alloc_frag()Sebastian Andrzej Siewior1-1/+1
2019-06-09dpaa2-eth: Remove preempt_disable() from seed_pool()Sebastian Andrzej Siewior1-9/+0
2019-06-09net: fec_main: Use dev_err() instead of pr_err()Fabio Estevam1-4/+5
2019-06-09cxgb4: Set initial IRQ affinity hintsNirranjan Kirubaharan3-15/+69
2019-06-09net: hns3: fix some coding style issuesWeihang Li8-130/+96
2019-06-09net: hns3: some modifications to simplify and optimize codeYufeng Mo5-110/+130
2019-06-09net: hns3: refactor PF/VF RSS hash key configurationYufeng Mo2-16/+14
2019-06-09net: hns3: use macros instead of magic numbersYufeng Mo8-34/+75
2019-06-09net: hns3: small changes for magic numbersJian Shen2-63/+79
2019-06-09net: hns3: delete the redundant user NIC codesYonglong Liu5-69/+10
2019-06-09net: hns3: trigger VF reset if a VF has an over_8bd_nfe_errWeihang Li4-2/+99
2019-06-09net: hns3: refactor hns3_get_new_int_gl functionYunsheng Lin1-32/+45
2019-06-09net: hns3: replace numa_node_id with numa_mem_id for buffer reusingYunsheng Lin1-2/+2
2019-06-09net: hns3: make HW GRO handling compliant with SW GROYunsheng Lin1-14/+30
2019-06-09net: hns3: fix wrong size of mailbox responding dataZhongzhu Liu1-1/+1
2019-06-09net: hns3: log detail error info of ROCEE ECC and AXI errorsXiaofei Tan3-7/+77
2019-06-09net: ethernet: ti: cpts: add support for ext rftclk selectionGrygorii Strashko2-2/+79
2019-06-09net: ethernet: ti: netcp_ethss: add support for child cpts nodeGrygorii Strashko1-2/+7
2019-06-09net: ethernet: ti: cpts: use devm_get_clk_from_childGrygorii Strashko1-2/+7
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller147-1190/+167
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-18/+25
2019-06-06net: axienet: convert to phylink APIRobert Hancock3-101/+192
2019-06-06net: axienet: make use of axistream-connected attribute optionalRobert Hancock1-15/+28
2019-06-06net: axienet: Fix MDIO bus parent node detectionRobert Hancock1-1/+2
2019-06-06net: axienet: stop interface during shutdownRobert Hancock1-0/+14
2019-06-06net: axienet: Make missing MAC address non-fatalRobert Hancock1-2/+3
2019-06-06net: axienet: Fix race condition causing TX hangRobert Hancock1-3/+17
2019-06-06net: axienet: Add optional support for Ethernet core interruptRobert Hancock2-0/+50
2019-06-06net: axienet: Support shared interruptsRobert Hancock1-6/+8
2019-06-06net: axienet: Add DMA registers to ethtool register dumpRobert Hancock1-1/+9
2019-06-06net: axienet: Make RX/TX ring sizes configurableRobert Hancock2-25/+67
2019-06-06net: axienet: Cleanup DMA device reset and halt processRobert Hancock2-14/+42
2019-06-06net: axienet: Re-initialize MDIO registers properly after resetRobert Hancock3-38/+57
2019-06-06net: axienet: fix teardown order of MDIO busRobert Hancock1-1/+1
2019-06-06net: axienet: Use clock framework to get device clock rateRobert Hancock3-28/+53
2019-06-06net: axienet: add X86 and ARM as supported platformsRobert Hancock1-2/+2
2019-06-06net: axienet: fix MDIO bus namingRobert Hancock3-6/+8
2019-06-06net: axienet: Use standard IO accessorsRobert Hancock2-4/+4
2019-06-06net: axienet: Fix casting of pointers to u32Robert Hancock2-20/+17
2019-06-06net: stmmac: socfpga: fix phy and ptp_ref setup for Arria10/Stratix10Dinh Nguyen1-13/+104
2019-06-06nfp: tls: add basic statisticsJakub Kicinski4-12/+64
2019-06-06nfp: tls: add/delete TLS TX connectionsDirk van der Merwe2-2/+303
2019-06-06nfp: tls: add datapath support for TLS TXDirk van der Merwe3-0/+65
2019-06-06nfp: prepare for more TX metadata prependJakub Kicinski2-10/+35
2019-06-06nfp: add tls init codeJakub Kicinski9-2/+245
2019-06-06nfp: parse crypto opcode TLVJakub Kicinski2-0/+21
2019-06-06nfp: add support for sending control messages via mailboxJakub Kicinski7-8/+646