summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'imx-fixes-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Olof Johansson2019-12-125-17/+35
|\
| * ARM: imx: Fix boot crash if ocotp is not foundLeonard Crestez2019-12-121-1/+3
| * ARM: imx_v6_v7_defconfig: Explicitly restore CONFIG_DEBUG_FSLeonard Crestez2019-12-121-0/+1
| * ARM: dts: imx6ul-evk: Fix peripheral regulatorLeonard Crestez2019-12-121-6/+20
| * arm64: dts: ls1028a: fix reboot nodeMichael Walle2019-12-121-1/+7
| * arm64: dts: ls1028a: fix typo in TMU calibration dataMichael Walle2019-12-111-1/+1
| * ARM: imx: Correct ocotp id for serial number support of i.MX6ULL/ULZ SoCsChristoph Niedermaier2019-12-111-2/+2
| * ARM: dts: e60k02: fix power buttonAndreas Kemnade2019-12-091-5/+0
| * ARM: dts: imx6ul: imx6ul-14x14-evk.dtsi: Fix SPI NOR probingStefan Roese2019-12-091-1/+1
* | Merge tag 'reset-fixes-for-v5.5-2' of git://git.pengutronix.de/git/pza/linux ...Olof Johansson2019-12-113-13/+5
|\ \
| * | reset: Do not register resource data for missing resetsGeert Uytterhoeven2019-12-101-2/+2
| * | reset: Fix {of,devm}_reset_control_array_get kerneldoc return typesGeert Uytterhoeven2019-12-101-4/+2
| * | reset: brcmstb: Remove resource checksFlorian Fainelli2019-12-101-6/+0
| * | dt-bindings: reset: Fix brcmstb-reset exampleFlorian Fainelli2019-12-101-1/+1
| |/
* | Merge tag 'arm-soc/for-5.5/devicetree-fixes' of https://github.com/Broadcom/s...Olof Johansson2019-12-114-6/+6
|\ \
| * | ARM: dts: bcm283x: Fix critical trip pointStefan Wahren2019-12-101-1/+1
| * | ARM: dts: Cygnus: Fix MDIO node address/size cellsFlorian Fainelli2019-12-091-2/+2
| * | ARM: dts: bcm2711: fix soc's node dma-rangesNicolas Saenz Julienne2019-12-091-1/+1
| * | ARM: dts: BCM5301X: Fix MDIO node address/size cellsFlorian Fainelli2019-12-091-2/+2
| |/
* | ARM: mmp: include the correct cputype.hArnd Bergmann2019-12-111-1/+1
* | Merge tag 'vexpress-fixes-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2019-12-092-2/+12
|\ \ | |/ |/|
| * cpufreq: vexpress-spc: Switch cpumask from topology core to OPP sharingSudeep Holla2019-12-091-1/+1
| * ARM: vexpress: Set-up shared OPP table instead of individual for each CPUSudeep Holla2019-12-091-1/+11
|/
* Linux 5.5-rc1v5.5-rc1Linus Torvalds2019-12-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-08119-628/+1025
|\
| * r8169: fix rtl_hw_jumbo_disable for RTL8168evlHeiner Kallweit2019-12-071-1/+1
| * net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet2019-12-071-1/+7
| * r8169: add missing RX enabling for WoL on RTL8125Heiner Kallweit2019-12-071-1/+1
| * vhost/vsock: accept only packets with the right dst_cidStefano Garzarella2019-12-071-1/+3
| * net: phy: dp83867: fix hfs boot in rgmii modeGrygorii Strashko2019-12-071-48/+71
| * net: ethernet: ti: cpsw: fix extra rx interruptGrygorii Strashko2019-12-071-1/+1
| * inet: protect against too small mtu values.Eric Dumazet2019-12-075-11/+20
| * gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang2019-12-071-1/+1
| * pppoe: remove redundant BUG_ON() check in pppoe_pernetAditya Pakki2019-12-071-2/+0
| * Merge branch 'tcp-fix-handling-of-stale-syncookies-timestamps'David S. Miller2019-12-072-8/+32
| |\
| | * tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault2019-12-071-3/+3
| | * tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault2019-12-071-3/+13
| | * tcp: fix rejected syncookies due to stale timestampsGuillaume Nault2019-12-072-2/+16
| |/
| * Merge tag 'mlx5-fixes-2019-12-05' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-12-0710-75/+143
| |\
| | * net/mlx5e: E-switch, Fix Ingress ACL groups in switchdev mode for prio tagParav Pandit2019-12-052-38/+93
| | * net/mlx5e: ethtool, Fix analysis of speed settingAya Levin2019-12-051-10/+3
| | * net/mlx5e: Fix translation of link mode into speedAya Levin2019-12-051-0/+1
| | * net/mlx5e: Fix free peer_flow when refcount is 0Roi Dayan2019-12-051-2/+5
| | * net/mlx5e: Fix freeing flow with kfree() and not kvfree()Roi Dayan2019-12-051-1/+1
| | * net/mlx5e: Fix SFF 8472 eeprom lengthEran Ben Elisha2019-12-051-1/+1
| | * net/mlx5e: Query global pause state before setting prio2bufferHuy Nguyen2019-12-051-2/+25
| | * net/mlx5e: Fix TXQ indices to be sequentialEran Ben Elisha2019-12-054-22/+15
| * | lpc_eth: kernel BUG on removeBruno Carneiro da Cunha2019-12-071-2/+0
| * | tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet2019-12-071-2/+3
| * | Merge branch 'net-tc-indirect-block-relay'David S. Miller2019-12-074-53/+65
| |\ \