summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release v2018.01.0v2018.01.0Sascha Hauer2018-01-221-2/+2
* commands/Kconfig: Fix tpyoUwe Kleine-König2018-01-221-1/+1
* state: Documentation: Fix typoSascha Hauer2018-01-221-2/+2
* state: Documentation: fix typoUlrich Ölmann2018-01-221-1/+1
* Documentation: Bootchooser: fix typoBastian Stender2018-01-221-1/+1
* blspec: fix crash when trying to boot from loop mountsPhilipp Zabel2018-01-221-2/+3
* FIT: Fix error pathSascha Hauer2018-01-171-3/+5
* net/e1000: fix driver probing in the presence of two e1000 devicesUwe Kleine-König2018-01-171-0/+1
* net: make struct bootp __packed to prevent unaligned store on MIPSAntony Pavlov2018-01-051-1/+1
* ARM: boards: phytec-som-am335x: Revert unified MLO for 1GBDaniel Schultz2018-01-052-0/+7
* Merge branch 'for-next/wd'Sascha Hauer2018-01-056-0/+162
|\
| * MIPS: ar9331: add watchdog supportOleksij Rempel2018-01-051-0/+6
| * MIPS: dts: tl_wdr4300: enable watchdog nodeOleksij Rempel2018-01-051-0/+4
| * MIPS: dts: ar9344: add watchdog nodeOleksij Rempel2018-01-051-0/+7
| * watchdog: add ar9344-wdt driverOleksij Rempel2018-01-053-0/+145
* | Merge branch 'for-next/net'Sascha Hauer2018-01-0533-778/+884
|\ \
| * | defaultenv-2: set bootargs correctly for network bootSascha Hauer2017-12-152-12/+2
| * | commands: Add ip_route_add commandSascha Hauer2017-12-153-0/+107
| * | net: Add linuxdevname propertySascha Hauer2017-12-153-3/+14
| * | defaultenv: Add README for new network configSascha Hauer2017-12-151-0/+3
| * | net: environment: update automountsSascha Hauer2017-12-157-44/+3
| * | net: environment: remove ethx setup filesSascha Hauer2017-12-144-72/+0
| * | net: update network docsSascha Hauer2017-12-142-36/+105
| * | net: Provide new way to configure network devicesSascha Hauer2017-12-143-88/+190
| * | ifup: Use dhcp C API rather than running commandSascha Hauer2017-12-141-4/+2
| * | net: ifup: Factor out a eth_discover functionSascha Hauer2017-12-141-12/+26
| * | net: remove "current" network deviceSascha Hauer2017-12-145-88/+0
| * | net: Pick network device based on IP settingsSascha Hauer2017-12-142-2/+29
| * | net: dhcp: reworkSascha Hauer2017-12-144-336/+235
| * | net: dhcp: Coding style fixesSascha Hauer2017-12-141-7/+6
| * | net: dhcp: avoid unnecessary castsSascha Hauer2017-12-141-10/+8
| * | net: dhcp: Allow to specify network deviceSascha Hauer2017-12-147-24/+48
| * | net: allow udp connections on specified network deviceSascha Hauer2017-12-012-12/+24
| * | net: Use a single gatewaySascha Hauer2017-12-014-7/+15
| * | net: dhcp: Do not overwrite serverip if it is validSascha Hauer2017-12-014-5/+17
| * | net: introduce global.net.serverSascha Hauer2017-12-014-9/+14
| * | net: Add functions to get/set nameserver and domainnameSascha Hauer2017-12-013-6/+30
| * | net: Make domainname and nameserver globalvarsSascha Hauer2017-12-013-19/+14
| * | net: Add and use IP_BROADCASTSascha Hauer2017-12-013-4/+6
| * | net: use pr_* functions for messagesSascha Hauer2017-12-011-12/+14
| * | nvvar: when setting a nvvar to NULL just free the contentSascha Hauer2017-12-011-2/+4
| * | driver: Add device_detect_all() functionSascha Hauer2017-12-013-3/+10
| * | detect command: Drop -e optionSascha Hauer2017-12-011-13/+10
* | | Merge branch 'for-next/misc'Sascha Hauer2018-01-059-25/+101
|\ \ \
| * | | Documentation: state: mention SD/eMMC devicesSascha Hauer2017-12-111-2/+44
| * | | mtd: spi-nor: mx25l3205d/mx25l6405d: append SECT_4KUlrich Ölmann2017-11-281-2/+2
| * | | Documentation: devicetree: m25p80: fix referenced filenameUlrich Ölmann2017-11-281-1/+1
| * | | nvvar: Initialze from underlying device parameterSascha Hauer2017-11-241-1/+8
| * | | nv: add device parameter overwrites to completion listSascha Hauer2017-11-234-5/+35
| * | | globalvar: When a globalvar is created with a NULL value, use empty stringSascha Hauer2017-11-231-0/+3