summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-12-17net/mlx4_en: Update reported link modes for 1/10GErik Ekman1-3/+3
2021-12-14net/qla3xxx: fix an error code in ql_adapter_up()Dan Carpenter1-10/+9
2021-12-14net: fec: only clear interrupt of handling queue in fec_enet_rx_queue()Joakim Zhang2-1/+4
2021-12-14net: altera: set a couple error code in probe()Dan Carpenter1-3/+6
2021-12-14net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zeroLee Jones1-0/+2
2021-12-14i40e: Fix NULL pointer dereference in i40e_dbg_dump_descNorbert Zulinski1-0/+8
2021-12-14i40e: Fix pre-set max number of queues for VFMateusz Palczewski1-5/+0
2021-12-14i40e: Fix failed opcode appearing if handling messages from VFKaren Sornek2-22/+50
2021-12-14qede: validate non LSO skb lengthManish Chopra1-0/+7
2021-12-14net: mvpp2: fix XDP rx queues registeringLouis Amas1-2/+2
2021-12-14can: m_can: Disable and ignore ELO interruptBrian Silverman1-8/+6
2021-12-14can: pch_can: pch_can_rx_normal: fix use after freeVincent Mailhol1-1/+1
2021-12-14iavf: Fix reporting when setting descriptor countMichal Maloszewski1-11/+32
2021-12-14iavf: restore MSI state on resetMitch Williams1-0/+1
2021-12-14nfp: Fix memory leak in nfp_cpp_area_cache_add()Jianglei Nie1-1/+3
2021-12-14bonding: make tx_rebalance_counter an atomicEric Dumazet1-6/+8
2021-12-14ice: ignore dropped packets during initJesse Brandeburg1-0/+3
2021-12-14vrf: don't run conntrack on vrf with !dflt qdiscNicolas Dichtel1-4/+4
2021-12-14can: sja1000: fix use after free in ems_pcmcia_add_card()Dan Carpenter1-1/+6
2021-12-14can: kvaser_pciefd: kvaser_pciefd_rx_error_frame(): increase correct stats->{...Jimmy Assarsson1-1/+7
2021-12-14can: kvaser_usb: get CAN clock frequency from deviceJimmy Assarsson1-28/+73
2021-12-08iwlwifi: mvm: retry init flow if failedMordechay Goodstein5-8/+47
2021-12-08atlantic: Remove warn trace message.Sameer Saurabh1-3/+0
2021-12-08atlantic: Fix statistics logic for production hardwareDmitry Bogdanov5-27/+139
2021-12-08Remove Half duplex mode speed capabilities.Sameer Saurabh1-4/+1
2021-12-08atlantic: Add missing DIDs and fix 115c.Nikita Danilov4-1/+27
2021-12-08atlantic: Fix to display FW bundle version instead of FW mac version.Sameer Saurabh1-3/+3
2021-12-08atlatnic: enable Nbase-t speeds with base-tNikita Danilov3-19/+13
2021-12-08atlantic: Increase delay for fw transactionsDmitry Bogdanov1-2/+5
2021-12-08dpaa2-eth: destroy workqueue at the end of remove functionDongliang Mu1-0/+2
2021-12-08net: marvell: mvpp2: Fix the computation of shared CPUsChristophe JAILLET1-1/+1
2021-12-08net: usb: lan78xx: lan78xx_phy_init(): use PHY_POLL instead of "0" if no IRQ ...Sven Schuchmann1-1/+1
2021-12-08mt76: mt7915: fix NULL pointer dereference in mt7915_get_phy_modeLorenzo Bianconi1-2/+2
2021-12-08net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources()Zhou Qingyang1-2/+7
2021-12-08net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings()Zhou Qingyang1-2/+8
2021-12-08natsemi: xtensa: fix section mismatch warningsRandy Dunlap1-1/+1
2021-12-08wireguard: ratelimiter: use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva1-2/+2
2021-12-08wireguard: receive: drop handshakes if queue lock is contendedJason A. Donenfeld1-3/+13
2021-12-08wireguard: receive: use ring buffer for incoming handshakesJason A. Donenfeld5-43/+37
2021-12-08wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld2-1/+4
2021-12-08wireguard: allowedips: add missing __rcu annotation to satisfy sparseJason A. Donenfeld1-1/+1
2021-12-08rt2x00: do not mark device gone on EPROTO errors during startStanislaw Gruszka1-0/+3
2021-12-08vrf: Reset IPCB/IP6CB when processing outbound pkts in vrf dev xmitStephen Suryaputra1-0/+2
2021-12-08net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infob...Teng Qi1-0/+4
2021-12-08net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of ...zhangyue1-13/+17
2021-12-08ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in hns...Teng Qi1-0/+4
2021-12-08atlantic: Fix OOB read and write in hw_atl_utils_fw_rpc_waitZekun Shen1-0/+10
2021-12-01net: stmmac: platform: fix build warning when with !CONFIG_PM_SLEEPJoakim Zhang1-2/+2
2021-12-01xen/netfront: don't trust the backend response data blindlyJuergen Gross1-5/+84
2021-12-01xen/netfront: disentangle tx_skb_freelistJuergen Gross1-36/+25