summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | net: dev: Use unsigned integer as an argument to left-shiftAndy Shevchenko2019-02-271-1/+1
| * | | | bnxt_en: Drop oversize TX packets to prevent errors.Michael Chan2019-02-271-0/+6
| * | | | tipc: fix race condition causing hung sendtoTung Nguyen2019-02-261-1/+5
| * | | | hv_netvsc: Fix IP header checksum for coalesced packetsHaiyang Zhang2019-02-261-3/+19
| * | | | Merge branch 'net-fail-route'David S. Miller2019-02-263-0/+11
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | mpls: Return error for RTA_GATEWAY attributeDavid Ahern2019-02-261-0/+3
| | * | | ipv6: Return error for RTA_VIA attributeDavid Ahern2019-02-261-0/+4
| | * | | ipv4: Return error for RTA_VIA attributeDavid Ahern2019-02-261-0/+4
| |/ / /
| * | | net: avoid use IPCB in cipso_v4_errorNazarov Sergey2019-02-253-7/+34
| * | | net: Add __icmp_send helper.Nazarov Sergey2019-02-252-4/+12
| * | | tun: remove unnecessary memory barrierTimur Celik2019-02-251-1/+1
| * | | net: socket: set sock->sk to NULL after calling proto_ops::release()Eric Biggers2019-02-251-0/+1
| * | | net: sched: act_tunnel_key: fix NULL pointer dereference during initVlad Buslov2019-02-251-1/+2
| * | | net: dsa: fix a leaked reference by adding missing of_node_putWen Yang2019-02-252-6/+11
| * | | tun: fix blocking readTimur Celik2019-02-241-2/+2
| * | | net: dsa: lantiq: Add GPHY firmware filesHauke Mehrtens2019-02-241-0/+6
| * | | net/sched: act_skbedit: fix refcount leak when replace failsDavide Caratti2019-02-241-2/+1
| * | | net/sched: act_ipt: fix refcount leak when replace failsDavide Caratti2019-02-241-2/+1
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-021-2/+18
|\ \ \ \
| * | | | crypto: arm64/chacha - fix hchacha_block_neon() for big endianEric Biggers2019-02-281-2/+2
| * | | | crypto: arm64/chacha - fix chacha_4block_xor_neon() for big endianEric Biggers2019-02-281-0/+16
* | | | | Merge tag 'iommu-fix-v5.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-011-1/+1
|\ \ \ \ \
| * | | | | iommu/dmar: Fix buffer overflow during PCI bus notificationJulia Cartwright2019-02-261-1/+1
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-015-4/+59
|\ \ \ \ \ \
| * | | | | | hugetlbfs: fix races and page leaks during migrationMike Kravetz2019-03-013-3/+36
| * | | | | | kasan: turn off asan-stack for clang-8 and earlierArnd Bergmann2019-03-012-1/+23
* | | | | | | Merge tag 'drm-fixes-2019-03-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-03-014-4/+37
|\ \ \ \ \ \ \
| * | | | | | | drm/bochs: Fix the ID mismatch errorAlistair Francis2019-02-281-0/+4
| * | | | | | | drm: Block fb changes for async plane updatesNicholas Kazlauskas2019-02-281-0/+9
| * | | | | | | Merge branch 'drm-fixes-5.0' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2019-02-282-4/+24
| |\ \ \ \ \ \ \
| | * | | | | | | drm/amd/display: Use vrr friendly pageflip throttling in DC.Mario Kleiner2019-02-272-4/+24
* | | | | | | | | Merge tag 'mips_fixes_5.0_4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-02-284-5/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | MIPS: fix memory setup for platforms with PHYS_OFFSET != 0Thomas Bogendoerfer2019-02-271-1/+2
| * | | | | | | | | MIPS: BCM63XX: provide DMA masks for ethernet devicesJonas Gorski2019-02-251-0/+8
| * | | | | | | | | MIPS: lantiq: pass struct device to DMA API functionsChristoph Hellwig2019-02-121-2/+2
| * | | | | | | | | MIPS: fix truncation in __cmpxchg_small for short valuesMichael Clark2019-02-111-2/+1
* | | | | | | | | | Merge tag 'for-linus-5.0-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-02-281-4/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | orangefs: remove two un-needed BUG_ONs...Mike Marshall2019-02-201-4/+0
* | | | | | | | | | | Merge tag 'mmc-v5.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds2019-02-289-19/+44
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mmc: sdhci-esdhc-imx: correct the fix of ERR004536BOUGH CHEN2019-02-281-4/+5
| * | | | | | | | | | | mmc: core: align max segment size with logical block sizeMing Lei2019-02-272-7/+8
| * | | | | | | | | | | mmc: cqhci: Fix a tiny potential memory leak on error conditionAlamy Liu2019-02-271-1/+10
| * | | | | | | | | | | mmc: cqhci: fix space allocated for transfer descriptorAlamy Liu2019-02-271-1/+1
| * | | | | | | | | | | mmc: core: Fix NULL ptr crash from mmc_should_fail_requestRitesh Harjani2019-02-271-1/+1
| * | | | | | | | | | | mmc: tmio: fix access width of Block Count RegisterTakeshi Saito2019-02-263-1/+11
| * | | | | | | | | | | mmc: tmio_mmc_core: don't claim spurious interruptsSergei Shtylyov2019-02-251-4/+7
| * | | | | | | | | | | mmc: spi: Fix card detection during probeJonathan Neuschäfer2019-02-251-0/+1
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-02-285-5/+9
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| * | | | | | | | | | crypto: sha512/arm - fix crash bug in Thumb2 buildArd Biesheuvel2019-02-222-2/+4
| * | | | | | | | | | crypto: sha256/arm - fix crash bug in Thumb2 buildArd Biesheuvel2019-02-222-2/+4