summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-07-28igb: Check if num of q_vectors is smaller than max before array accessAleksandr Loktionov1-1/+8
2021-07-28iavf: Fix an error handling path in 'iavf_probe()'Christophe JAILLET1-0/+1
2021-07-28e1000e: Fix an error handling path in 'e1000_probe()'Christophe JAILLET1-0/+1
2021-07-28fm10k: Fix an error handling path in 'fm10k_probe()'Christophe JAILLET1-0/+1
2021-07-28igb: Fix an error handling path in 'igb_probe()'Christophe JAILLET1-0/+1
2021-07-28igc: Fix an error handling path in 'igc_probe()'Christophe JAILLET1-0/+1
2021-07-28ixgbe: Fix an error handling path in 'ixgbe_probe()'Christophe JAILLET1-0/+1
2021-07-28igc: change default return of igc_read_phy_reg()Tom Rix1-1/+1
2021-07-28igb: Fix use-after-free error during resetVinicius Costa Gomes1-0/+2
2021-07-28igc: Fix use-after-free error during resetVinicius Costa Gomes1-0/+2
2021-07-25net: fddi: fix UAF in fza_probePavel Skripkin1-2/+1
2021-07-25net: ti: fix UAF in tlan_remove_onePavel Skripkin1-2/+1
2021-07-25net: qcom/emac: fix UAF in emac_removePavel Skripkin1-1/+2
2021-07-25net: moxa: fix UAF in moxart_mac_probePavel Skripkin1-3/+1
2021-07-25net: bcmgenet: Ensure all TX/RX queues DMAs are disabledFlorian Fainelli1-0/+6
2021-07-25net: netdevsim: use xso.real_dev instead of xso.dev in callback functions of ...Taehee Yoo1-4/+4
2021-07-25vmxnet3: fix cksum offload issues for tunnels with non-default udp portsRonak Doshi1-2/+20
2021-07-25net: dsa: mv88e6xxx: enable devlink ATU hash param for TopazMarek Behún1-0/+4
2021-07-25net: dsa: mv88e6xxx: enable .rmu_disable() on TopazMarek Behún1-0/+2
2021-07-25net: dsa: mv88e6xxx: use correct .stats_set_histogram() on TopazMarek Behún1-2/+2
2021-07-25net: dsa: mv88e6xxx: enable .port_set_policy() on TopazMarek Behún1-0/+2
2021-07-25net: bcmgenet: ensure EXT_ENERGY_DET_MASK is clearDoug Berger2-21/+2
2021-07-20virtio_net: move tx vq operation under tx queue lockMichael S. Tsirkin1-1/+21
2021-07-20virtio_net: Fix error handling in virtnet_restore()Xie Yongji1-1/+4
2021-07-19i40e: fix PTP on 5Gb linksJesse Brandeburg1-2/+6
2021-07-19ath11k: unlock on error path in ath11k_mac_op_add_interface()Dan Carpenter1-2/+2
2021-07-19mac80211_hwsim: add concurrent channels scanning support over virtioWeilun Du1-10/+38
2021-07-19sfc: error code if SRIOV cannot be disabledÍñigo Huguet1-4/+11
2021-07-19sfc: avoid double pci_remove of VFsÍñigo Huguet1-9/+1
2021-07-19iwlwifi: pcie: fix context info freeingJohannes Berg1-1/+2
2021-07-19iwlwifi: pcie: free IML DMA memory allocationJohannes Berg2-5/+13
2021-07-19iwlwifi: mvm: fix error print when session protection endsShaul Triebitz1-0/+4
2021-07-19iwlwifi: mvm: don't change band on bound PHY contextsJohannes Berg1-6/+18
2021-07-19net: fec: add ndo_select_queue to fix TX bandwidth fluctuationsFugang Duan1-0/+32
2021-07-19rtl8xxxu: Fix device info for RTL8192EU devicesPascal Terjan2-14/+56
2021-07-19mt76: mt7915: fix IEEE80211_HE_PHY_CAP7_MAX_NC for station modeRyder Lee1-3/+3
2021-07-19net: ipa: Add missing of_node_put() in ipa_firmware_load()Yang Yingliang1-0/+1
2021-07-19mt76: mt7615: fix fixed-rate tx status reportingFelix Fietkau1-6/+4
2021-07-19ice: mark PTYPE 2 as reservedJacob Keller1-1/+1
2021-07-19ice: fix incorrect payload indicator on PTYPEJacob Keller1-1/+1
2021-07-19cw1200: add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-07-19wl1251: Fix possible buffer overflow in wl1251_cmd_scanLee Gibson1-3/+6
2021-07-19wlcore/wl12xx: Fix wl12xx get_mac error if device is in ELPTony Lindgren1-0/+7
2021-07-19r8169: avoid link-up interrupt issue on RTL8106e if user enables ASPMHeiner Kallweit1-1/+0
2021-07-19fjes: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-07-19net: sgi: ioc3-eth: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-07-19net: phy: realtek: add delay to fix RXC generation issueJoakim Zhang1-1/+14
2021-07-19net: moxa: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-3/+2
2021-07-19net: micrel: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-07-19net: mvpp2: check return value after calling platform_get_resource()Yang Yingliang1-0/+4