summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2019-09-19rsi: fix a double free bug in rsi_91x_deinit()Hui Peng1-1/+0
2019-09-19mt76: mt7615: Use after free in mt7615_mcu_set_bcn()Dan Carpenter1-1/+1
2019-09-19mt76: Fix a signedness bug in mt7615_add_interface()Dan Carpenter1-2/+3
2019-09-19mt76: mt76x0e: disable 5GHz band for MT7630EStanislaw Gruszka1-0/+5
2019-09-19Revert "rt2800: enable TX_PIN_CFG_LNA_PE_ bits per band"Stanislaw Gruszka1-12/+6
2019-09-19ixgbe: Prevent u8 wrapping of ITR value to something less than 10usAlexander Duyck1-1/+3
2019-09-19ixgbe: fix double clean of Tx descriptors with xdpIlya Maximets1-18/+11
2019-09-19tun: fix use-after-free when register netdev failedYang Yingliang1-5/+11
2019-09-19net: phylink: Fix flow control resolutionStefan Chulski1-3/+3
2019-09-19ixgbevf: Fix secpath usage for IPsec Tx offloadJeff Kirsher1-1/+2
2019-09-19ixgbe: Fix secpath usage for IPsec TX offload.Steffen Klassert1-1/+2
2019-09-19cdc_ether: fix rndis support for Mediatek based smartphonesBjørn Mork1-1/+9
2019-09-10ravb: Fix use-after-free ravb_tstamp_skbTho Vu1-2/+6
2019-09-10wimax/i2400m: fix a memory leak bugWenwen Wang1-1/+3
2019-09-10net: cavium: fix driver nameStephen Hemminger1-1/+1
2019-09-10ibmvnic: Unmap DMA address of TX descriptor buffers after useThomas Falcon1-9/+2
2019-09-10net: kalmia: fix memory leaksWenwen Wang1-3/+3
2019-09-10cx82310_eth: fix a memory leak bugWenwen Wang1-1/+2
2019-09-10lan78xx: Fix memory leaksWenwen Wang1-3/+5
2019-09-10net: myri10ge: fix memory leaksWenwen Wang1-1/+1
2019-09-10liquidio: add cleanup in octeon_setup_iq()Wenwen Wang1-1/+3
2019-09-10cxgb4: fix a memory leak bugWenwen Wang1-1/+3
2019-09-10ibmveth: Convert multicast list size for little-endian systemThomas Falcon1-4/+5
2019-09-10net: tc35815: Explicitly check NET_IP_ALIGN is not zero in tc35815_rxNathan Chancellor1-1/+1
2019-09-10hv_netvsc: Fix a warning of suspicious RCU usageDexuan Cui1-2/+7
2019-09-10ixgbe: fix possible deadlock in ixgbe_service_task()Taehee Yoo1-4/+1
2019-09-10net: tundra: tsi108: use spin_lock_irqsave instead of spin_lock_irq in IRQ co...Fuqian Huang1-2/+3
2019-09-10net/mlx5e: Fix error flow of CQE recovery on tx reporterAya Levin2-5/+8
2019-09-10Add genphy_c45_config_aneg() function to phy-c45.cMarco Hartmann2-1/+27
2019-09-10r8152: remove calling netif_napi_delHayes Wang1-2/+0
2019-09-10Revert "r8152: napi hangup fix after disconnect"Hayes Wang1-2/+1
2019-09-10nfp: flower: handle neighbour events on internal portsJohn Hurley1-4/+4
2019-09-10nfp: flower: prevent ingress block binds on internal portsJohn Hurley1-3/+4
2019-09-10net: stmmac: dwmac-rk: Don't fail if phy regulator is absentChen-Yu Tsai1-4/+2
2019-09-06iwlwifi: pcie: handle switching killer Qu B0 NICs to C0Luca Coelho4-6/+31
2019-09-06iwlwifi: pcie: don't switch FW to qnj when ax201 is detectedLuca Coelho1-0/+1
2019-09-06iwlwifi: pcie: add support for qu c-step devicesLuca Coelho4-0/+83
2019-09-06iwlwifi: change 0x02F0 fw from qu to quzIhab Zhaika3-50/+144
2019-09-06iwlwifi: add new cards for 9000 and 20000 seriesIhab Zhaika1-0/+2
2019-09-06iwlwifi: add new cards for 22000 and change wrong structsIhab Zhaika4-63/+103
2019-09-06iwlwifi: add new cards for 22000 and fix struct nameIhab Zhaika4-15/+37
2019-09-06mt76: mt76x0u: do not reset radio on resumeStanislaw Gruszka1-4/+4
2019-09-06net: cpsw: fix NULL pointer exception in the probe error pathAntoine Tenart1-1/+1
2019-09-06mt76: usb: fix rx A-MSDU supportLorenzo Bianconi2-9/+38
2019-08-29iwlwifi: mvm: disable TX-AMSDU on older NICsJohannes Berg1-1/+13
2019-08-29net: hisilicon: Fix dma_map_single failed on arm64Jiangfeng Xiao1-9/+11
2019-08-29net: hisilicon: fix hip04-xmit never return TX_BUSYJiangfeng Xiao1-1/+1
2019-08-29net: hisilicon: make hip04_tx_reclaim non-reentrantJiangfeng Xiao1-2/+4
2019-08-29net: stmmac: tc: Do not return a fragment entryJose Abreu1-1/+1
2019-08-29net: stmmac: Fix issues when number of Queues >= 4Jose Abreu2-0/+8