aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller167-725/+1373
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds67-289/+544
2019-05-02Merge tag 'for-linus-20190502' of git://git.kernel.dk/linux-blockLinus Torvalds3-93/+161
2019-05-02Merge tag 'pci-v5.1-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds5-4/+32
2019-05-02Merge tag 'mtd/fixes-for-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds1-6/+6
2019-05-02PCI/LINK: Add Kconfig option (default off)Keith Busch3-1/+13
2019-05-02net: ll_temac: Fix typo bug for 32-bitEsben Haabendal1-1/+1
2019-05-01udp: fix GRO packet of deathEric Dumazet1-3/+10
2019-05-01Merge tag 'for-v5.1-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds2-6/+3
2019-05-01ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau1-20/+18
2019-05-01rds: ib: force endiannes annotationNicholas Mc Guire1-5/+3
2019-05-01Merge branch 'net-mvpp2-cls-Add-classification'David S. Miller4-84/+545
2019-05-01net: mvpp2: cls: Allow dropping packets with classification offloadMaxime Chevallier3-9/+32
2019-05-01net: mvpp2: cls: Add Classification offload supportMaxime Chevallier4-12/+410
2019-05-01net: mvpp2: cls: Use a bitfield to represent the flow_typeMaxime Chevallier2-69/+109
2019-05-01net: mvpp2: cls: Remove extra whitespace in mvpp2_cls_flow_writeMaxime Chevallier1-3/+3
2019-05-01Merge tag 'arc-5.1-final' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds3-23/+25
2019-05-01PCI/portdrv: Use shared MSI/MSI-X vector for Bandwidth ManagementAlex Williamson1-1/+2
2019-05-01Merge tag 'acpi-5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-5/+1
2019-05-01gcc-9: don't warn about uninitialized btrfs extent_type variableLinus Torvalds1-1/+1
2019-05-01Merge branch 'net-ll_temac-x86_64-support'David S. Miller5-203/+432
2019-05-01net: ll_temac: Enable DMA when ready, not beforeEsben Haabendal1-5/+10
2019-05-01net: ll_temac: Allow configuration of IRQ coalescingEsben Haabendal3-12/+37
2019-05-01net: ll_temac: Replace bad usage of msleep() with usleep_range()Esben Haabendal1-1/+1
2019-05-01net: ll_temac: Fix bug causing buffer descriptor overrunEsben Haabendal1-1/+1
2019-05-01net: ll_temac: Fix iommu/swiotlb leakEsben Haabendal1-1/+1
2019-05-01net: ll_temac: Support indirect_mutex share within TEMAC IPEsben Haabendal4-20/+43
2019-05-01net: ll_temac: Allow use on x86 platformsEsben Haabendal1-2/+2
2019-05-01net: ll_temac: Fix support for little-endian platformsEsben Haabendal1-39/+50
2019-05-01net: ll_temac: Add support for non-native register endiannessEsben Haabendal3-22/+79
2019-05-01net: ll_temac: Fix support for 64-bit platformsEsben Haabendal2-4/+32
2019-05-01net: ll_temac: Extend support to non-device-tree platformsEsben Haabendal4-66/+166
2019-05-01net: ll_temac: Fix and simplify error handling by using devres functionsEsben Haabendal3-42/+22
2019-05-01selftests: fib_rule_tests: print the result and return 1 if any tests failedHangbin Liu1-0/+6
2019-05-01net: ethernet: ti: cpsw: Fix inconsistent IS_ERR and PTR_ERR in cpsw_probe()YueHaibing1-1/+1
2019-05-01gcc-9: properly declare the {pv,hv}clock_page storageLinus Torvalds1-2/+2
2019-05-01gcc-9: don't warn about uninitialized variableLinus Torvalds1-1/+1
2019-05-01gcc-9: silence 'address-of-packed-member' warningLinus Torvalds1-1/+1
2019-05-01ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani1-0/+1
2019-05-01io_uring: avoid page allocation warningsMark Rutland1-8/+9
2019-05-01Merge branch 'net-sched-taprio-change-schedules'David S. Miller2-206/+412
2019-05-01taprio: Add support for cycle-time-extensionVinicius Costa Gomes2-6/+30
2019-05-01taprio: Add support for setting the cycle-time manuallyVinicius Costa Gomes2-8/+52
2019-05-01taprio: Add support adding an admin scheduleVinicius Costa Gomes2-193/+329
2019-05-01taprio: Fix potencial use of invalid memory during dequeue()Vinicius Costa Gomes1-6/+8
2019-05-01Merge branch 'tcp-undo-congestion'David S. Miller6-49/+84
2019-05-01tcp: refactor setting the initial congestion windowYuchung Cheng3-22/+26
2019-05-01tcp: refactor to consolidate TFO passive open codeYuchung Cheng1-27/+25
2019-05-01tcp: undo cwnd on Fast Open spurious SYNACK retransmitYuchung Cheng1-0/+3
2019-05-01tcp: lower congestion window on Fast Open SYNACK timeoutYuchung Cheng1-0/+3