aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-03net: dsa: sja1105: Add support for ethtool port countersVladimir Oltean4-1/+427
2019-05-03net: dsa: sja1105: Add support for VLAN operationsVladimir Oltean4-2/+291
2019-05-03ether: Add dedicated Ethertype for pseudo-802.1Q DSA taggingVladimir Oltean1-0/+1
2019-05-03net: dsa: sja1105: Error out if RGMII delays are requested in DTVladimir Oltean3-1/+41
2019-05-03net: dsa: sja1105: Add support for FDB and MDB managementVladimir Oltean3-0/+239
2019-05-03net: dsa: Introduce driver for NXP SJA1105 5-port L2 switchVladimir Oltean14-0/+4000
2019-05-03lib: Add support for generic packing operationsVladimir Oltean6-0/+437
2019-05-03net: macb: shrink macb_platform_data structureNicolas Ferre2-57/+11
2019-05-03net: macb: remove redundant struct phy_device declarationNicolas Ferre1-2/+0
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