summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2019-05-16net: ucc_geth - fix Oops when changing number of buffers in the ringChristophe Leroy1-5/+3
2019-05-16net: seeq: fix crash caused by not set dev.parentThomas Bogendoerfer1-0/+1
2019-05-16net: macb: Change interrupt and napi enable order in openHarini Katakam1-3/+3
2019-05-16net: ethernet: stmmac: dwmac-sun8i: enable support of unicast filteringCorentin Labbe1-0/+2
2019-05-16dpaa_eth: fix SG frame cleanupLaurentiu Tudor1-1/+1
2019-05-16net: mvpp2: fix validate for PPv2.1Antoine Tenart1-1/+1
2019-05-16ocelot: Don't sleep in atomic context (irqs_disabled())Claudiu Manoil1-1/+1
2019-05-16qed: Fix the DORQ's attentions handlingDenis Bolotin2-16/+48
2019-05-16qed: Fix missing DORQ attentionsDenis Bolotin3-3/+20
2019-05-16qed: Fix the doorbell address sanity checkDenis Bolotin1-8/+8
2019-05-16qed: Delete redundant doorbell recovery typesDenis Bolotin4-51/+31
2019-05-16qede: fix write to free'd pointer error and double free of ptpColin Ian King1-4/+3
2019-05-16vxge: fix return of a free'd memblock on a failed dma mappingColin Ian King1-0/+1
2019-05-10net: stmmac: Use bfsize1 in ndesc_init_rx_descYueHaibing1-1/+1
2019-05-08libcxgb: fix incorrect ppmax calculationVarun Prakash1-1/+8
2019-05-08net: hns: Fix WARNING when remove HNS driver with SMMU enabledYonglong Liu1-1/+3
2019-05-08net: hns: fix ICMP6 neighbor solicitation messages discard problemYonglong Liu1-6/+27
2019-05-08net: hns: Fix probabilistic memory overwrite when HNS driver initializedYonglong Liu1-1/+1
2019-05-08net: hns: Use NAPI_POLL_WEIGHT for hns driverYonglong Liu1-5/+2
2019-05-08net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()Liubin Shu1-2/+3
2019-05-08net: stmmac: don't log oversized framesAaro Koskinen1-2/+0
2019-05-08net: stmmac: fix dropping of multi-descriptor RX framesAaro Koskinen1-0/+5
2019-05-08net: stmmac: don't overwrite discard_frame statusAaro Koskinen1-3/+4
2019-05-08net: stmmac: don't stop NAPI processing when dropping a packetAaro Koskinen1-7/+7
2019-05-08net: stmmac: ratelimit RX error logsAaro Koskinen1-6/+8
2019-05-08net: stmmac: use correct DMA buffer size in the RX descriptorAaro Koskinen7-19/+35
2019-05-08net/mlx5: E-Switch, Fix esw manager vport indication for more vport commandsOmri Kahalon1-4/+2
2019-05-08net/mlx5: E-Switch, Protect from invalid memory access in offload fdb tableRoi Dayan1-0/+1
2019-05-08net: hns3: fix compile errorXi Wang2-2/+2
2019-05-08i40e: fix WoL support checkStefan Assmann1-2/+1
2019-05-08ixgbe: fix mdio bus registrationIvan Vecera1-7/+9
2019-05-08igb: Fix WARN_ONCE on runtime suspendArvind Sankar2-49/+10
2019-05-08i40e: fix i40e_ptp_adjtime when given a negative deltaJacob Keller1-2/+3
2019-05-05bnxt_en: Fix uninitialized variable usage in bnxt_rx_pkt().Michael Chan1-4/+5
2019-05-05bnxt_en: Fix statistics context reservation logic.Michael Chan1-8/+6
2019-05-05bnxt_en: Pass correct extended TX port statistics size to firmware.Michael Chan1-2/+6
2019-05-05bnxt_en: Fix possible crash in bnxt_hwrm_ring_free() under error conditions.Michael Chan1-6/+6
2019-05-05bnxt_en: Free short FW command HWRM memory in error path in bnxt_init_one()Vasundhara Volam1-0/+1
2019-05-05bnxt_en: Improve multicast address setup logic.Michael Chan1-1/+8
2019-05-04net: ethernet: ti: fix possible object reference leakWen Yang1-2/+6
2019-05-04net: ibm: fix possible object reference leakWen Yang1-0/+1
2019-05-04net: xilinx: fix possible object reference leakWen Yang1-0/+2
2019-05-04net: macb: Add null check for PCLK and HCLKHarini Katakam1-2/+8
2019-05-04net: ks8851: Set initial carrier state to downLukas Wunner1-0/+2
2019-05-04net: ks8851: Delay requesting IRQ until openedLukas Wunner1-13/+11
2019-05-04net: ks8851: Reassert reset pin if chip ID check failsLukas Wunner1-1/+1
2019-05-04net: ks8851: Dequeue RX packets explicitlyLukas Wunner1-4/+4
2019-05-04qlcnic: Avoid potential NULL pointer dereferenceAditya Pakki1-0/+2
2019-05-04net: stmmac: fix jumbo frame sending with non-linear skbsAaro Koskinen1-2/+4
2019-05-04net: stmmac: don't set own bit too early for jumbo framesAaro Koskinen2-8/+10