summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: mvneta: Fix error handling in mvneta_probeDinghao Liu2020-12-231-1/+1
* ibmvnic: fix login buffer memory leakLijun Pan2020-12-231-0/+3
* net: stmmac: dwmac-meson8b: ignore the second clock inputMartin Blumenstingl2020-12-231-1/+1
* net: mvpp2: Fix GoP port 3 Networking Complex Control configurationsStefan Chulski2020-12-221-1/+1
* atm: idt77252: call pci_disable_device() on error pathDan Carpenter2020-12-221-1/+1
* ionic: account for vlan tag len in rx buffer lenShannon Nelson2020-12-221-1/+1
* ethernet: ucc_geth: fix use-after-free in ucc_geth_remove()Rasmus Villemoes2020-12-221-1/+1
* ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pramRasmus Villemoes2020-12-221-1/+8
* ethernet: ucc_geth: set dev->max_mtu to 1518Rasmus Villemoes2020-12-221-0/+1
* net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZEFlorian Fainelli2020-12-221-0/+1
* net: mvpp2: prs: fix PPPoE with ipv6 packet parseStefan Chulski2020-12-191-2/+3
* net: mvpp2: Add TCAM entry to drop flow control pause framesStefan Chulski2020-12-192-1/+34
* net: mvpp2: disable force link UP during port init procedureStefan Chulski2020-12-191-1/+13
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2020-12-194-5/+16
|\
| * iavf: fix double-release of rtnl_lockJakub Kicinski2020-12-171-3/+1
| * i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFsSylwester Dziedziuch2020-12-173-2/+15
* | Merge tag 'net-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-12-1720-109/+94
|\|
| * nfp: move indirect block cleanup to flower app stop callbackSimon Horman2020-12-171-3/+3
| * octeontx2-af: Fix undetected unmap PF error checkColin Ian King2020-12-171-1/+2
| * net: nixge: fix spelling mistake in Kconfig: "Instuments" -> "Instruments"Colin Ian King2020-12-171-1/+1
| * qlcnic: Fix error code in probeDan Carpenter2020-12-171-0/+1
| * net: korina: fix return valueVincent Stehlé2020-12-171-1/+1
| * nfc: s3fwrn5: Remove unused NCI prop commandsBongsu Jeon2020-12-162-47/+0
| * nfc: s3fwrn5: Remove the delay for NFC sleepBongsu Jeon2020-12-161-1/+2
| * use __netdev_notify_peers in hypervLijun Pan2020-12-161-7/+4
| * use __netdev_notify_peers in ibmvnicLijun Pan2020-12-161-6/+3
| * net: allwinner: Fix some resources leak in the error handling path of the pro...Christophe JAILLET2020-12-161-2/+5
| * net: mscc: ocelot: Fix a resource leak in the error handling path of the prob...Christophe JAILLET2020-12-161-1/+7
| * net/connector: Add const qualifier to cb_idGeoff Levand2020-12-162-6/+6
| * net: bcmgenet: Fix a resource leak in an error handling path in the probe fun...Christophe JAILLET2020-12-161-1/+3
| * dpaa2-eth: fix the size of the mapped SGT bufferIoana Ciornei2020-12-161-1/+1
| * net: dsa: qca: ar9331: fix sleeping function called from invalid context bugOleksij Rempel2020-12-161-9/+24
| * i40e, xsk: clear the status bits for the next_to_use descriptorBjörn Töpel2020-12-161-1/+4
| * ice, xsk: clear the status bits for the next_to_use descriptorBjörn Töpel2020-12-161-1/+4
| * lan743x: fix rx_napi_poll/interrupt ping-pongSven Van Asbroeck2020-12-161-20/+23
* | Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2020-12-178-0/+637
|\ \
| * | drivers/tty/serial: add LiteUART driverFilip Kokosinski2020-11-093-0/+437
| * | drivers/soc/litex: add LiteX SoC Controller driverPawel Czarnecki2020-11-095-0/+200
* | | Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-1720-36/+286
|\ \ \
| * | | powerpc/ps3: use dma_mapping_error()Vincent Stehlé2020-12-151-1/+1
| * | | lkdtm/powerpc: Add SLB multihit testGanesh Goudar2020-12-034-0/+127
| * | | ocxl: Add new kernel tracesChristophe Lombard2020-12-032-0/+68
| * | | ocxl: Add mmu notifierChristophe Lombard2020-12-031-1/+61
| * | | ocxl: Update the Process Element EntryChristophe Lombard2020-12-034-7/+16
| * | | powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König2020-12-0310-27/+13
| |/ /
* | | Merge tag 'dmaengine-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-1752-556/+6902
|\ \ \
| * | | soc: ti: k3-ringacc: Use correct error casting in k3_ringacc_dmarings_initPeter Ujfalusi2020-12-141-1/+1
| * | | dmaengine: ti: k3-udma-glue: Add support for K3 PKTDMAVignesh Raghavendra2020-12-113-38/+281
| * | | dmaengine: ti: k3-udma: Initial support for K3 PKTDMAPeter Ujfalusi2020-12-113-25/+533
| * | | dmaengine: ti: k3-udma: Add support for BCDMA channel TPL handlingPeter Ujfalusi2020-12-112-38/+85