summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* wireguard: receive: use tunnel helpers for decapsulating ECN markingsToke Høiland-Jørgensen2020-04-291-4/+2
* wireguard: queueing: cleanup ptr_ring in error path of packet_queue_initJason A. Donenfeld2020-04-291-1/+3
* wireguard: send: remove errant newline from packet_encrypt_workerSultan Alsawaf2020-04-291-1/+0
* net: dsa: mv88e6xxx: remove duplicate assignment of struct membersJason Yan2020-04-291-4/+0
* net/ena: Fix build warning in ena_xdp_set()Gavin Shan2020-04-281-1/+1
* net/sonic: Fix a resource leak in an error handling path in 'jazz_sonic_probe()'Christophe JAILLET2020-04-271-2/+4
* net: tc35815: Fix phydev supported/advertising maskAnthony Felice2020-04-271-1/+1
* bnxt_en: Fix VLAN acceleration handling in bnxt_fix_features().Michael Chan2020-04-271-3/+6
* bnxt_en: Return error when allocating zero size context memory.Michael Chan2020-04-271-1/+1
* bnxt_en: Improve AER slot reset.Michael Chan2020-04-271-3/+6
* bnxt_en: Reduce BNXT_MSIX_VEC_MAX value to supported CQs per PF.Vasundhara Volam2020-04-271-1/+1
* bnxt_en: Fix VF anti-spoof filter setup.Michael Chan2020-04-272-9/+2
* net: phy: marvell10g: fix temperature sensor on 2110Baruch Siach2020-04-271-1/+26
* aquantia: Fix the media type of AQC100 ethernet controller in the driverRichard Clark2020-04-271-1/+1
* vsock/virtio: fix multiple packet delivery to monitoring devicesStefano Garzarella2020-04-271-0/+6
* vhost/vsock: fix packet delivery order to monitoring devicesStefano Garzarella2020-04-271-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-04-2458-179/+670
|\
| * net: systemport: suppress warnings on failed Rx SKB allocationsDoug Berger2020-04-241-1/+2
| * net: bcmgenet: suppress warnings on failed Rx SKB allocationsDoug Berger2020-04-241-1/+2
| * macsec: avoid to set wrong mtuTaehee Yoo2020-04-241-4/+8
| * Merge tag 'mac80211-for-net-2020-04-24' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-04-246-6/+6
| |\
| | * mac80211: populate debugfs only after cfg80211 initJohannes Berg2020-04-245-5/+5
| | * mac80211_hwsim: use GFP_ATOMIC under spin lockWei Yongjun2020-04-231-1/+1
| * | Merge tag 'wireless-drivers-2020-04-24' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-04-249-32/+59
| |\ \
| | * | iwlwifi: fix WGDS check when WRDS is disabledLuca Coelho2020-04-212-16/+18
| | * | iwlwifi: mvm: fix inactive TID removal return value usageJohannes Berg2020-04-211-2/+2
| | * | iwlwifi: mvm: Do not declare support for ACK Enabled AggregationIlan Peer2020-04-211-4/+2
| | * | iwlwifi: mvm: limit maximum queue appropriatelyJohannes Berg2020-04-212-3/+8
| | * | iwlwifi: pcie: indicate correct RB size to deviceJohannes Berg2020-04-211-4/+14
| | * | iwlwifi: mvm: beacon statistics shouldn't go backwardsMordechay Goodstein2020-04-211-2/+11
| | * | iwlwifi: pcie: actually release queue memory in TVQMJohannes Berg2020-04-211-0/+3
| | * | iwlwifi: actually check allocated conf_tlv pointerChris Rorvick2020-04-211-1/+1
| * | | net: bcmgenet: correct per TX/RX ring statisticsDoug Berger2020-04-231-0/+3
| * | | net: meth: remove spurious copyright textJonathan Corbet2020-04-231-16/+0
| * | | net: phy: bcm84881: clear settings on link downRussell King2020-04-231-3/+3
| * | | chcr: Fix CPU hard lockupRohit Maheshwari2020-04-231-4/+2
| * | | net: ethernet: ixp4xx: Add error handling in ixp4xx_eth_probe()Tang Bin2020-04-231-0/+2
| * | | cxgb4: fix adapter crash due to wrong MC sizeVishal Kulkarni2020-04-231-7/+20
| * | | geneve: use the correct nlattr array in NL_SET_ERR_MSG_ATTRSabrina Dubroca2020-04-231-1/+1
| * | | vxlan: use the correct nlattr array in NL_SET_ERR_MSG_ATTRSabrina Dubroca2020-04-231-3/+3
| * | | mlxsw: Fix some IS_ERR() vs NULL bugsDan Carpenter2020-04-234-7/+7
| * | | net: phy: marvell10g: limit soft reset to 88x3310Baruch Siach2020-04-231-1/+2
| | |/ | |/|
| * | vrf: Fix IPv6 with qdisc and xfrmDavid Ahern2020-04-221-2/+2
| * | net: dsa: b53: b53_arl_rw_op() needs to select IVL or SVLFlorian Fainelli2020-04-222-0/+5
| * | net: dsa: b53: Rework ARL bin logicFlorian Fainelli2020-04-222-4/+29
| * | net: dsa: b53: Fix ARL register definitionsFlorian Fainelli2020-04-221-2/+2
| * | net: dsa: b53: Fix valid setting for MDB entriesFlorian Fainelli2020-04-221-1/+0
| * | net: dsa: b53: Lookup VID in ARL searches when VLAN is enabledFlorian Fainelli2020-04-221-0/+3
| * | vrf: Check skb for XFRM_TRANSFORMED flagDavid Ahern2020-04-221-2/+4
| * | net: phy: microchip_t1: add lan87xx_phy_init to initialize the lan87xx phy.Yuiko Oshino2020-04-221-0/+171