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
/
system-linux.c
Age
Commit message (
Expand
)
Author
2011-10-14
clear existing addresses/routes on interfaces when clearing other state
Felix Fietkau
2011-10-14
flush routes after bringing up/down an interface
Felix Fietkau
2011-10-14
fix adding routes
Felix Fietkau
2011-10-11
implement a new ubus object "network.device", add a method for dumping detail...
Felix Fietkau
2011-10-10
add interface uptime to the status info
Felix Fietkau
2011-10-09
fix clearing device state, trigger it on device_init()
Felix Fietkau
2011-10-09
add more options for bridges, enable stp by default and set forwarding delay ...
Felix Fietkau
2011-10-09
system-linux: fix creating vlan 0, set the device name type before creating v...
Felix Fietkau
2011-10-09
system-linux: add a function to clear bridge membership of a device and bring...
Felix Fietkau
2011-10-09
system-linux: return 0 in system_init
Felix Fietkau
2011-10-09
system-linux: clean up code, fix up error path, get rod if initial RTM_GETLIN...
Felix Fietkau
2011-10-09
system-linux: remove an unnecessary libnl-tiny hack
Felix Fietkau
2011-10-09
system-linux: set the device present state in system_if_check()
Felix Fietkau
2011-10-09
include netlink/attr.h to fix a compile error with libnl-tiny
Felix Fietkau
2011-10-07
system-linux: resolve interface index at device_up
Steven Barth
2011-09-28
system-linux: use correct netlink attribute for address management
Steven Barth
2011-09-28
system-linux: Fix a segfault in netlink code
Steven Barth
2011-09-26
system-linux: detect adding and removal of devices
Steven Barth
2011-09-26
system-linux: free netlink messages after sending
Steven Barth
2011-09-23
add a system_init function for system control
Steven Barth
2011-09-22
add linux system library
Steven Barth