project/netifd.git
2013-12-03 Felix Fietkauwireless: make interfaces in status an array instead...
2013-12-03 Felix Fietkauwireless: prepare bridge interfaces before passing...
2013-12-03 Felix Fietkauwireless: add an example driver cleanup implementation
2013-12-02 Felix Fietkauwireless: fix getting the network_bridge variable
2013-12-02 Felix Fietkauwireless: only process setup retries in setup/up state
2013-12-02 Felix Fietkauwireless: fix htmode handling
2013-12-02 Felix Fietkauwireless: call an initial cleanup function
2013-12-01 Felix Fietkauwireless: fix reload of active interfaces
2013-12-01 Felix Fietkauwireless: fix issues with cancelling device setup
2013-12-01 Felix Fietkauwireless: add another debug message
2013-12-01 Felix Fietkauwireless: fix process handling if the pid exe is a...
2013-12-01 Felix Fietkauwireless: fix parsing of the immediate flag for kill-all
2013-12-01 Felix Fietkauwireless: add input validation for processes
2013-12-01 Felix Fietkaunetifd: fix process stdin/stdout/stderr when the pipe...
2013-12-01 Felix Fietkauwireless: fix config state handling
2013-12-01 Felix Fietkauwireless: add debug messages
2013-11-30 Felix Fietkauwireless: add some device/vif error debug messages
2013-11-30 Felix Fietkauwireless: fix channel check
2013-11-30 Felix Fietkauwireless: fix use-after-free bug
2013-11-30 Felix Fietkauwireless: show the virtual interface section name in...
2013-11-30 Felix Fietkauwireless: show the ifname in wireless status
2013-11-29 Felix Fietkauwireless: add support for global up/down command
2013-11-29 Helmut Schaanetifd: Fix possible segfault in bridge code
2013-11-29 Felix Fietkauadd initial support for handling wireless devices via...
2013-11-29 Felix Fietkauutils.sh: add N (newline)
2013-11-27 Steven BarthIPv6: add class support to regular IPv6 addresses
2013-10-31 Felix Fietkauproto-shell: fix legacy proto_config_add_* functions...
2013-10-30 Steven BarthIPv6: Export delegation setting via ubus
2013-10-29 Felix Fietkauproto-shell: replace variable length name char arrays...
2013-10-29 Felix Fietkaubridge: fix stray semicolon, fixes a bug in bridge...
2013-10-29 Felix Fietkauscripts/utils.sh: add a function for setting a variable...
2013-10-22 Felix Fietkauutils: add a function for checking if a process given...
2013-10-22 Felix Fietkauadd helper function for adding/removing devices to...
2013-10-22 Felix Fietkauhandler: include config.h
2013-10-22 Felix Fietkauproto-shell: move more core to handler.c
2013-10-22 Felix Fietkauproto-shell: move script handler config parse code...
2013-10-22 Felix Fietkauproto-shell: move script handler dump code to handler.c
2013-10-22 Felix Fietkauproto-shell: make handler dump code more generic
2013-10-22 Felix Fietkauscripts: make config_add_* parameters take multiple...
2013-10-19 Felix Fietkauscripts: add config_add_array() to utils
2013-10-19 Felix Fietkauscripts: remove the executable flag from netifd-proto.sh
2013-10-19 Felix Fietkauscripts: move some utility functions out of netifd...
2013-10-19 Felix Fietkauscripts: reorganize directory layout
2013-10-19 Felix Fietkauscripts: delete ifup/ifdown, they are unused
2013-10-19 Felix Fietkauinterface: rework code to get rid of arbitrary IFNAMSIZ...
2013-10-19 Felix Fietkauinterface: remove "dynamic" argument for interface_init...
2013-10-19 Steven BarthFix ifupdate events
2013-10-18 Steven BarthReevaluate target routes also on interface update
2013-10-18 Steven BarthAdd option "delegate" to toggle prefix delegation
2013-10-18 Steven BarthAdd source-restricted routes
2013-10-17 Steven Barthkey to data elements point at wrong memory area
2013-10-17 Steven BarthAdd protocol update notifications and hotplug legacy...
2013-10-17 Steven BarthAdd ubus function to create nested interfaces
2013-10-17 Steven BarthAdd ubus methods for global interface status
2013-10-07 Felix Fietkaumacvlan: turns out netinet/ether.h is needed on some...
2013-10-04 Felix Fietkaumacvlan: include net/ethernet.h instead of netinet...
2013-10-03 Felix Fietkaudevice: add macvlan support
2013-10-03 Felix Fietkaudevice.c: report device type when claim fails
2013-10-03 Felix Fietkaudevice_add_user: return immediately if the new device...
2013-10-01 Steven BarthDon't delete / readd IP addresses when only their lifet...
2013-09-25 Nathan Hintzvlan: set the name of vlan devices earlier
2013-08-29 Luka Perkovbridge: fix corner case with network reload
2013-07-16 Steven BarthIPv6: fix prefix assignment with continuous hints
2013-07-13 Luka Perkovbridge: add bridge_empty option which allows creation...
2013-06-18 Felix Fietkauinterface: fix NULL pointer defref in interface_set_mai...
2013-06-17 Steven BarthIPv6: Reverse assignment sorting order
2013-06-17 Steven BarthIPv6: Satisfy unhinted assignments ordered by prefix...
2013-06-10 Felix Fietkauconfig: use the new uci_blob library code
2013-06-10 Felix Fietkauconfig: replace config_memdup with blob_memdup from...
2013-06-10 Steven BarthChange IP reloading order
2013-06-10 Steven BarthReuse automatic ip6table value
2013-06-03 Steven BarthIPv6: Improve source-routing policies
2013-05-31 Steven BarthIPv6: fix device_prefix vlist_key to not include prefix...
2013-05-31 Steven Barthmove excluded prefix and length out of key for device_p...
2013-05-30 Steven BarthAdd missing update-triggers for source-based routing
2013-05-30 Steven BarthIPv6: reorganize prefix assignment
2013-05-30 Steven BarthIPv6: Log a warning if users have prefixes but haven...
2013-05-29 Steven BarthIPv6: remove ULA prefix-trigger (unused)
2013-05-28 Steven BarthIPv6: fix address-lifetime overflows on 64-bit architec...
2013-05-28 Steven BarthIPv6: fix wrap-arounds in address lifetimes
2013-05-28 Jo-Philipp... Make sure that iprule flushing happens after system_ini...
2013-05-27 Jo-Philipp... Move iprule flushing to the init function to make the...
2013-05-27 Jo-Philipp... Move initial iprule flushing to system_add_iprule(...
2013-05-17 Steven BarthAdd option to define target routing table for protocol...
2013-05-13 Steven BarthIPv6: Set loopback-policy for output traffic
2013-05-13 Steven BarthUse logical instead of physical name for tunnel underly...
2013-05-13 Steven BarthAdd support for IPv6 and interface target-routes &...
2013-05-13 Steven BarthAdd support for IP in IPv6 tunnels (DS-Lite)
2013-05-11 Steven BarthIPv6: Use source-routing to allow multi-wan
2013-05-08 Steven BarthIPv6: Use key=val format for prefix options
2013-05-02 Jo-Philipp... utils: use list_add_tail() in vlist_simple_add() to...
2013-04-27 Jo-Philipp... bridge: disable multicast snooping by default
2013-04-25 Felix Fietkauinterface: fix removing main_dev on config reload chang...
2013-04-25 Felix Fietkauinterface: rework reload, ensure that all changes are...
2013-04-23 Jo-Philipp... set default bridge priority to 0x7FFF
2013-04-23 Niels Boehmadd bridge priority option
2013-04-19 Steven BarthIPv6: Try harder to assign prefix parts
2013-04-15 Felix Fietkaudevice: use safe_list for device event, fixes some...
2013-04-09 Steven BarthIPv6: Remove local ULA if there is an external one
2013-04-09 Jo-Philipp... Fix comparisation conditions in route_cmp()
next