summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2019-02-12ath9k: dynack: check da->enabled first in sampling routinesLorenzo Bianconi
2019-02-12ath9k: dynack: make ewma estimation fasterLorenzo Bianconi
2019-02-12net/mlx5e: Force CHECKSUM_UNNECESSARY for short ethernet framesCong Wang
2019-02-12net/mlx5e: Use the inner headers to determine tc/pedit offload limitation on ...Guy Shattah
2019-02-12net: dsa: b53: Fix for failure when irq is not defined in dtArun Parameswaran
2019-02-12bnxt_en: Disable interrupts when allocating CP rings or NQs.Michael Chan
2019-02-12virtio_net: Account for tx bytes and packets on sending xdp_framesToshiaki Makita
2019-02-12skge: potential memory corruption in skge_get_regs()Dan Carpenter
2019-02-12Revert "net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151x"Russell King
2019-02-12net: systemport: Fix WoL with password after deep sleepFlorian Fainelli
2019-02-12net: dsa: mv88e6xxx: Fix counting of ATU violationsAndrew Lunn
2019-02-12net: dp83640: expire old TX-skbSebastian Andrzej Siewior
2019-02-12enic: fix checksum validation for IPv6Govindarajulu Varadarajan
2019-02-12fsl/fman: Use GFP_ATOMIC in {memac,tgec}_add_hash_mac_address()Scott Wood
2019-02-12niu: fix missing checks of niu_pci_eeprom_readKangjie Lu
2019-02-12igb: Fix an issue that PME is not enabled during runtime suspendKai-Heng Feng
2019-02-12ice: Do not enable NAPI on q_vectors that have no ringsYoung Xiao
2019-02-12i40e: define proper net_device::neigh_priv_lenKonstantin Khorenko
2019-02-12ath10k: fix tx_stats memory leakZhi Chen
2019-02-12ath10k: fix kernel panic due to use after freeKarthikeyan Periyasamy
2019-02-12mlx5: update timecounter at least twice per counter overflowMiroslav Lichvar
2019-02-12iwlwifi: mvm: fix setting HE ppe FW configNaftali Goldstein
2019-02-12net: hns3: don't restore rules when flow director is disabledJian Shen
2019-02-12net: hns3: fix the descriptor index when get rss typePeng Li
2019-02-12net: hns3: add max vector number check for pfJian Shen
2019-02-12cw1200: Fix concurrency use-after-free bugs in cw1200_hw_scan()Jia-Ju Bai
2019-02-12mlxsw: spectrum: Properly cleanup LAG uppers when removing port from LAGIdo Schimmel
2019-02-12net: hns3: fix incomplete uninitialization of IRQ in the hns3_nic_uninit_vect...Huazhong Tan
2019-02-12net: hns3: fix error handling int the hns3_get_vector_ring_chainHuazhong Tan
2019-02-12bnxt_en: Disable MSIX before re-reserving NQs/CMPL rings.Michael Chan
2019-02-12mlxsw: spectrum_acl: Limit priority valueNir Dotan
2019-02-12mt76x0: dfs: fix IBI_R11 configuration on non-radar channelsLorenzo Bianconi
2019-02-12net: aquantia: return 'err' if set MPI_DEINIT state failsYueHaibing
2019-02-12net/mlx5: EQ, Use the right place to store/read IRQ affinity hintSaeed Mahameed
2019-02-12usbnet: smsc95xx: fix rx packet alignmentBen Dooks
2019-02-12i40e: prevent overlapping tx_timeout recoverAlan Brady
2019-02-12i40e: suppress bogus error messageMitch Williams
2019-02-12iwlwifi: fw: do not set sgi bits for HE connectionNaftali Goldstein
2019-02-12dpaa2-ptp: defer probe when portal allocation failedIoana Ciornei
2019-02-12ath9k: dynack: use authentication messages for 'late' ackLorenzo Bianconi
2019-02-12ath10k: assign 'n_cipher_suites' for WCN3990Brian Norris
2019-02-12wil6210: fix memory leak in wil_find_tx_bcast_2Lior David
2019-02-12wil6210: fix reset flow for Talyn-mbAlexei Avshalom Lazar
2019-02-12ath10k: fixup extended per sta tx statisticsDan Carpenter
2019-02-06virtio_net: Differentiate sk_buff and xdp_frame on freeingToshiaki Makita
2019-02-06virtio_net: Use xdp_return_frame to free xdp_frames on destroying vqsToshiaki Makita
2019-02-06virtio_net: Don't process redirected XDP frames when XDP is disabledToshiaki Makita
2019-02-06virtio_net: Fix out of bounds access of sqToshiaki Makita
2019-02-06virtio_net: Fix not restoring real_num_rx_queuesToshiaki Makita
2019-02-06virtio_net: Don't call free_old_xmit_skbs for xdp_framesToshiaki Makita