summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: handle empty unknown interrupt for VFYufeng Mo2022-01-251-2/+1
* net: fec_mpc52xx: don't discard const from netdev->dev_addrJakub Kicinski2022-01-251-5/+7
* net: cpsw: Properly initialise struct page_pool_paramsToke Høiland-Jørgensen2022-01-251-1/+1
* yam: fix a memory leak in yam_siocdevprivate()Hangyu Hua2022-01-251-3/+1
* net: stmmac: reduce unnecessary wakeups from eee sw timerJisheng Zhang2022-01-251-6/+7
* Merge tag 'linux-can-fixes-for-5.17-20220124' of git://git.kernel.org/pub/scm...Jakub Kicinski2022-01-244-2/+9
|\
| * can: flexcan: mark RX via mailboxes as supported on MCF5441XMarc Kleine-Budde2022-01-242-1/+2
| * can: tcan4x5x: regmap: fix max register valueMarc Kleine-Budde2022-01-241-1/+1
| * can: m_can: m_can_fifo_{read,write}: don't read or write from/to FIFO if leng...Marc Kleine-Budde2022-01-241-0/+6
* | net: stmmac: remove unused members in struct stmmac_privJisheng Zhang2022-01-241-2/+0
* | net: atlantic: Use the bitmap API instead of hand-writing itChristophe JAILLET2022-01-241-4/+2
|/
* ibmvnic: remove unused ->wait_capabilitySukadev Bhattiprolu2022-01-242-25/+14
* ibmvnic: don't spin in taskletSukadev Bhattiprolu2022-01-241-6/+0
* ibmvnic: init ->running_cap_crqs earlySukadev Bhattiprolu2022-01-241-35/+71
* ibmvnic: Allow extra failures before disablingSukadev Bhattiprolu2022-01-241-4/+17
* bonding: use rcu_dereference_rtnl when get bonding active slaveHangbin Liu2022-01-241-4/+0
* net: sfp: ignore disabled SFP nodeMarek Behún2022-01-241-0/+5
* octeontx2-af: Add KPU changes to parse NGIO as separate layerKiran Kumar K2022-01-211-35/+35
* octeontx2-pf: Forward error codes to VFSubbaraya Sundeep2022-01-211-1/+6
* octeontx2-af: cn10k: Do not enable RPM loopback for LPC interfacesGeetha sowjanya2022-01-211-15/+12
* octeontx2-af: Increase link credit restore polling timeoutGeetha sowjanya2022-01-212-2/+3
* octeontx2-pf: cn10k: Ensure valid pointers are freed to auraGeetha sowjanya2022-01-212-0/+3
* octeontx2-af: cn10k: Use appropriate register for LMAC enableGeetha sowjanya2022-01-217-7/+66
* octeontx2-af: Retry until RVU block reset completeGeetha sowjanya2022-01-211-2/+5
* octeontx2-af: Fix LBK backpressure id countSunil Goutham2022-01-211-3/+3
* octeontx2-af: Do not fixup all VF action entriesSubbaraya Sundeep2022-01-212-11/+31
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2022-01-216-31/+131
|\
| * i40e: fix unsigned stat widthsJoe Damato2022-01-203-7/+7
| * i40e: Fix for failed to init adminq while VF resetKaren Sornek2022-01-203-2/+46
| * i40e: Fix queues reservation for XDPSylwester Dziedziuch2022-01-201-0/+14
| * i40e: Fix issue when maximum queues is exceededJedrzej Jagielski2022-01-203-13/+61
| * i40e: Increase delay to 1 s after global EMP resetJedrzej Jagielski2022-01-201-9/+3
* | phylib: fix potential use-after-freeMarek Behún2022-01-211-3/+3
|/
* net: stmmac: dwmac-visconti: Fix clock configuration for RMII modeYuji Ishikawa2022-01-201-11/+21
* net: stmmac: dwmac-visconti: Fix bit definitions for ETHER_CLK_SELYuji Ishikawa2022-01-201-5/+5
* net: phy: broadcom: hook up soft_reset for BCM54616SRobert Hancock2022-01-201-0/+1
* Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-2039-212/+515
|\
| * net/fsl: xgmac_mdio: Fix incorrect iounmap when removing moduleTobias Waldekranz2022-01-191-1/+2
| * net/fsl: xgmac_mdio: Add workaround for erratum A-009885Tobias Waldekranz2022-01-191-6/+19
| * net: mscc: ocelot: fix using match before it is setTom Rix2022-01-191-7/+8
| * net: phy: micrel: use kszphy_suspend()/kszphy_resume for irq aware devicesClaudiu Beznea2022-01-191-18/+18
| * net: cpsw: avoid alignment faults by taking NET_IP_ALIGN into accountArd Biesheuvel2022-01-193-7/+7
| * net: axienet: increase default TX ring size to 128Robert Hancock2022-01-191-1/+1
| * net: axienet: fix for TX busy handlingRobert Hancock2022-01-191-39/+47
| * net: axienet: fix number of TX ring slots for available checkRobert Hancock2022-01-191-2/+2
| * net: axienet: Fix TX ring slot available checkRobert Hancock2022-01-191-2/+2
| * net: axienet: limit minimum TX ring sizeRobert Hancock2022-01-191-1/+3
| * net: axienet: add missing memory barriersRobert Hancock2022-01-191-1/+10
| * net: axienet: reset core on initialization prior to MDIO accessRobert Hancock2022-01-191-0/+5
| * net: axienet: Wait for PhyRstCmplt after core resetRobert Hancock2022-01-191-0/+10