summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i2c: Add Actions Semiconductor Owl family S700 I2C supportParthiban Nallathambi2019-01-031-0/+1
* dt-bindings: i2c: Add S700 support for Actions Semi Soc'sParthiban Nallathambi2019-01-031-1/+3
* i2c: ismt: Add support for Intel Cedar ForkJarkko Nikula2019-01-031-0/+2
* i2c: tegra: Switch to SPDX identifierThierry Reding2018-12-171-10/+1
* i2c: tegra: Add missing kerneldoc for some fieldsThierry Reding2018-12-171-0/+15
* i2c: tegra: Cleanup kerneldoc commentsThierry Reding2018-12-171-12/+11
* i2c: axxia: support sequence command modeAdamski, Krzysztof (Nokia - PL/Wroclaw)2018-12-171-7/+102
* dt-bindings: i2c: rcar: Add r8a774c0 supportFabrizio Castro2018-12-171-0/+1
* dt-bindings: i2c: sh_mobile: Add r8a774c0 supportFabrizio Castro2018-12-171-4/+5
* i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E)Fabrizio Castro2018-12-171-0/+1
* Merge tag 'at24-4.21-updates-for-wolfram' of git://git.kernel.org/pub/scm/lin...Wolfram Sang2018-12-173-1/+5
|\
| * eeprom: at24: add support for 24c2048Adrian Bunk2018-12-102-1/+4
| * dt-bindings: eeprom: at24: add "atmel,24c2048" compatible stringAdrian Bunk2018-12-101-0/+1
* | i2c: i2c-cros-ec-tunnel: Switch to SPDX identifier.Enric Balletbo i Serra2018-12-171-10/+4
* | i2c: powermac: Use of_node_name_eq for node name comparisonsRob Herring2018-12-111-4/+4
* | i2c-axxia: check for error conditions firstAdamski, Krzysztof (Nokia - PL/Wroclaw)2018-12-111-16/+16
* | i2c-axxia: dedicated function to set client addrAdamski, Krzysztof (Nokia - PL/Wroclaw)2018-12-111-11/+18
* | Merge tag 'v4.20-rc6' into i2c/for-5.0Wolfram Sang2018-12-11662-3544/+7723
|\|
| * Linux 4.20-rc6v4.20-rc6Linus Torvalds2018-12-091-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-12-0983-368/+1225
| |\
| | * net/sched: cls_flower: Reject duplicated rules also under skip_swOr Gerlitz2018-12-091-13/+10
| | * Merge branch 'bnxt_en-Bug-fixes'David S. Miller2018-12-093-13/+50
| | |\
| | | * bnxt_en: Fix _bnxt_get_max_rings() for 57500 chips.Michael Chan2018-12-091-4/+12
| | | * bnxt_en: Fix NQ/CP rings accounting on the new 57500 chips.Michael Chan2018-12-091-6/+23
| | | * bnxt_en: Keep track of reserved IRQs.Michael Chan2018-12-093-3/+8
| | | * bnxt_en: Fix CNP CoS queue regression.Michael Chan2018-12-091-0/+7
| | |/
| | * net/mlx4_core: Correctly set PFC param if global pause is turned off.Tarick Bedeir2018-12-081-2/+2
| | * Revert "net/ibm/emac: wrong bit is used for STA control"Benjamin Herrenschmidt2018-12-071-1/+1
| | * Merge branch 'skb-headroom-slab-out-of-bounds'David S. Miller2018-12-072-26/+44
| | |\
| | | * neighbour: Avoid writing before skb->head in neigh_hh_output()Stefano Brivio2018-12-071-5/+23
| | | * ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio2018-12-071-21/+21
| | |/
| | * tcp: lack of available data can also cause TSO deferEric Dumazet2018-12-071-11/+24
| | * ipv6: sr: properly initialize flowi6 prior passing to ip6_route_outputShmulik Ladkani2018-12-071-0/+1
| | * Merge branch 'mlxsw-Various-fixes'David S. Miller2018-12-063-10/+16
| | |\
| | | * mlxsw: spectrum_switchdev: Fix VLAN device deletion via ioctlIdo Schimmel2018-12-061-2/+8
| | | * mlxsw: spectrum_router: Relax GRE decap matching checkNir Dotan2018-12-061-4/+1
| | | * mlxsw: spectrum_switchdev: Avoid leaking FID's reference countIdo Schimmel2018-12-061-2/+5
| | | * mlxsw: spectrum_nve: Remove easily triggerable warningsIdo Schimmel2018-12-061-2/+2
| | |/
| | * ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner2018-12-053-2/+21
| | * sctp: frag_point sanity checkJakub Audykowicz2018-12-053-2/+12
| | * tcp: fix NULL ref in tail loss probeYuchung Cheng2018-12-051-4/+7
| | * tcp: Do not underestimate rwnd_limitedEric Dumazet2018-12-051-1/+4
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-12-0513-95/+732
| | |\
| | | * Merge branch 'bpf-verifier-resilience'Daniel Borkmann2018-12-042-16/+91
| | | |\
| | | | * bpf: add per-insn complexity limitAlexei Starovoitov2018-12-041-1/+6
| | | | * bpf: improve verifier branch analysisAlexei Starovoitov2018-12-042-15/+82
| | | | * bpf: check pending signals while verifying programsAlexei Starovoitov2018-12-041-0/+3
| | | |/
| | | * bpf: powerpc64: optimize JIT passes for bpf function callsSandipan Das2018-12-031-0/+66
| | | * bpf: refactor bpf_test_run() to separate own failures and test program resultRoman Gushchin2018-12-011-6/+15
| | | * bpf: Improve socket lookup reuseport documentationJoe Stringer2018-11-302-4/+8