summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | tools: selftests: add test for changing routes with PTMU exceptionsSean Tranchetti2021-01-071-2/+69
| * | net: ipv6: fib: flush exceptions when purging routeSean Tranchetti2021-01-071-3/+2
| * | Merge tag 'linux-can-fixes-for-5.11-20210107' of git://git.kernel.org/pub/scm...Jakub Kicinski2021-01-075-40/+11
| |\ \
| | * | MAINTAINERS: Update MCAN MMIO device driver maintainerSriram Dash2021-01-071-1/+1
| | * | can: rcar: Kconfig: update help description for CAN_RCAR configLad Prabhakar2021-01-071-2/+2
| | * | can: mcp251xfd: mcp251xfd_handle_rxif_ring(): first increment RX tail pointer...Marc Kleine-Budde2021-01-071-4/+4
| | * | can: mcp251xfd: mcp251xfd_handle_tefif(): fix TEF vs. TX race conditionMarc Kleine-Budde2021-01-071-5/+4
| | * | can: tcan4x5x: fix bittiming const, use common bittiming from m_can driverMarc Kleine-Budde2021-01-071-26/+0
| | * | can: m_can: m_can_class_unregister(): remove erroneous m_can_clk_stop()Marc Kleine-Budde2021-01-071-2/+0
| |/ /
| * | ptp: ptp_ines: prevent build when HAS_IOMEM is not setRandy Dunlap2021-01-071-0/+1
| * | net: dsa: fix led_classdev build errorsRandy Dunlap2021-01-071-0/+1
| * | net: bareudp: add missing error handling for bareudp_link_config()Jakub Kicinski2021-01-071-8/+14
| * | net: mvneta: fix error message when MTU too large for XDPMarek Behún2021-01-071-1/+1
| * | selftests: fix the return value for UDP GRO testPo-Hsu Lin2021-01-061-0/+34
| * | net: ethernet: fs_enet: Add missing MODULE_LICENSEMichael Ellerman2021-01-062-0/+2
| * | net: qrtr: fix null-ptr-deref in qrtr_ns_removeQinglang Miao2021-01-063-9/+16
| * | net: cdc_ncm: correct overhead in delayed_ndp_sizeJouni K. Seppänen2021-01-061-2/+6
| * | Merge branch 'hns3-fixes'David S. Miller2021-01-065-8/+18
| |\ \
| | * | net: hns3: fix incorrect handling of sctp6 rss tupleJian Shen2021-01-064-5/+14
| | * | net: hns3: fix the number of queues actually used by ARQYufeng Mo2021-01-061-2/+2
| | * | net: hns3: fix a phy loopback fail issueYonglong Liu2021-01-061-1/+2
| |/ /
| * | docs: net: fix documentation on .ndo_get_statsJakub Kicinski2021-01-061-2/+2
| * | Merge branch 'stmmac-fixes'David S. Miller2021-01-061-47/+82
| |\ \
| | * | net: stmmac: dwmac-sun8i: Balance syscon (de)initializationSamuel Holland2021-01-061-25/+25
| | * | net: stmmac: dwmac-sun8i: Balance internal PHY powerSamuel Holland2021-01-061-8/+23
| | * | net: stmmac: dwmac-sun8i: Balance internal PHY resource referencesSamuel Holland2021-01-061-6/+21
| | * | net: stmmac: dwmac-sun8i: Fix probe error handlingSamuel Holland2021-01-061-10/+15
| |/ /
| * | net: vlan: avoid leaks on register_vlan_dev() failuresJakub Kicinski2021-01-061-1/+2
| * | net: suggest L2 discards be counted towards rx_droppedJakub Kicinski2021-01-061-2/+3
| * | net/sonic: Fix some resource leaks in error handling pathsChristophe JAILLET2021-01-062-4/+15
| * | wan: ds26522: select CONFIG_BITREVERSEArnd Bergmann2021-01-061-0/+1
| * | misdn: dsp: select CONFIG_BITREVERSEArnd Bergmann2021-01-061-0/+1
| * | cfg80211: select CONFIG_CRC32Arnd Bergmann2021-01-061-0/+1
| * | wil6210: select CONFIG_CRC32Arnd Bergmann2021-01-061-0/+1
| * | can: kvaser_pciefd: select CONFIG_CRC32Arnd Bergmann2021-01-061-0/+1
| * | phy: dp83640: select CONFIG_CRC32Arnd Bergmann2021-01-061-0/+1
| * | qed: select CONFIG_CRC32Arnd Bergmann2021-01-061-0/+1
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-01-082-1/+3
|\ \ \
| * | | crypto: ecdh - avoid buffer overflow in ecdh_set_secret()Ard Biesheuvel2021-01-021-1/+2
| * | | crypto: arm/chacha-neon - add missing counter incrementArd Biesheuvel2021-01-021-0/+1
* | | | poll: fix performance regression due to out-of-line __put_user()Linus Torvalds2021-01-081-3/+11
* | | | Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek2021-01-085-30/+18
* | | | Merge tag 'gcc-plugins-v5.11-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-01-081-2/+2
|\ \ \ \
| * | | | gcc-plugins: fix gcc 11 indigestion with plugins...Valdis Klētnieks2021-01-071-2/+2
* | | | | Merge tag 'spi-fix-v5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-01-074-21/+104
|\ \ \ \ \
| * | | | | spi: fix the divide by 0 error when calculating xfer waiting timeXu Yilun2021-01-041-1/+5
| * | | | | spi: Fix the clamping of spi->max_speed_hzTudor Ambarus2020-12-301-2/+3
| * | | | | spi: altera: fix return value for altera_spi_txrx()Xu Yilun2020-12-291-12/+14
| * | | | | Merge tag 'v5.11-rc1' into spi-5.11Mark Brown2020-12-2811438-221489/+818527
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | spi: stm32: FIFO threshold level - fix align packet sizeRoman Guskov2020-12-211-2/+2