summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: qlogic: Fix memory leak in ql_alloc_large_buffersNavid Emamdoost2019-10-071-0/+1
* cxgb4:Fix out-of-bounds MSI-X info array accessVishal Kulkarni2019-10-071-3/+6
* i40e: check __I40E_VF_DISABLE bit in i40e_sync_filters_subtaskStefan Assmann2019-10-051-0/+5
* e1000e: add workaround for possible stalled packetKai-Heng Feng2019-10-052-1/+11
* net: lpc-enet: fix printk format stringsArnd Bergmann2019-10-051-6/+7
* net/mlx5: Add device ID of upcoming BlueField-2Bodong Wang2019-10-051-0/+1
* net/mlx5e: Fix traffic duplication in ethtool steeringSaeed Mahameed2019-10-051-2/+2
* skge: fix checksum byte orderStephen Hemminger2019-10-051-1/+1
* nfp: flower: prevent memory leak in nfp_flower_spawn_phy_reprsNavid Emamdoost2019-10-051-0/+4
* nfp: flower: fix memory leak in nfp_flower_spawn_vnic_reprsNavid Emamdoost2019-10-051-0/+3
* net/ibmvnic: Fix missing { in __ibmvnic_resetMichal Suchanek2019-10-011-1/+1
* Revert "net: hns: fix LED configuration for marvell phy"David S. Miller2019-10-011-22/+1
* net/ibmvnic: free reset work of removed device from queueJuliet Kim2019-10-011-2/+5
* net: seeq: Fix the function used to release some memory in an error handling ...Christophe JAILLET2019-09-211-3/+4
* enetc: Add missing call to 'pci_free_irq_vectors()' in probe and remove funct...Christophe JAILLET2019-09-211-1/+4
* net: aquantia: fix out of memory condition on rx sideDmitry Bogdanov2019-09-211-1/+2
* net: aquantia: linkstate irq should be oneshotIgor Russkikh2019-09-211-1/+1
* net: aquantia: reapply vlan filters on upDmitry Bogdanov2019-09-211-0/+4
* net: aquantia: fix removal of vlan 0Dmitry Bogdanov2019-09-211-1/+2
* amd-xgbe: Fix error path in xgbe_mod_init()YueHaibing2019-09-211-2/+8
* sky2: Disable MSI on yet another ASUS boards (P6Xxxx)Takashi Iwai2019-09-211-0/+7
* ibmvnic: Do not process reset during or after device removalThomas Falcon2019-09-211-1/+5
* qed: Add cleanup in qed_slowpath_start()Wenwen Wang2019-09-211-1/+3
* net: aquantia: fix limit of vlan filtersDmitry Bogdanov2019-09-211-1/+1
* net: hns: fix LED configuration for marvell phyYonglong Liu2019-09-211-1/+22
* net: hns3: adjust hns3_uninit_phy()'s location in the hns3_client_uninit()Huazhong Tan2019-09-211-2/+2
* ixgbe: Prevent u8 wrapping of ITR value to something less than 10usAlexander Duyck2019-09-191-1/+3
* ixgbe: fix double clean of Tx descriptors with xdpIlya Maximets2019-09-191-18/+11
* ixgbevf: Fix secpath usage for IPsec Tx offloadJeff Kirsher2019-09-191-1/+2
* ixgbe: Fix secpath usage for IPsec TX offload.Steffen Klassert2019-09-191-1/+2
* ravb: Fix use-after-free ravb_tstamp_skbTho Vu2019-09-101-2/+6
* net: cavium: fix driver nameStephen Hemminger2019-09-101-1/+1
* ibmvnic: Unmap DMA address of TX descriptor buffers after useThomas Falcon2019-09-101-9/+2
* net: myri10ge: fix memory leaksWenwen Wang2019-09-101-1/+1
* liquidio: add cleanup in octeon_setup_iq()Wenwen Wang2019-09-101-1/+3
* cxgb4: fix a memory leak bugWenwen Wang2019-09-101-1/+3
* ibmveth: Convert multicast list size for little-endian systemThomas Falcon2019-09-101-4/+5
* net: tc35815: Explicitly check NET_IP_ALIGN is not zero in tc35815_rxNathan Chancellor2019-09-101-1/+1
* ixgbe: fix possible deadlock in ixgbe_service_task()Taehee Yoo2019-09-101-4/+1
* net: tundra: tsi108: use spin_lock_irqsave instead of spin_lock_irq in IRQ co...Fuqian Huang2019-09-101-2/+3
* net/mlx5e: Fix error flow of CQE recovery on tx reporterAya Levin2019-09-102-5/+8
* nfp: flower: handle neighbour events on internal portsJohn Hurley2019-09-101-4/+4
* nfp: flower: prevent ingress block binds on internal portsJohn Hurley2019-09-101-3/+4
* net: stmmac: dwmac-rk: Don't fail if phy regulator is absentChen-Yu Tsai2019-09-101-4/+2
* net: cpsw: fix NULL pointer exception in the probe error pathAntoine Tenart2019-09-061-1/+1
* net: hisilicon: Fix dma_map_single failed on arm64Jiangfeng Xiao2019-08-291-9/+11
* net: hisilicon: fix hip04-xmit never return TX_BUSYJiangfeng Xiao2019-08-291-1/+1
* net: hisilicon: make hip04_tx_reclaim non-reentrantJiangfeng Xiao2019-08-291-2/+4
* net: stmmac: tc: Do not return a fragment entryJose Abreu2019-08-291-1/+1
* net: stmmac: Fix issues when number of Queues >= 4Jose Abreu2019-08-292-0/+8