summaryrefslogtreecommitdiff
path: root/interface-ip.c
Commit message (Expand)AuthorAgeFilesLines
* add code for versioned lists and use it to manage addresses and routesFelix Fietkau2011-09-071-44/+41
* free routes and addressesFelix Fietkau2011-09-051-0/+3
* move ip related functions and data structures to a separate header fileFelix Fietkau2011-09-051-0/+1
* use list_add_tail instead of list_addFelix Fietkau2011-09-041-2/+2
* add routes/gateway supportFelix Fietkau2011-05-031-0/+20
* move interface address handling to the device module, clean up arguments to s...Felix Fietkau2011-05-021-7/+7
* clear all remaining addresses on interface downFelix Fietkau2011-05-021-1/+1
* move address handling to common codeFelix Fietkau2011-05-021-0/+48