Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen | |
This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use. | |||
2015-02-12 | Add missing includes in header files | Thomas Hindoe Paaboel Andersen | |
This fixes various issues found by globally reordering the include sections of all .c files. | |||
2015-01-21 | network: dhcp - split out dhcp_identifier_set_{iaid,duid_en} from dhcp6-client | Tom Gundersen | |
This will also be used in dhcp4-client. | |||
2015-01-21 | network: dhcp - split out the duid structure into a new header file | Tom Gundersen | |
We will use the same in both dhcp4 and dhcp6. |