summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Release v2017.11.0v2017.11.0Sascha Hauer2017-11-131-1/+1
* uimage: fix: add can_lseek_backward and use in uimage_openMichael Grzeschik2017-11-103-4/+24
* arm: bootm: don't fall over if image is padded with less than 40 bytesLucas Stach2017-10-231-1/+3
* Merge branch 'for-next/usbgadget'Sascha Hauer2017-10-199-27/+159
|\
| * usbgadget autostart: add usbgadget.fastboot_bbu to automatically export bbu h...Sascha Hauer2017-09-271-0/+7
| * fastboot command: Add -b option to export bbu handlersSascha Hauer2017-09-271-2/+7
| * usbgadget: fastboot: Allow to automatically export the bbu handlersSascha Hauer2017-09-273-0/+26
| * usbgadget command: catch errors when parsing the file listSascha Hauer2017-09-271-0/+11
| * bbu: Add function to iterate over registered handlersSascha Hauer2017-09-272-0/+17
| * usbgadget: fastboot: Use function to find file_list entry by nameSascha Hauer2017-09-271-7/+4
| * file_list: Add error messagesSascha Hauer2017-09-271-4/+9
| * file_list: Add GPL header to fileSascha Hauer2017-09-271-0/+11
| * file_list: Fix memory leak in failure pathSascha Hauer2017-09-271-1/+1
| * file_list: Allow only unique names on listSascha Hauer2017-09-271-1/+7
| * file_list: Add function to get entry by its nameSascha Hauer2017-09-272-0/+14
| * file_list: Add function to add an entry to the listSascha Hauer2017-09-272-9/+22
| * usbgadget: unregister when usb_composite_probe() failsSascha Hauer2017-09-271-1/+9
| * usbgadget: only set to peripheral mode when error checking is doneSascha Hauer2017-09-271-2/+2
| * usbgadget: do not register when no functions presentSascha Hauer2017-09-271-0/+4
| * usbgadget: autostart: Handle errors in file list gracefullySascha Hauer2017-09-271-1/+9
* | Merge branch 'for-next/misc'Sascha Hauer2017-10-1935-69/+147
|\ \
| * | regmap: port regmap_update_bits from linuxSteffen Trumtrar2017-10-162-1/+31
| * | elf.h: Use EI_NIDENT instead of numeric valueAntony Pavlov2017-10-161-1/+1
| * | Marvell: implement marvell_of_reg_initClément Leger2017-10-161-4/+69
| * | mtd: m25p80: make it possible to use 4K erase blockAntony Pavlov2017-10-161-0/+13
| * | UBI: attach: add missing newline at end of pr_err()Marc Kleine-Budde2017-10-161-1/+1
| * | mmc: allow skipping SD card initializationPhilipp Zabel2017-09-262-4/+9