summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: mana: Fix possible double free in error handling pathMa Ke2024-06-271-0/+2
* net: usb: qmi_wwan: add Telit FN912 compositionsDaniele Palmas2024-06-261-0/+2
* ionic: use dev_consume_skb_any outside of napiShannon Nelson2024-06-263-13/+21
* net: dsa: microchip: fix wrong register write when masking interruptTristram Ha2024-06-251-1/+1
* ibmvnic: Add tx check to prevent skb leakNick Child2024-06-251-0/+12
* net: usb: ax88179_178a: improve link status logsJose Ignacio Tornos Martinez2024-06-241-1/+5
* octeontx2-pf: Fix coverity and klockwork issues in octeon PF driverRatheesh Kannoth2024-06-234-35/+35
* ice: Rebuild TC queues on VSI queue reconfigurationJan Sokolowski2024-06-231-1/+9
* net: dsa: microchip: monitor potential faults in half-duplex modeEnguerrand de Ribaucourt2024-06-235-2/+73
* net: dsa: microchip: use collision based back pressure modeEnguerrand de Ribaucourt2024-06-232-0/+5
* net: phy: micrel: add Microchip KSZ 9477 to the device tableEnguerrand de Ribaucourt2024-06-231-0/+1
* ibmvnic: Free any outstanding tx skbs during scrq resetNick Child2024-06-221-0/+6
* Merge tag 'linux-can-fixes-for-6.10-20240621' of git://git.kernel.org/pub/scm...Jakub Kicinski2024-06-224-10/+66
|\
| * can: mcp251xfd: fix infinite loop when xmit failsVitor Soares2024-06-213-9/+65
| * can: kvaser_usb: fix return value for hif_usb_send_regoutChen Ni2024-06-211-1/+1
* | vxlan: Pull inner IP header in vxlan_xmit_one().Guillaume Nault2024-06-221-1/+8
* | mlxsw: spectrum_buffers: Fix memory corruptions on Spectrum-4 systemsIdo Schimmel2024-06-211-6/+14
* | mlxsw: pci: Fix driver initialization with Spectrum-4Ido Schimmel2024-06-212-3/+17
* | ionic: fix kernel panic due to multi-buffer handlingTaehee Yoo2024-06-211-9/+18
* | net: pse-pd: Kconfig: Fix missing firmware loader config selectKory Maincent2024-06-211-0/+1
* | bonding: fix incorrect software timestamping reportHangbin Liu2024-06-211-0/+3
* | net: mvpp2: fill-in dev_port attributeAryan Srivastava2024-06-211-0/+1
* | net: dsa: microchip: fix initial port flush problemTristram Ha2024-06-211-4/+2
* | net: usb: rtl8150 fix unintiatilzed variables in rtl8150_get_link_ksettingsOliver Neukum2024-06-201-1/+2
* | bnxt_en: Restore PTP tx_avail count in case of skb_pad() errorPavan Chebbi2024-06-201-3/+2
* | bnxt_en: Set TSO max segs on devices with limitsMichael Chan2024-06-202-0/+4
* | bnxt_en: Update firmware interface to 1.10.3.44Michael Chan2024-06-201-133/+178
|/
* net: stmmac: Assign configured channel value to EXTTS eventOleksij Rempel2024-06-201-1/+5
* ice: Fix VSI list rule with ICE_SW_LKUP_LAST typeMarcin Szycik2024-06-201-2/+4
* octeontx2-pf: Fix linking objects into multiple modulesGeetha sowjanya2024-06-193-2/+10
* octeontx2-pf: Add error handling to VLAN unoffload handlingSimon Horman2024-06-191-1/+4
* virtio_net: fixing XDP for fully checksummed packets handlingHeng Qi2024-06-191-1/+19
* virtio_net: checksum offloading handling fixHeng Qi2024-06-191-2/+10
* net: usb: ax88179_178a: improve reset checkJose Ignacio Tornos Martinez2024-06-191-5/+13
* net: stmmac: No need to calculate speed divider when offload is disabledXiaolei Wang2024-06-191-18/+22
* net: phy: dp83tg720: get master/slave configuration in link down stateOleksij Rempel2024-06-191-3/+21
* net: phy: dp83tg720: wake up PHYs in managed modeOleksij Rempel2024-06-191-3/+15
* net: phy: mxl-gpy: Remove interrupt mask clearing from config_initRaju Lakkaraju2024-06-181-20/+38
* net: lan743x: Support WOL at both the PHY and MAC appropriatelyRaju Lakkaraju2024-06-183-8/+58
* net: lan743x: disable WOL upon resume to restore full data path operationRaju Lakkaraju2024-06-182-4/+50
* qca_spi: Make interrupt remembering atomicStefan Wahren2024-06-183-14/+11
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2024-06-152-3/+30
|\
| * ice: implement AQ download pkg retryWojciech Drewek2024-06-131-2/+21
| * ice: fix 200G link speed message logPaul Greenwalt2024-06-131-0/+3
| * ice: avoid IRQ collision to fix init failure on ACPI S3 resumeEn-Wei Wu2024-06-131-1/+6
* | Merge tag 'wireless-2024-06-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-06-143-2/+4
|\ \
| * | wifi: iwlwifi: scan: correctly check if PSC listen period is neededAyala Beker2024-06-121-1/+1
| * | wifi: iwlwifi: mvm: fix ROC version checkShaul Triebitz2024-06-121-1/+1
| * | wifi: iwlwifi: mvm: unlock mvm mutexShaul Triebitz2024-06-121-0/+2
* | | net: mvpp2: use slab_build_skb for oversized framesAryan Srivastava2024-06-141-1/+4
| |/ |/|