summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* watchdog: add documentation for PM usageWolfram Sang2018-12-241-0/+19
* watchdog: mtx-1: Convert to use GPIO descriptorLinus Walleij2018-12-242-19/+18
* watchdog: mena21_wdt: Convert to GPIO descriptorsLinus Walleij2018-12-221-37/+36
* dt-bindings: watchdog: Add Qualcomm PM8916 watchdogLoic Poulain2018-12-221-0/+28
* watchdog: Add pm8916 watchdog driverLoic Poulain2018-12-223-0/+220
* dt-bindings: watchdog: update bindings for MT7629 SoCRyder Lee2018-12-221-0/+1
* watchdog: renesas_wdt: don't keep timer value during suspend/resumeWolfram Sang2018-12-221-7/+4
* watchdog: ie6xx_wdt: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-221-13/+3
* watchdog: bcm281xx: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-221-13/+3
* watchdog: asm9260_wdt: make array mode_name static, shrinks object sizeColin Ian King2018-12-221-1/+1
* watchdog/hpwdt: Update driver version.Jerry Hoemann2018-12-221-1/+1
* watchdog/hpwdt: Do not claim unsupported hardwareJerry Hoemann2018-12-221-0/+1
* watchdog/hpwdt: Exclude via blacklistJerry Hoemann2018-12-221-5/+7
* Watchdog: remove outdated commentHardik Singh Rathore2018-12-221-3/+0
* watchdog: w83627hf_wdt: Add quirk for Inves systemJean Delvare2018-12-091-3/+35
* watchdog: cpwd: add of_node_put()Yangtao Li2018-12-091-0/+2
* watchdog: renesas_wdt: don't set divider while watchdog is runningWolfram Sang2018-12-091-2/+7
* watchdog: npcm: Modify npcm watchdog kconfig arch parameterTomer Maimon2018-11-171-1/+1
* watchdog: renesas_wdt: Fix typosFabrizio Castro2018-11-171-2/+2
* Linux 4.20-rc2v4.20-rc2Linus Torvalds2018-11-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-1154-199/+430
|\
| * act_mirred: clear skb->tstamp on redirectEric Dumazet2018-11-112-10/+2
| * net: dsa: mv88e6xxx: Fix clearing of stats countersAndrew Lunn2018-11-111-0/+2
| * tipc: fix link re-establish failureJon Maloy2018-11-111-4/+7
| * net: sched: cls_flower: validate nested enc_opts_policy to avoid warningJakub Kicinski2018-11-101-1/+13
| * net: mvneta: correct typoAlexandre Belloni2018-11-091-2/+2
| * flow_dissector: do not dissect l4 ports for fragments배석진2018-11-091-2/+2
| * net: qualcomm: rmnet: Fix incorrect assignment of real_devSubash Abhinov Kasiviswanathan2018-11-091-3/+3
| * Merge branch 'aquantia-fixes'David S. Miller2018-11-0911-45/+145
| |\
| | * net: aquantia: allow rx checksum offload configurationDmitry Bogdanov2018-11-095-6/+18
| | * net: aquantia: invalid checksumm offload implementationDmitry Bogdanov2018-11-092-30/+41
| | * net: aquantia: fixed enable unicast on 32 macvlanIgor Russkikh2018-11-091-1/+1
| | * net: aquantia: fix potential IOMMU fault after driver unbindDmitry Bogdanov2018-11-094-0/+35
| | * net: aquantia: synchronized flow control between mac/phyIgor Russkikh2018-11-095-8/+50
| |/
| * net: smsc95xx: Fix MTU rangeStefan Wahren2018-11-081-0/+2
| * net: stmmac: Fix RX packet size > 8191Thor Thayer2018-11-084-4/+5
| * Merge branch 'qed-Slowpath-Queue-bug-fixes'David S. Miller2018-11-089-43/+89
| |\
| | * qed: Fix potential memory corruptionSagiv Ozeri2018-11-081-7/+5
| | * qed: Fix SPQ entries not returned to pool in error flowsDenis Bolotin2018-11-088-15/+45
| | * qed: Fix blocking/unlimited SPQ entries leakDenis Bolotin2018-11-082-27/+33
| | * qed: Fix memory/entry leak in qed_init_sp_request()Denis Bolotin2018-11-081-2/+14
| |/
| * inet: frags: better deal with smp racesEric Dumazet2018-11-081-14/+15
| * net: hns3: bugfix for not checking return valueHuazhong Tan2018-11-081-1/+2
| * qlcnic: remove assumption that vlan_tci != 0Michał Mirosław2018-11-071-3/+5
| * ibmvnic: fix accelerated VLAN handlingMichał Mirosław2018-11-071-1/+1
| * Merge branch 'FDDI-defza-Fix-a-bunch-of-small-issues'David S. Miller2018-11-072-4/+6
| |\
| | * FDDI: defza: Make the driver version string constantMaciej W. Rozycki2018-11-071-1/+1
| | * FDDI: defza: Move SMT Tx data buffer declaration next to its skbMaciej W. Rozycki2018-11-071-1/+2
| | * FDDI: defza: Add missing comment closingMaciej W. Rozycki2018-11-071-0/+1
| | * FDDI: defza: Fix SPDX annotationMaciej W. Rozycki2018-11-072-2/+2
| |/