aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | can: mcp251xfd: revert "can: mcp251xfd: add BQL support"Marc Kleine-Budde2021-03-011-17/+4
| | * | can: flexcan: invoke flexcan_chip_freeze() to enter freeze modeJoakim Zhang2021-03-011-5/+7
| | * | can: flexcan: enable RX FIFO after FRZ/HALT validJoakim Zhang2021-03-011-3/+7
| | * | can: flexcan: assert FRZ bit in flexcan_chip_freeze()Joakim Zhang2021-03-011-1/+1
| * | | net: enetc: keep RX ring consumer index in sync with hardwareVladimir Oltean2021-03-011-0/+2
| * | | net: enetc: remove bogus write to SIRXIDR from enetc_setup_rxbdrVladimir Oltean2021-03-011-1/+0
| * | | net: enetc: force the RGMII speed and duplex instead of operating in inband modeVladimir Oltean2021-03-012-10/+56
| * | | net: enetc: don't disable VLAN filtering in IFF_PROMISC modeVladimir Oltean2021-03-011-5/+0
| * | | net: enetc: fix incorrect TPID when receiving 802.1ad tagged packetsVladimir Oltean2021-03-012-8/+29
| * | | net: enetc: take the MDIO lock only once per NAPI poll cycleVladimir Oltean2021-03-012-22/+11
| * | | net: enetc: initialize RFS/RSS memories for unused ports tooVladimir Oltean2021-03-013-9/+36
| * | | net: enetc: don't overwrite the RSS indirection table when initializingVladimir Oltean2021-03-014-8/+18
| * | | sh_eth: fix TRSCER mask for R7S9210Sergey Shtylyov2021-03-011-0/+2
| * | | sh_eth: fix TRSCER mask for R7S72100Sergey Shtylyov2021-03-011-0/+2
| * | | sh_eth: fix TRSCER mask for SH771xSergey Shtylyov2021-03-011-0/+3
| * | | net: phy: fix save wrong speed and duplex problem if autoneg is onGuangbin Huang2021-03-011-2/+4
| * | | xen-netback: use local var in xenvif_tx_check_gop() instead of re-calculatingJan Beulich2021-03-011-2/+2
| * | | net: phy: ti: take into account all possible interrupt sourcesIoana Ciornei2021-03-012-9/+11
| |/ /
| * | net: hns3: fix bug when calculating the TCAM table infoJian Shen2021-02-281-2/+2
| * | net: hns3: fix query vlan mask value error for flow directorJian Shen2021-02-281-2/+1
| * | net: hns3: fix error mask definition of flow directorJian Shen2021-02-281-3/+3
| * | net: broadcom: bcm4908_enet: enable RX after processing packetsRafał Miłecki2021-02-281-0/+3
| * | bnxt_en: reliably allocate IRQ table on reset to avoid crashEdwin Peer2021-02-261-2/+12
| * | bnxt_en: Fix race between firmware reset and driver remove.Vasundhara Volam2021-02-261-0/+3
| * | mlxsw: spectrum_router: Ignore routes using a deleted nexthop objectIdo Schimmel2021-02-261-0/+7
| * | mlxsw: spectrum_ethtool: Add an external speed to PTYS registerDanielle Ratson2021-02-263-1/+8
| * | net: fec: ptp: avoid register access when ipg clock is disabledHeiko Thiery2021-02-261-0/+7
| * | net: phy: make mdio_bus_phy_suspend/resume as __maybe_unusedArnd Bergmann2021-02-261-4/+2
| * | net: dsa: mt7530: don't build GPIO support if !GPIOLIBDENG Qingfang2021-02-261-0/+4
| * | net: mscc: ocelot: select NET_DEVLINKArnd Bergmann2021-02-261-0/+1
| * | net: stmmac: re-init rx buffers when mac resume backJoakim Zhang2021-02-261-1/+83
| * | net: stmmac: fix wrongly set buffer2 valid when sph unsupportJoakim Zhang2021-02-264-6/+15
| * | net: stmmac: fix dma physical address of descriptor when display ringJoakim Zhang2021-02-265-34/+94
| * | net: stmmac: fix watchdog timeout during suspend/resume stress testJoakim Zhang2021-02-261-0/+2
| * | net: stmmac: stop each tx channel independentlyJoakim Zhang2021-02-261-4/+0
| * | Merge tag 'wireless-drivers-2021-02-26' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2021-02-2610-29/+37
| |\|
| | * mt76: mt7915: fix unused 'mode' variableArnd Bergmann2021-02-261-2/+2
| | * mt76: dma: do not report truncated frames to mac80211Lorenzo Bianconi2021-02-261-4/+7
| | * mt76: mt7921: remove incorrect error handlingArnd Bergmann2021-02-261-3/+1
| | * iwlwifi: pcie: fix iwl_so_trans_cfg link error when CONFIG_IWLMVM is disabledKalle Valo2021-02-261-1/+2
| | * ath11k: fix AP mode for QCA6390Kalle Valo2021-02-241-2/+2
| | * ath11k: qmi: use %pad to format dma_addr_tGeert Uytterhoeven2021-02-241-2/+2
| | * iwlwifi: avoid crash on unsupported debug collectionJohannes Berg2021-02-221-0/+2
| | * mt76: mt7915: only modify tx buffer list after allocating tx token idFelix Fietkau2021-02-181-5/+5
| | * mt76: fix tx skb error handling in mt76_dma_tx_queue_skbFelix Fietkau2021-02-181-9/+6
| | * ath9k: fix transmitting to stations in dynamic SMPS modeFelix Fietkau2021-02-182-1/+8
* | | Merge tag 'mips-fixes_5.12_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-03-091-1/+1
|\ \ \
| * | | crypto: mips/poly1305 - enable for all MIPS processorsMaciej W. Rozycki2021-03-081-1/+1
* | | | Merge tag 'powerpc-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-03-072-7/+2
|\ \ \ \ | |/ / / |/| | |
| * | | vio: make remove callback return voidUwe Kleine-König2021-03-022-7/+2
| |/ /