aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-09-05net: stmmac: selftests: Implement the ARP Offload testJose Abreu1-0/+110
2019-09-05net: stmmac: xgmac: Implement ARP OffloadJose Abreu4-0/+22
2019-09-05net: stmmac: selftests: Add selftest for L3/L4 FiltersJose Abreu1-1/+285
2019-09-05net: stmmac: Implement L3/L4 Filters using TC FlowerJose Abreu8-2/+488
2019-09-05net: stmmac: Do not return error code in TC InitializationJose Abreu1-1/+2
2019-09-05net: stmmac: xgmac: Add RBU handling in DMA interruptJose Abreu1-0/+4
2019-09-05net: stmmac: selftests: Return proper error code to userspaceJose Abreu1-11/+11
2019-09-05Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller28-298/+5398
2019-09-05rocker: add missing init_net check in FIB notifierJiri Pirko1-0/+3
2019-09-05Merge branch 'net-kzfree'David S. Miller3-16/+8
2019-09-05net: mpoa: Use kzfree rather than its implementation.zhong jiang1-4/+2
2019-09-05sunrpc: Use kzfree rather than its implementation.zhong jiang1-6/+3
2019-09-05ixgbe: Use kzfree() rather than its implementation.zhong jiang1-6/+3
2019-09-05Merge branch 'nexthops-Fix-multipath-notifications-for-IPv6-and-selftests'David S. Miller2-12/+14
2019-09-05selftest: A few cleanups for fib_nexthops.shDavid Ahern1-11/+13
2019-09-05ipv6: Fix RTA_MULTIPATH with nexthop objectsDavid Ahern1-1/+1
2019-09-05net: sock_map, fix missing ulp check in sock hash caseJohn Fastabend1-0/+3
2019-09-05net: fixed_phy: Add forward declaration for struct gpio_desc;Moritz Fischer1-0/+1
2019-09-05Merge tag 'v5.3-rc7' into develLinus Walleij1923-13028/+19257
2019-09-05clk: rockchip: Add dt-binding header for rk3308Finley Xiao1-0/+387
2019-09-05dt-bindings: Add bindings for rk3308 clock controllerFinley Xiao1-0/+60
2019-09-05media: videobuf-core.c: poll_wait needs a non-NULL buf pointerHans Verkuil1-2/+3
2019-09-05gpio: Fix up merge collision in include fileLinus Walleij1-1/+2
2019-09-05irqchip/sifive-plic: set max threshold for ignored handlersChristoph Hellwig1-2/+10
2019-09-05riscv: move the TLB flush logic out of lineChristoph Hellwig3-30/+45
2019-09-05riscv: don't use the rdtime(h) pseudo-instructionsChristoph Hellwig2-36/+25
2019-09-05riscv: cleanup riscv_cpuid_to_hartid_maskChristoph Hellwig4-8/+1
2019-09-05riscv: optimize send_ipi_singleChristoph Hellwig1-1/+7
2019-09-05riscv: cleanup send_ipi_maskChristoph Hellwig1-9/+7
2019-09-05hrtimer: Add a missing bracket and hide `migration_base' on !SMPSebastian Andrzej Siewior1-1/+11
2019-09-05irqchip/uniphier-aidet: Use devm_platform_ioremap_resource()Masahiro Yamada1-3/+1
2019-09-05kprobes: Prohibit probing on BUG() and WARN() addressMasami Hiramatsu2-1/+7
2019-09-05Merge tag 'usb-ci-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman6-4/+102
2019-09-05serial: tegra: Add PIO mode supportKrishna Yarlagadda1-31/+86
2019-09-05serial: tegra: report clk rate errorsKrishna Yarlagadda1-2/+57
2019-09-05serial: tegra: add support to adjust baud rateKrishna Yarlagadda1-0/+68
2019-09-05serial: tegra: DT for Adjusted baud ratesKrishna Yarlagadda1-0/+32
2019-09-05serial: tegra: add support to use 8 bytes triggerKrishna Yarlagadda1-2/+11
2019-09-05serial: tegra: set maximum num of uart ports to 8Krishna Yarlagadda1-2/+17
2019-09-05serial: tegra: check for FIFO mode enabled statusKrishna Yarlagadda1-6/+46
2019-09-05dt-binding: serial: tegra: add new chipsKrishna Yarlagadda1-1/+6
2019-09-05serial: tegra: report error to upper tty layerKrishna Yarlagadda1-3/+16
2019-09-05serial: tegra: flush the RX fifo on frame errorShardar Shariff Md1-0/+14
2019-09-05serial: tegra: avoid reg access when clk disabledAhung Cheng1-6/+11
2019-09-05serial: tegra: add support to ignore readShardar Shariff Md1-0/+12
2019-09-05tipc: add NULL pointer check before calling kfree_rcuXin Long1-1/+2
2019-09-05serial: sprd: correct the wrong sequence of argumentsChunyan Zhang1-1/+1
2019-09-05dt-bindings: serial: Convert riscv,sifive-serial to json-schemaPragnesh Patel2-33/+62
2019-09-05serial: max310x: turn off transmitter before activating AutoCTS or auto transmitter flow controlChristoph Vogtländer1-0/+18
2019-09-05serial: max310x: Properly set flags in AutoCTS modeChristoph Vogtländer1-2/+10