Age | Commit message (Expand) | Author |
2012-09-29 | system-linux: do not delete kernel-generated ipv6 routes to fix using adverti... | Felix Fietkau |
2012-09-28 | device.c: use format_macaddr() helper to convert mac addresses to strings, et... | Jo-Philipp Wich |
2012-09-28 | utils.c: add helper function to format mac addresses as strings | Jo-Philipp Wich |
2012-09-13 | ubus.c: now that disabled routes are in the inactive subtable it makes no sen... | Jo-Philipp Wich |
2012-09-13 | ubus.c: move disabled routes, ips, dns server into an "inactive" subtable | Jo-Philipp Wich |
2012-09-13 | interface-ip.c: fix possible null pointer access if calloc() fails | Jo-Philipp Wich |
2012-09-06 | add optional flag for disabling compiler optimization (debug only) | Felix Fietkau |
2012-09-06 | do not prematurely release the main dev on link loss, should fix DHCP NAK han... | Felix Fietkau |
2012-09-06 | clean up and fix system-dummy addr/route messages | Felix Fietkau |
2012-08-11 | system-linux.c: install user routes with RTPROT_STATIC instead of RTPROT_BOOT... | Jo-Philipp Wich |
2012-07-12 | do not recreate or restart external devices on settings changes, apply them a... | Felix Fietkau |
2012-07-12 | apply basic device settings for hotplug devices, e.g. mtu and txqueuelen | Felix Fietkau |
2012-07-12 | add simple device config params to interface blob attributes, and add a flag ... | Felix Fietkau |
2012-07-12 | expose system_if_apply_settings, make it ignore the mac address for external ... | Felix Fietkau |
2012-07-12 | ensure hotplug devices are marked as present in the add path - they are not c... | Felix Fietkau |
2012-07-12 | fix device_lock/device_unlock imbalance in the hotplug device handling | Felix Fietkau |
2012-07-12 | add some debug messages for device user count | Felix Fietkau |
2012-07-11 | system-linux.c: fix sysctl setting | Jo-Philipp Wich |
2012-07-05 | when specifying hotplug devices that already have existing configured devices... | Felix Fietkau |
2012-07-05 | avoid setting device presence for wifi interfaces via hotplug messages | Felix Fietkau |
2012-07-05 | alias: use a callback for managing device presence state, track alias deps in... | Felix Fietkau |
2012-07-05 | split alias support into a separate source file for better readability | Felix Fietkau |
2012-07-05 | zero-initialize the ifreq when adding/removing bridge member interfaces | Felix Fietkau |
2012-07-05 | zero-initialize the ifreq when setting interfaces up or down | Felix Fietkau |
2012-07-05 | memset the on-stack device route when clearing local subnet routes | Felix Fietkau |
2012-07-05 | make alias devices attach to interface l2 devs | Felix Fietkau |
2012-07-05 | fix ifname for alias+vlan chains | Felix Fietkau |
2012-07-05 | make vlan devices virtual to avoid avl tree issues with changing ifnames when... | Felix Fietkau |
2012-07-05 | device: initialize dev->set_state for virtual devices | Felix Fietkau |
2012-07-05 | device: export device_broadcast_event | Felix Fietkau |
2012-07-05 | vlan.c: prevent segfault in get_vlan_device_chain() if the base device does n... | Jo-Philipp Wich |
2012-06-29 | ubus.c: expose metric and mtu values if applicable | Jo-Philipp Wich |
2012-06-29 | interface-ip.{c,h}: add new flag DEVROUTE_MTU and set it for per-route mtu ov... | Jo-Philipp Wich |
2012-06-29 | ubus.c: expose route enabled state | Jo-Philipp Wich |
2012-06-27 | bridge: fix getting the mac address from the first member device | Felix Fietkau |
2012-06-21 | add a #ifdef around the 6rd code to make it compile with older kernels that d... | Felix Fietkau |
2012-06-19 | proto-shell.c: mark device present after reclaiming it, fixes ubus network.de... | Jo-Philipp Wich |
2012-06-18 | add a route6 example to the dummy network config | Felix Fietkau |
2012-06-18 | add support for using <addr>/<mask> in route/route6 config sections | Felix Fietkau |
2012-06-18 | netifd-proto.sh: execute proto_add_host_dependency() actions in subshell to r... | Jo-Philipp Wich |
2012-06-18 | add support for defaultroute "host" dependencies | Felix Fietkau |
2012-06-18 | fix return code in interface_ip_add_target_route | Felix Fietkau |
2012-06-18 | fix a memleak in host route dependency handling | Felix Fietkau |
2012-06-18 | Add 6rd options to tunnel spec. | Stéphan Kochen |
2012-06-18 | Move IP address parsing functions to utils. | Stéphan Kochen |
2012-06-14 | ignore mac80211 devices specified in /etc/config/network | Felix Fietkau |
2012-06-07 | device: add support for deferring bringup of devices | Felix Fietkau |
2012-06-07 | device: make device_set_disabled inline, add device_set_deferred | Felix Fietkau |
2012-06-04 | interface: clean up after hotplug interfaces are removed | Felix Fietkau |
2012-06-04 | device: show a bit more info if the device is not present | Felix Fietkau |