summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: mediatek: Use NET_IP_ALIGN to judge if HW RX_2BYTE_OFFSET is e...Sean Wang2019-06-031-1/+2
* net: ethernet: mediatek: Use hw_feature to judge if HWLRO is supportedSean Wang2019-06-031-6/+6
* net: ethernet: ti: cpsw_ethtool: fix ethtool ring param setIvan Khoronzhuk2019-06-031-1/+1
* net: hns: Fix loopback test failed at copper portsYonglong Liu2019-06-021-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-3035-185/+279
|\
| * net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue valueAntoine Tenart2019-05-301-6/+4
| * mlxsw: spectrum: Prevent force of 56GAmit Cohen2019-05-301-0/+4
| * mlxsw: spectrum_acl: Avoid warning after identical rules insertionJiri Pirko2019-05-301-6/+5
| * r8169: fix MAC address being lost in PCI D3Heiner Kallweit2019-05-301-0/+3
| * Merge tag 'mlx5-fixes-2019-05-28' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-05-304-18/+23
| |\
| | * net/mlx5e: Disable rxhash when CQE compress is enabledSaeed Mahameed2019-05-281-0/+13
| | * net/mlx5e: restrict the real_dev of vlan device is the same as uplink devicewenxu2019-05-281-1/+1
| | * net/mlx5: Allocate root ns memory using kzalloc to match kfreeParav Pandit2019-05-281-1/+1
| | * net/mlx5: Avoid double free in fs init error unwinding pathParav Pandit2019-05-281-0/+4
| | * net/mlx5: Avoid double free of root ns in the error flow pathParav Pandit2019-05-281-15/+3
| | * net/mlx5: Fix error handling in mlx5_load()Saeed Mahameed2019-05-281-1/+1
| * | net: sh_eth: fix mdio access in sh_eth_close() for R-Car Gen2 and RZ/A1 SoCsYoshihiro Shimoda2019-05-291-0/+4
| |/
| * dpaa_eth: use only online CPU portalsMadalin Bucur2019-05-282-7/+6
| * net: mvneta: Fix err code path of probeJisheng Zhang2019-05-281-3/+1
| * net: stmmac: Do not output error on deferred probeThierry Reding2019-05-281-1/+5
| * net: aquantia: tcp checksum 0xffff being handled incorrectlyNikita Danilov2019-05-271-2/+1
| * net: aquantia: fix LRO with FCS errorDmitry Bogdanov2019-05-271-29/+32
| * net: aquantia: check rx csum for all packets in LRO sessionDmitry Bogdanov2019-05-271-13/+31
| * net: aquantia: tx clean budget logic errorIgor Russkikh2019-05-271-3/+4
| * net: tulip: de4x5: Drop redundant MODULE_DEVICE_TABLE()Kees Cook2019-05-261-1/+0
| * dpaa2-eth: Make constant 64-bit longIoana Radulescu2019-05-261-1/+1
| * dpaa2-eth: Use PTR_ERR_OR_ZERO where appropriateIoana Radulescu2019-05-261-2/+2
| * dpaa2-eth: Fix potential spectre issueIoana Radulescu2019-05-261-0/+3
| * net: stmmac: dwmac-mediatek: modify csr_clk value to fix mdio read/write failBiao Huang2019-05-251-2/+0
| * net: stmmac: fix csr_clk can't be zero issueBiao Huang2019-05-252-4/+7
| * net: stmmac: update rx tail pointer register to fix rx dma hang issue.Biao Huang2019-05-251-0/+1
| * cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on page size"Vishal Kulkarni2019-05-241-0/+11
| * net: fec: fix the clk mismatch in failed_reset pathAndy Duan2019-05-241-1/+1
| * cxgb4: offload VLAN flows regardless of VLAN ethtypeRaju Rangoju2019-05-231-2/+3
| * net: mvpp2: cls: Fix leaked ethtool_rx_flow_ruleMaxime Chevallier2019-05-231-0/+3
| * bnxt_en: Device serial number is supported only for PFs.Vasundhara Volam2019-05-221-5/+6
| * bnxt_en: Reduce memory usage when running in kdump kernel.Michael Chan2019-05-222-3/+5
| * bnxt_en: Fix possible BUG() condition when calling pci_disable_msix().Michael Chan2019-05-224-9/+10
| * bnxt_en: Fix aggregation buffer leak under OOM condition.Michael Chan2019-05-221-0/+2
| * net: stmmac: fix reset gpio free missingJisheng Zhang2019-05-221-1/+2
| * net: macb: save/restore the remaining registers and featuresClaudiu Beznea2019-05-222-27/+91
| * ocelot: Dont allocate another multicast list, use __dev_mc_syncClaudiu Manoil2019-05-222-39/+8
* | Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-2411-130/+11
|\ \ | |/ |/|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 121Thomas Gleixner2019-05-241-1/+1
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 114Thomas Gleixner2019-05-242-24/+2
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 86Thomas Gleixner2019-05-241-5/+1
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 67Thomas Gleixner2019-05-241-13/+1
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-245-70/+5
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 33Thomas Gleixner2019-05-241-17/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-227-32/+26
|\ \ | |/ |/|