2011-10-21 |
Felix Fietkau | fix device claim on interface reload |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Felix Fietkau | fold __interface_set_up into interface_set_up |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Felix Fietkau | fix duplicate bridge addif |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Felix Fietkau | clean up interface state change handling |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Felix Fietkau | proto-shell: allow protocol handlers to add interface... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Felix Fietkau | proto-shell: pass the return code of the proto task... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Felix Fietkau | in log read, check for EINTR instead of EAGAIN to avoid... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Felix Fietkau | try to grab log data more aggressively |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Felix Fietkau | fix segfaults in log line processing |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Felix Fietkau | reduce stack usage |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Felix Fietkau | proto-shell: fix parsing of long proto handler descript... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Felix Fietkau | do not clear device state for devices created by proto... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Felix Fietkau | fix path and invocation for hotplug calls |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Felix Fietkau | add support for configuring static routes |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Felix Fietkau | minor cleanup |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Felix Fietkau | add -Wmissing-declarations to cflags |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Felix Fietkau | make a few more functions static |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Felix Fietkau | fix interface_add_dns_search_list |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Felix Fietkau | rename config_init_interfaces to config_init_all |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Felix Fietkau | remove the argument to config_init_interfaces |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Felix Fietkau | rework route handling, move parser code to interface... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Felix Fietkau | add support for keeping multiple ip addr/route/dns... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Felix Fietkau | fix device_lock |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Felix Fietkau | include the DEVICE variable in hotplug events |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Felix Fietkau | rework device hotplug handling some more, add device_lo... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Felix Fietkau | rework and fix hotplug interface handling |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | apply device settings to simple devices with config... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | apply low level device settings |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | set the igmp snooping option for bridges |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | disable ipv6 for bridge member interfaces |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | add log messages for interface up/down |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | move log levels to netifd.h |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | on proto event IFPEV_DOWN, do not attempt to bring... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | add support for alias devices, which are activated... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | increase sleep time for dummy pppoe handler |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | proto-shell: reset l3 device if it was set before |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | display device and l3_device separately in ubus status |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | fix interrupted read checks in log collection |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | reset l3 dev on interface reload |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | defer releasing the l3 dev so that the generic code... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | directly pass the device name to the device create... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | add interface users (similar to device users) |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Felix Fietkau | clear errors before attempting to bring up an interface |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Felix Fietkau | fix infinite loop in logging when the logged process... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Felix Fietkau | add support for a user-configurable log level |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Felix Fietkau | add support for logging messages via syslog (or optiona... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Felix Fietkau | detach stdin/stdout/stderr from child processes, implem... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Felix Fietkau | add support for tracking open file descriptors of modul... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Felix Fietkau | move netifd_start_process dir_fd to the data structure |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Felix Fietkau | when killed, kill pending child processes |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Felix Fietkau | keep track of all running child processes in one place |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Felix Fietkau | clear existing addresses/routes on interfaces when... |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Felix Fietkau | flush routes after bringing up/down an interface |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Felix Fietkau | fix adding routes |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Felix Fietkau | proto-shell: fix parsing route netmask |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Felix Fietkau | fix passing routes to netifd |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Felix Fietkau | use json_close_object instead of json_close_table |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Felix Fietkau | proto-shell: for default routes push a string instead... |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Felix Fietkau | proto-shell: allow proto handlers to export variables... |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Felix Fietkau | proto-shell: add dns search domains |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Felix Fietkau | proto-shell: allow passing netmask in ip address format |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Felix Fietkau | proto-shell: allow proto setups without ifname (if... |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Felix Fietkau | add support for killing running proto-shell tasks with... |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Felix Fietkau | add proper parameters for protocol notify functions |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Felix Fietkau | add tmp to .gitignore |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Felix Fietkau | clean dns list if an interface is marked as down |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Felix Fietkau | proto-shell: fix updating settings, only issue ifup... |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Felix Fietkau | proto-shell: add dns server support |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Felix Fietkau | add functions for adding dns servers to the proto list... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Felix Fietkau | kill the proto task after teardown is complete, ignore... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Felix Fietkau | if an interface is brought down by the proto handler... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Felix Fietkau | move --std=gnu99 to the main cflags |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Felix Fietkau | define _GNU_SOURCE and include stdio.h in ubus.c to... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Felix Fietkau | add support for launching a long running command from... |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Felix Fietkau | fix network interface object name |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Felix Fietkau | implement a new ubus object "network.device", add a... |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Felix Fietkau | rename the network.interface ubus object to just network |
commit | commitdiff | tree | snapshot |
2011-10-11 |
Felix Fietkau | add some code for keeping track of dns servers and... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Felix Fietkau | add interface uptime to the status info |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Felix Fietkau | proto-shell: add a library function for sending protoco... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Felix Fietkau | proto-shell: move all proto init code to a separate... |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Felix Fietkau | make it easier to use netifd-proto.sh as a library |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Felix Fietkau | add wrappers to parse setup/teardown data |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Felix Fietkau | move around files |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Felix Fietkau | move the main path to ./dummy to maintain the proper... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Felix Fietkau | use /lib/netifd as main path when dummy mode is disabled |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Felix Fietkau | remove a bogus return statement |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Felix Fietkau | fix clearing device state, trigger it on device_init() |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Felix Fietkau | add more options for bridges, enable stp by default... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Felix Fietkau | system-linux: fix creating vlan 0, set the device name... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Felix Fietkau | system-linux: add a function to clear bridge membership... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Felix Fietkau | system-linux: return 0 in system_init |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Felix Fietkau | add .gitignore |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Felix Fietkau | system-linux: clean up code, fix up error path, get... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Felix Fietkau | drop -O0 for debug builds |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Felix Fietkau | system-linux: remove an unnecessary libnl-tiny hack |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Felix Fietkau | system-linux: set the device present state in system_if... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Felix Fietkau | add an install target |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Felix Fietkau | include netlink/attr.h to fix a compile error with... |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Felix Fietkau | add a variable for overriding the libnl linker command |
commit | commitdiff | tree | snapshot |
next |