project/netifd.git
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()
2013-04-05 Steven BarthFix a memory corruption when updating IPv6 prefixes
2013-04-05 Jo-Philipp... Maintain config order of ip rules unless user explicite...
2013-04-05 Felix Fietkaufix route sorting order
2013-04-05 Steven BarthAdd myself to header for IPv6 work
2013-04-05 Jo-Philipp... Fix system_resolve_rt_table() stub in system-dummy.c
2013-04-05 Jo-Philipp... Incorperate route table into avl key
2013-04-04 Jo-Philipp... Expose route table if route is not in the main table
2013-04-04 Jo-Philipp... Add support for ip rules
2013-04-04 Jo-Philipp... Implement support for route / route6 table attribute
2013-04-03 Steven BarthRewrite IPv6 prefix assignment
2013-03-19 Steven BarthFix IPv6 RDNSS writing to resolv.conf (buffer was too...
2013-03-04 Thomas Gstädtnerfix libnl detection
2013-02-19 Steven BarthOnly update resolv.conf if changed (avoid logspam)
2013-02-11 Felix Fietkauprefer to link against libjson-c over libjson (the...
2013-02-10 Felix Fietkaudevice: protect device event broadcast against simultan...
2013-02-10 Felix Fietkauproto: default to 128 instead of the "netmask" option...
2013-02-01 Steven BarthImproved IPv6 featureset
2013-01-29 Felix Fietkauproto-shell: use the new network.interface object
2013-01-29 Felix Fietkauubus: add a network.interface object to access network...
2013-01-29 Felix Fietkaufix cleaning up interface state for reload
2013-01-29 Steven BarthAdd deprecation for static IPv6 prefixes
2013-01-29 Steven BarthIPv6 prefixes: conform to RFC 6204 requirement L13
2013-01-28 Felix Fietkaualias: set ifindex on alias device to fix setting addre...
2013-01-22 Felix Fietkaualias: if the underlying device changes (or goes away...
2013-01-22 Steven BarthDon't segfault with an unset ula_prefix
2013-01-21 Steven BarthFix segfaults in prefix handling
2013-01-20 Felix Fietkaualias: rework device updates
2013-01-16 Steven Barthalias: use layer 3 device instead of main device
2013-01-15 Steven BarthFix a race-condition in prefix-assignment
2013-01-15 Felix Fietkauinterface-ip: use calloc_a to get rid of an extra alloc...
2013-01-15 Felix Fietkauinterface-ip: replace prefix_assignment_cmp with avl_strcmp
2013-01-15 Felix Fietkauremove commented out TODO items
2013-01-15 Steven BarthInitial IPv6 prefix support
2013-01-15 Felix Fietkauadd mac os x compat #define for in6_addr s6_addr32
2013-01-13 Jo-Philipp... system-linux.c: use uin64_t datatype to read and store...
2013-01-06 Nathan Hintzfix removal of unknown device
2013-01-05 Felix Fietkauproto-shell: use calloc_a
2013-01-05 Felix Fietkauutils.h: get rid of the duplicate BUILD_BUG_ON definiti...
2012-12-31 Felix Fietkauuse calloc_a for interface error allocations
2012-12-31 Felix Fietkauinterface: do not clear errors after an interface is...
2012-12-29 Felix Fietkaulog: fix processing of incomplete lines
2012-12-17 Felix Fietkauduplicate error subsystem and code for interface errors...
2012-12-17 Felix Fietkaunetifd: stop using jshn_append
2012-12-13 Felix Fietkaurewrite resolv.conf after any interface state change...
2012-12-05 Felix Fietkaurewrite resolv.conf after interface up setting updates
2012-12-03 Frank Meerkötterfix error checking of asprintf
2012-10-30 Felix Fietkaualias: add (and call) a check_state function to fix...
2012-10-30 Felix Fietkaufix container_of for the log ustream
2012-10-30 Felix Fietkaumove uloop_process_delete call to get rid of an unneces...
2012-10-30 Felix Fietkauproto-shell: ensure that the teardown timeout gets...
2012-10-29 Felix Fietkaulog: the ustream notify_state callback is now optional...
2012-10-29 Felix Fietkauuse ustream for process message logging
2012-10-29 Felix Fietkauuse FD_CLOEXEC instead of tracking lists of fds
2012-10-19 Felix Fietkaubridge: toggle device present state after freeing a...
2012-10-19 Felix Fietkaufree unused devices after cleaning up interfaces to...
2012-10-19 Felix Fietkaufix device_lock/device_unlock imbalances
next