summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
* xen-netfront: do not assume sk_buff_head list is empty in error handlingDongli Zhang2019-09-211-1/+1
* 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
* rsi: fix a double free bug in rsi_91x_deinit()Hui Peng2019-09-191-1/+0
* mt76: mt7615: Use after free in mt7615_mcu_set_bcn()Dan Carpenter2019-09-191-1/+1
* mt76: Fix a signedness bug in mt7615_add_interface()Dan Carpenter2019-09-191-2/+3
* mt76: mt76x0e: disable 5GHz band for MT7630EStanislaw Gruszka2019-09-191-0/+5
* Revert "rt2800: enable TX_PIN_CFG_LNA_PE_ bits per band"Stanislaw Gruszka2019-09-191-12/+6
* 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
* tun: fix use-after-free when register netdev failedYang Yingliang2019-09-191-5/+11
* net: phylink: Fix flow control resolutionStefan Chulski2019-09-191-3/+3
* 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
* cdc_ether: fix rndis support for Mediatek based smartphonesBjørn Mork2019-09-191-1/+9
* ravb: Fix use-after-free ravb_tstamp_skbTho Vu2019-09-101-2/+6
* wimax/i2400m: fix a memory leak bugWenwen Wang2019-09-101-1/+3
* 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: kalmia: fix memory leaksWenwen Wang2019-09-101-3/+3
* cx82310_eth: fix a memory leak bugWenwen Wang2019-09-101-1/+2
* lan78xx: Fix memory leaksWenwen Wang2019-09-101-3/+5
* 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
* hv_netvsc: Fix a warning of suspicious RCU usageDexuan Cui2019-09-101-2/+7
* 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
* Add genphy_c45_config_aneg() function to phy-c45.cMarco Hartmann2019-09-102-1/+27
* r8152: remove calling netif_napi_delHayes Wang2019-09-101-2/+0
* Revert "r8152: napi hangup fix after disconnect"Hayes Wang2019-09-101-2/+1
* 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
* iwlwifi: pcie: handle switching killer Qu B0 NICs to C0Luca Coelho2019-09-064-6/+31
* iwlwifi: pcie: don't switch FW to qnj when ax201 is detectedLuca Coelho2019-09-061-0/+1
* iwlwifi: pcie: add support for qu c-step devicesLuca Coelho2019-09-064-0/+83
* iwlwifi: change 0x02F0 fw from qu to quzIhab Zhaika2019-09-063-50/+144
* iwlwifi: add new cards for 9000 and 20000 seriesIhab Zhaika2019-09-061-0/+2
* iwlwifi: add new cards for 22000 and change wrong structsIhab Zhaika2019-09-064-63/+103
* iwlwifi: add new cards for 22000 and fix struct nameIhab Zhaika2019-09-064-15/+37
* mt76: mt76x0u: do not reset radio on resumeStanislaw Gruszka2019-09-061-4/+4
* net: cpsw: fix NULL pointer exception in the probe error pathAntoine Tenart2019-09-061-1/+1
* mt76: usb: fix rx A-MSDU supportLorenzo Bianconi2019-09-062-9/+38
* iwlwifi: mvm: disable TX-AMSDU on older NICsJohannes Berg2019-08-291-1/+13
* net: hisilicon: Fix dma_map_single failed on arm64Jiangfeng Xiao2019-08-291-9/+11