2011-10-09 |
Felix Fietkau | move the main path to ./dummy to maintain the proper...
|
commit | commitdiff | tree |
2011-10-09 |
Felix Fietkau | use /lib/netifd as main path when dummy mode is disabled
|
commit | commitdiff | tree |
2011-10-09 |
Felix Fietkau | remove a bogus return statement
|
commit | commitdiff | tree |
2011-10-09 |
Felix Fietkau | fix clearing device state, trigger it on device_init()
|
commit | commitdiff | tree |
2011-10-09 |
Felix Fietkau | add more options for bridges, enable stp by default...
|
commit | commitdiff | tree |
2011-10-09 |
Felix Fietkau | system-linux: fix creating vlan 0, set the device name...
|
commit | commitdiff | tree |
2011-10-09 |
Felix Fietkau | system-linux: add a function to clear bridge membership...
|
commit | commitdiff | tree |
2011-10-09 |
Felix Fietkau | system-linux: return 0 in system_init
|
commit | commitdiff | tree |
2011-10-09 |
Felix Fietkau | add .gitignore
|
commit | commitdiff | tree |
2011-10-09 |
Felix Fietkau | system-linux: clean up code, fix up error path, get...
|
commit | commitdiff | tree |
2011-10-09 |
Felix Fietkau | drop -O0 for debug builds
|
commit | commitdiff | tree |
2011-10-09 |
Felix Fietkau | system-linux: remove an unnecessary libnl-tiny hack
|
commit | commitdiff | tree |
2011-10-09 |
Felix Fietkau | system-linux: set the device present state in system_if_check()
|
commit | commitdiff | tree |
2011-10-09 |
Felix Fietkau | add an install target
|
commit | commitdiff | tree |
2011-10-09 |
Felix Fietkau | include netlink/attr.h to fix a compile error with...
|
commit | commitdiff | tree |
2011-10-09 |
Felix Fietkau | add a variable for overriding the libnl linker command
|
commit | commitdiff | tree |
2011-10-09 |
Felix Fietkau | proto-shell: add _GNU_SOURCE define to get O_DIRECTORY
|
commit | commitdiff | tree |
2011-10-09 |
Felix Fietkau | add ubus events for interface up/down
|
commit | commitdiff | tree |
2011-10-09 |
Felix Fietkau | rename interface-hotplug.c to interface-event.c
|
commit | commitdiff | tree |
2011-10-09 |
Felix Fietkau | add more debugging messages for hotplug handlers
|
commit | commitdiff | tree |
2011-10-07 |
Felix Fietkau | add support for calls to a hotplug script on interface...
|
commit | commitdiff | tree |
2011-10-07 |
Felix Fietkau | fix proto events for immediate proto handlers
|
commit | commitdiff | tree |
2011-10-06 |
Felix Fietkau | delete interfaces from the avl tree on free
|
commit | commitdiff | tree |
2011-10-06 |
Felix Fietkau | only free unused devices after the final config init
|
commit | commitdiff | tree |
2011-10-06 |
Felix Fietkau | only show the "Create new device.." message if there...
|
commit | commitdiff | tree |
2011-10-06 |
Felix Fietkau | device reload, use config_check_equal instead of config_chec...
|
commit | commitdiff | tree |
2011-10-06 |
Felix Fietkau | fix parsing settings for devices on reload
|
commit | commitdiff | tree |
2011-10-06 |
Felix Fietkau | detect interface configuration changes
|
commit | commitdiff | tree |
2011-10-06 |
Felix Fietkau | improve debugging macro
|
commit | commitdiff | tree |
2011-10-06 |
Felix Fietkau | delay bringup of interfaces until after the config...
|
commit | commitdiff | tree |
2011-10-06 |
Felix Fietkau | fix refcount bugs when dev->set_state fails
|
commit | commitdiff | tree |
2011-10-06 |
Felix Fietkau | always recreate devices by default if the config attribute...
|
commit | commitdiff | tree |
2011-10-05 |
Felix Fietkau | fix a double free / use after free
|
commit | commitdiff | tree |
2011-10-05 |
Felix Fietkau | prevent deletion devices that are part of the current...
|
commit | commitdiff | tree |
2011-10-05 |
Felix Fietkau | recreate devices if the type does not match
|
commit | commitdiff | tree |
2011-10-05 |
Felix Fietkau | delete devices before recreating them
|
commit | commitdiff | tree |
2011-10-05 |
Felix Fietkau | add debug messages for device config changes
|
commit | commitdiff | tree |
2011-10-05 |
Felix Fietkau | rename a variable for clarity
|
commit | commitdiff | tree |
2011-10-05 |
Felix Fietkau | device: duplicate the config earlier to avoid using...
|
commit | commitdiff | tree |
2011-10-05 |
Felix Fietkau | add a debug message when a device is created
|
commit | commitdiff | tree |
2011-10-05 |
Felix Fietkau | allow temporary duplicates of devices
|
commit | commitdiff | tree |
2011-10-05 |
Felix Fietkau | clear interface errors on interface cleanup
|
commit | commitdiff | tree |
2011-10-05 |
Felix Fietkau | clear errors on interface reload
|
commit | commitdiff | tree |
2011-10-05 |
Felix Fietkau | s/clear_interface_errors/interface_clear_errors/
|
commit | commitdiff | tree |
2011-10-05 |
Felix Fietkau | do not override iface->autostart on config reload
|
commit | commitdiff | tree |
2011-10-05 |
Felix Fietkau | minor cleanup
|
commit | commitdiff | tree |
2011-10-05 |
Felix Fietkau | use device_(add|remove)_user when replacing devices
|
commit | commitdiff | tree |
2011-10-05 |
Felix Fietkau | rename check_device_state to device_check_state
|
commit | commitdiff | tree |
2011-10-05 |
Felix Fietkau | add a debug message showing interface availability...
|
commit | commitdiff | tree |
2011-10-05 |
Felix Fietkau | add better debug messages for interface create/remove...
|
commit | commitdiff | tree |
2011-10-04 |
Felix Fietkau | rework debugging code, add debugging levels
|
commit | commitdiff | tree |
2011-10-03 |
Felix Fietkau | do not memcmp padding bytes in config_diff
|
commit | commitdiff | tree |
2011-10-03 |
Felix Fietkau | add a ubus call for triggering config reloads
|
commit | commitdiff | tree |
2011-10-03 |
Felix Fietkau | add some more interface reload fixes
|
commit | commitdiff | tree |
2011-10-03 |
Felix Fietkau | fix device reload with no previous config
|
commit | commitdiff | tree |
2011-10-03 |
Felix Fietkau | bridge: add missing device cleanup
|
commit | commitdiff | tree |
2011-10-03 |
Felix Fietkau | proto-shell: remove the device user before issuing...
|
commit | commitdiff | tree |
2011-10-03 |
Felix Fietkau | on interface free, remove the main_dev user if still...
|
commit | commitdiff | tree |
2011-10-03 |
Felix Fietkau | proto-shell: fix a typo in string length calculation
|
commit | commitdiff | tree |
2011-10-03 |
Felix Fietkau | fix a heap overrun
|
commit | commitdiff | tree |
2011-10-02 |
Felix Fietkau | more changes for config reload handling
|
commit | commitdiff | tree |
2011-10-02 |
Felix Fietkau | utils: fix existing node check when keep_old/no_delete...
|
commit | commitdiff | tree |
2011-10-02 |
Felix Fietkau | add functions for checking for config differences
|
commit | commitdiff | tree |
2011-10-02 |
Felix Fietkau | force the uci savedir for the dummy variant
|
commit | commitdiff | tree |
2011-10-02 |
Felix Fietkau | use a common function for creating devices that avoids...
|
commit | commitdiff | tree |
2011-10-02 |
Felix Fietkau | add an ubus callback for removing an interface
|
commit | commitdiff | tree |
2011-10-02 |
Felix Fietkau | add some code for properly tearing down, reloading...
|
commit | commitdiff | tree |
2011-10-02 |
Felix Fietkau | add a new vlist flag for avoiding automatic delete...
|
commit | commitdiff | tree |
2011-10-02 |
Felix Fietkau | manage interfaces via vlist
|
commit | commitdiff | tree |
2011-10-02 |
Felix Fietkau | add vlist_for_each_element iterator
|
commit | commitdiff | tree |
2011-10-02 |
Felix Fietkau | vlist: store a pointer to the real key to make lookups...
|
commit | commitdiff | tree |
2011-10-02 |
Felix Fietkau | extend vlist code to allow keeping the old data structure...
|
commit | commitdiff | tree |
2011-10-02 |
Felix Fietkau | make versioned lists more flexible by using an external...
|
commit | commitdiff | tree |
2011-10-02 |
Felix Fietkau | add a variable to allow forcing dummy mode on linux...
|
commit | commitdiff | tree |
2011-10-02 |
Felix Fietkau | only override the uci conf dir in dummy mode
|
commit | commitdiff | tree |
2011-09-24 |
Felix Fietkau | fix a compile error on non-linux systems
|
commit | commitdiff | tree |
2011-09-14 |
Felix Fietkau | proto-shell: parse routes
|
commit | commitdiff | tree |
2011-09-14 |
Felix Fietkau | add a device pointer to struct device_route
|
commit | commitdiff | tree |
2011-09-12 |
Felix Fietkau | remove proto-shell handlers list
|
commit | commitdiff | tree |
2011-09-12 |
Felix Fietkau | proto-shell: parse ipv4/ipv6 address lists
|
commit | commitdiff | tree |
2011-09-12 |
Felix Fietkau | system-dummy: print ipv6 addresses on address add/remove
|
commit | commitdiff | tree |
2011-09-12 |
Felix Fietkau | fix parsing of ipaddr + netmask
|
commit | commitdiff | tree |
2011-09-12 |
Felix Fietkau | add support for externally managed ip addresses and...
|
commit | commitdiff | tree |
2011-09-12 |
Felix Fietkau | move ip address parsing code to proto.c
|
commit | commitdiff | tree |
2011-09-12 |
Felix Fietkau | make proto_apply_static_settings static, make helper...
|
commit | commitdiff | tree |
2011-09-11 |
Felix Fietkau | proto-shell: only set the l3 dev if it is not already set
|
commit | commitdiff | tree |
2011-09-11 |
Felix Fietkau | use DPRINTF instead of fprintf(stderr)
|
commit | commitdiff | tree |
2011-09-11 |
Felix Fietkau | only use -g3 with -DDEBUG
|
commit | commitdiff | tree |
2011-09-11 |
Felix Fietkau | use false instead of 0 for a bool variable
|
commit | commitdiff | tree |
2011-09-11 |
Felix Fietkau | fix a null pointer deref bug
|
commit | commitdiff | tree |
2011-09-11 |
Felix Fietkau | add a protocol event for link loss
|
commit | commitdiff | tree |
2011-09-11 |
Felix Fietkau | proto-shell: add l3 interface claim/release
|
commit | commitdiff | tree |
2011-09-11 |
Felix Fietkau | add forced shell proto setup kill (timeout: 1 second)
|
commit | commitdiff | tree |
2011-09-11 |
Felix Fietkau | add support for interrupting shell protocol setup
|
commit | commitdiff | tree |
2011-09-11 |
Felix Fietkau | proto-shell: pass the interface name to plugins
|
commit | commitdiff | tree |
2011-09-11 |
Felix Fietkau | add an interface for notifying protocol handlers of...
|
commit | commitdiff | tree |
2011-09-11 |
Felix Fietkau | reorder code
|
commit | commitdiff | tree |
2011-09-11 |
Felix Fietkau | pass ifname to the shell proto handler
|
commit | commitdiff | tree |
2011-09-11 |
Felix Fietkau | proto-shell: add a config option for setting PROTO_FLAG_NODEV
|
commit | commitdiff | tree |
2011-09-11 |
Felix Fietkau | do not attempt to get an interface if PROTO_FLAG_NODEV...
|
commit | commitdiff | tree |
next |