index
:
openwrt/netifd
fix-dynamic-routing
master
priority-fix
priority-fix-19.07
OpenWrt Network interface configuration daemon
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
vlan.c
Age
Commit message (
Expand
)
Author
2012-07-05
vlan.c: prevent segfault in get_vlan_device_chain() if the base device does n...
Jo-Philipp Wich
2012-05-04
add copyright headers
Felix Fietkau
2011-10-19
apply device settings to simple devices with config specified from the interf...
Felix Fietkau
2011-10-06
always recreate devices by default if the config attribute list is not the de...
Felix Fietkau
2011-10-05
rename a variable for clarity
Felix Fietkau
2011-09-04
make device_claim/device_release operate on the device_user instead of the de...
Felix Fietkau
2011-07-29
s/release_device/device_release/
Felix Fietkau
2011-07-29
s/claim_device/device_claim/
Felix Fietkau
2011-07-29
s/init_device/device_init/
Felix Fietkau
2011-07-29
s/get_device/device_get/
Felix Fietkau
2011-07-29
s/cleanup_device/device_cleanup/
Felix Fietkau
2011-07-29
s/set_device_present/device_set_present/
Felix Fietkau
2011-07-29
s/add_device_user/device_add_user/
Felix Fietkau
2011-07-29
s/remove_device_user/device_remove_user/g
Felix Fietkau
2011-03-28
remove an unnecessary inline
Felix Fietkau
2011-03-27
Initial import
Felix Fietkau