aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-29net: phylink: ensure consistent phy interface modeRussell King1-3/+7
2019-05-29net: sh_eth: fix mdio access in sh_eth_close() for R-Car Gen2 and RZ/A1 SoCsYoshihiro Shimoda1-0/+4
2019-05-28net/mlx5e: Disable rxhash when CQE compress is enabledSaeed Mahameed1-0/+13
2019-05-28net/mlx5e: restrict the real_dev of vlan device is the same as uplink devicewenxu1-1/+1
2019-05-28net/mlx5: Allocate root ns memory using kzalloc to match kfreeParav Pandit1-1/+1
2019-05-28net/mlx5: Avoid double free in fs init error unwinding pathParav Pandit1-0/+4
2019-05-28net/mlx5: Avoid double free of root ns in the error flow pathParav Pandit1-15/+3
2019-05-28net/mlx5: Fix error handling in mlx5_load()Saeed Mahameed1-1/+1
2019-05-28dpaa_eth: use only online CPU portalsMadalin Bucur2-7/+6
2019-05-28net: mvneta: Fix err code path of probeJisheng Zhang1-3/+1
2019-05-28net: stmmac: Do not output error on deferred probeThierry Reding1-1/+5
2019-05-27net: aquantia: tcp checksum 0xffff being handled incorrectlyNikita Danilov1-2/+1
2019-05-27net: aquantia: fix LRO with FCS errorDmitry Bogdanov1-29/+32
2019-05-27net: aquantia: check rx csum for all packets in LRO sessionDmitry Bogdanov1-13/+31
2019-05-27net: aquantia: tx clean budget logic errorIgor Russkikh1-3/+4
2019-05-26net: tulip: de4x5: Drop redundant MODULE_DEVICE_TABLE()Kees Cook1-1/+0
2019-05-26dpaa2-eth: Make constant 64-bit longIoana Radulescu1-1/+1
2019-05-26dpaa2-eth: Use PTR_ERR_OR_ZERO where appropriateIoana Radulescu1-2/+2
2019-05-26dpaa2-eth: Fix potential spectre issueIoana Radulescu1-0/+3
2019-05-26bonding/802.3ad: fix slave link initialization transition statesJarod Wilson1-5/+10
2019-05-25net: stmmac: dwmac-mediatek: modify csr_clk value to fix mdio read/write failBiao Huang1-2/+0
2019-05-25net: stmmac: fix csr_clk can't be zero issueBiao Huang2-4/+7
2019-05-25net: stmmac: update rx tail pointer register to fix rx dma hang issue.Biao Huang1-0/+1
2019-05-24Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds26-338/+26
2019-05-24cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on page size"Vishal Kulkarni1-0/+11
2019-05-24net: fec: fix the clk mismatch in failed_reset pathAndy Duan1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 121Thomas Gleixner1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 114Thomas Gleixner2-24/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 106Thomas Gleixner2-26/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 90Thomas Gleixner1-18/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 86Thomas Gleixner1-5/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 69Thomas Gleixner6-96/+6
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 67Thomas Gleixner1-13/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner8-112/+8
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 57Thomas Gleixner1-14/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41Thomas Gleixner2-12/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 33Thomas Gleixner1-17/+1
2019-05-23cxgb4: offload VLAN flows regardless of VLAN ethtypeRaju Rangoju1-2/+3
2019-05-23net: mvpp2: cls: Fix leaked ethtool_rx_flow_ruleMaxime Chevallier1-0/+3
2019-05-22bnxt_en: Device serial number is supported only for PFs.Vasundhara Volam1-5/+6
2019-05-22bnxt_en: Reduce memory usage when running in kdump kernel.Michael Chan2-3/+5
2019-05-22bnxt_en: Fix possible BUG() condition when calling pci_disable_msix().Michael Chan4-9/+10
2019-05-22bnxt_en: Fix aggregation buffer leak under OOM condition.Michael Chan1-0/+2
2019-05-22net: stmmac: fix reset gpio free missingJisheng Zhang1-1/+2
2019-05-22net: macb: save/restore the remaining registers and featuresClaudiu Beznea2-27/+91
2019-05-22ocelot: Dont allocate another multicast list, use __dev_mc_syncClaudiu Manoil2-39/+8
2019-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds12-57/+52
2019-05-21usbnet: fix kernel crash after disconnectKloetzke Jan1-0/+6
2019-05-21net: phylink: ensure inband AN works correctlyRussell King1-22/+15
2019-05-21usbnet: ipheth: fix racing conditionBernd Eckstein1-1/+2