summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-01-24interface: do not set device_config where only the ifname option matchesFelix Fietkau
2015-01-24vlan: reset device state on initFelix Fietkau
2015-01-24device: apply config changes from device sectionsFelix Fietkau
2015-01-24device: move config apply handling to a helper functionFelix Fietkau
2015-01-23device: set dev->default_config to false for devices parsed from configFelix Fietkau
2015-01-23device: add support for specifying a configuration for simple vlan devicesFelix Fietkau
2015-01-23bridge: fix retrying member enable when the bridge is otherwise emptyFelix Fietkau
2015-01-23bridge: mark tested members as present during enable retryFelix Fietkau
2015-01-23bridge: release failed member devicesFelix Fietkau
2015-01-19netifd: Make interface identifier of delegated IPv6 address configurableHans Dedecker
2014-12-23handler: replace calls to deprecated json_object_object_getSteven Barth
2014-12-23netifd: Add mldversion config supportSteven Barth
2014-12-23netifd: Handle link down event in interface setup state as wellHans Dedecker
2014-12-08Enable callers to pass the source IP of an IPv4 route when usingKristian Evensen
2014-12-08netifd: Add igmpversion config supportHans Dedecker
2014-12-08netifd: Fix interface auto disable when doing network reloadHans Dedecker
2014-12-08netifd: Make possible state transitions more clear when handling teardown eventHans Dedecker
2014-12-08netifd: Fix proto shell setup/teardwon race conditionHans Dedecker
2014-12-08netifd: Fix restore of original device settingsHans Dedecker
2014-11-27netifd v2: Fix source routing for IPv4Kristian Evensen
2014-11-25Fix setting blackhole-routes to kernelSteven Barth
2014-11-23bridge: retry adding members after config reload / device startFelix Fietkau
2014-11-19netifd: Add acceptlocal config supportHans Dedecker
2014-11-19netifd: Add rpfilter config supportHans Dedecker
2014-11-19netifd: Remove superfluous system_if_resolve callsHans Dedecker
2014-11-19netifd: Fix device ifindex overwrite when processing netlink event messagesHans Dedecker
2014-10-24netifd : Apply interface metric on subnet routes when reloading ipHans Dedecker
2014-10-24netifd : Reinsert ip parameters (addresses/routes) based on old interface con...Hans Dedecker
2014-10-24netifd: Read current link state when processing netlink eventHans Dedecker
2014-10-24wireless: use strdup for vif sectionsFelix Fietkau
2014-10-24system-linux: fix a glob related memleakFelix Fietkau
2014-10-24config: use sprintf instead of asprintfFelix Fietkau
2014-10-20device: make link status detection optional for vlan devicesFelix Fietkau
2014-10-16proto-shell: fix for not handling switch from DHCP to static raceMichel Stam
2014-10-12netifd: Fix lost interface device config for devices having default configHans Dedecker
2014-10-12netifd : Line up device.h include guardHans Dedecker
2014-10-07config: define _GNU_SOURCE for asprintfFelix Fietkau
2014-10-04wireless: print the active configuration in status infoFelix Fietkau
2014-10-04wireless: fix blob buf in put_container()Felix Fietkau
2014-10-04wireless: display anonymous interface section names using index based extende...Felix Fietkau
2014-10-04wireless: copy the vif section name instead of keeping a reference that might...Felix Fietkau
2014-10-02netifd: IPIP tunnel supportHans Dedecker
2014-09-29netifd: GRE Tos supportHans Dedecker
2014-09-17netifd-device: add support for promisc settingMartin Hundebøll
2014-09-08ipv6: work around kernel on-link handling issueSteven Barth
2014-08-31interface: call proto teardown before marking the interface as downFelix Fietkau
2014-08-31interface: do not try to bring up an unavailable interfaceFelix Fietkau
2014-08-31interface: cancel the remove timer on cleanupFelix Fietkau
2014-08-31proto-shell: also set proto_task_killed for SIGKILLFelix Fietkau
2014-08-31proto-shell: set proto_task_killed for SIGTERM onlyUlrich Weber