summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* s390/ctcm: fix variable dereferenced before checkAlexandra Winter2022-05-111-2/+3
* net: atlantic: verify hw_head_ lies within TX buffer ringGrant Grundler2022-05-111-0/+7
* net: atlantic: add check for MAX_SKB_FRAGSGrant Grundler2022-05-111-1/+5
* net: atlantic: reduce scope of is_rsc_completeGrant Grundler2022-05-111-7/+6
* net: atlantic: fix "frag[0] not initialized"Grant Grundler2022-05-111-2/+1
* net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()Yang Yingliang2022-05-101-3/+1
* net: phy: micrel: Fix incorrect variable type in micrelWan Jiabing2022-05-101-3/+2
* net: atlantic: always deep reset on pm op, fixing up my null deref regressionManuel Ullmann2022-05-101-2/+2
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-05-095-28/+78
|\
| * ice: fix PTP stale Tx timestamps cleanupMichal Michalik2022-05-061-2/+8
| * ice: clear stale Tx queue settings before configuringAnatolii Gerasymenko2022-05-061-18/+50
| * ice: Fix race during aux device (un)pluggingIvan Vecera2022-05-063-8/+20
* | net: phy: Fix race condition on link status changeFrancesco Dolcini2022-05-091-1/+6
* | ptp: ocp: Use DIV64_U64_ROUND_UP for rounding.Jonathan Lemon2022-05-091-1/+1
* | ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()Yang Yingliang2022-05-091-1/+4
* | ionic: fix missing pci_release_regions() on error in ionic_probe()Yang Yingliang2022-05-091-1/+2
* | net: sfc: fix memory leak due to ptp channelTaehee Yoo2022-05-093-2/+20
* | net: chelsio: cxgb4: Avoid potential negative array offsetKees Cook2022-05-061-5/+5
|/
* net: mscc: ocelot: avoid corrupting hardware counters when moving VCAP filtersVladimir Oltean2022-05-051-0/+4
* net: mscc: ocelot: restrict tc-trap actions to VCAP IS2 lookup 0Vladimir Oltean2022-05-051-2/+3
* net: mscc: ocelot: fix VCAP IS2 filters matching on both lookupsVladimir Oltean2022-05-051-1/+0
* net: mscc: ocelot: fix last VCAP IS1/IS2 filter persisting in hardware when d...Vladimir Oltean2022-05-051-0/+4
* net: mscc: ocelot: mark traps with a bool instead of keeping them in a listVladimir Oltean2022-05-053-12/+10
* net: phy: micrel: Pass .probe for KS8737Fabio Estevam2022-05-051-0/+1
* net: phy: micrel: Do not use kszphy_suspend/resume for KSZ8061Fabio Estevam2022-05-051-2/+2
* Merge tag 'net-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-05-0537-214/+369
|\
| * net/mlx5: Fix matching on inner TTCMark Bloch2022-05-042-1/+3
| * net/mlx5: Avoid double clear or set of sync reset requestedMoshe Shemesh2022-05-041-9/+19
| * net/mlx5: Fix deadlock in sync reset flowMoshe Shemesh2022-05-041-17/+17
| * net/mlx5e: Fix trust state reset in reloadMoshe Tal2022-05-041-0/+10
| * net/mlx5e: Avoid checking offload capability in post_parse actionAriel Levkovich2022-05-041-2/+1
| * net/mlx5e: CT: Fix queued up restore put() executing after relevant ft releasePaul Blakey2022-05-041-0/+4
| * net/mlx5e: TC, fix decap fallback to uplink when int port not supportedAriel Levkovich2022-05-041-1/+2
| * net/mlx5e: TC, Fix ct_clear overwriting ct action metadataAriel Levkovich2022-05-043-16/+49
| * net/mlx5e: Lag, Don't skip fib events on current dstVlad Buslov2022-05-042-8/+14
| * net/mlx5e: Lag, Fix fib_info pointer assignmentVlad Buslov2022-05-041-1/+1
| * net/mlx5e: Lag, Fix use-after-free in fib event handlerVlad Buslov2022-05-042-11/+20
| * net/mlx5e: Fix the calling of update_buffer_lossy() APIMark Zhang2022-05-041-2/+2
| * net/mlx5e: Don't match double-vlan packets if cvlan is not setVlad Buslov2022-05-041-0/+11
| * net/mlx5: Fix slab-out-of-bounds while reading resource dump menuAya Levin2022-05-041-6/+25
| * net/mlx5e: Fix wrong source vport matching on tunnel ruleAriel Levkovich2022-05-041-1/+1
| * bnxt_en: Fix unnecessary dropping of RX packetsMichael Chan2022-05-031-0/+4
| * bnxt_en: Initiallize bp->ptp_lock first before using itMichael Chan2022-05-031-8/+7
| * bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flagSomnath Kotur2022-05-031-5/+4
| * smsc911x: allow using IRQ0Sergey Shtylyov2022-05-031-1/+1
| * net: sfp: Add tx-fault workaround for Huawei MA5671A SFP ONTMatthew Hagan2022-05-031-1/+11
| * net: emaclite: Add error handling for of_address_to_resource()Shravya Kumbham2022-05-031-3/+12
| * net: emaclite: Don't advertise 1000BASE-T and do auto negotiationShravya Kumbham2022-05-031-15/+0
| * net: dsa: b53: convert to phylink_pcsRussell King (Oracle)2022-05-015-72/+75
| * pci_irq_vector() can't be used in atomic context any longer. This conflictsThomas Gleixner2022-05-011-8/+8