project/netifd.git
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
2012-09-28 Felix Fietkausystem-linux: do not delete kernel-generated ipv6 route...
2012-09-28 Jo-Philipp... device.c: use format_macaddr() helper to convert mac...
2012-09-28 Jo-Philipp... utils.c: add helper function to format mac addresses...
2012-09-13 Jo-Philipp... ubus.c: now that disabled routes are in the inactive...
2012-09-13 Jo-Philipp... ubus.c: move disabled routes, ips, dns server into...
2012-09-13 Jo-Philipp... interface-ip.c: fix possible null pointer access if...
2012-09-06 Felix Fietkauadd optional flag for disabling compiler optimization...
2012-09-06 Felix Fietkaudo not prematurely release the main dev on link loss...
2012-09-06 Felix Fietkauclean up and fix system-dummy addr/route messages
2012-08-11 Jo-Philipp... system-linux.c: install user routes with RTPROT_STATIC...
2012-07-12 Felix Fietkaudo not recreate or restart external devices on settings...
2012-07-12 Felix Fietkauapply basic device settings for hotplug devices, e...
2012-07-12 Felix Fietkauadd simple device config params to interface blob attri...
2012-07-12 Felix Fietkauexpose system_if_apply_settings, make it ignore the...
2012-07-12 Felix Fietkauensure hotplug devices are marked as present in the...
2012-07-12 Felix Fietkaufix device_lock/device_unlock imbalance in the hotplug...
2012-07-12 Felix Fietkauadd some debug messages for device user count
2012-07-11 Jo-Philipp... system-linux.c: fix sysctl setting
2012-07-05 Felix Fietkauwhen specifying hotplug devices that already have exist...
2012-07-05 Felix Fietkauavoid setting device presence for wifi interfaces via...
2012-07-05 Felix Fietkaualias: use a callback for managing device presence...
2012-07-05 Felix Fietkausplit alias support into a separate source file for...
2012-07-05 Felix Fietkauzero-initialize the ifreq when adding/removing bridge...
2012-07-05 Felix Fietkauzero-initialize the ifreq when setting interfaces up...
2012-07-05 Felix Fietkaumemset the on-stack device route when clearing local...
2012-07-05 Felix Fietkaumake alias devices attach to interface l2 devs
2012-07-05 Felix Fietkaufix ifname for alias+vlan chains
2012-07-05 Felix Fietkaumake vlan devices virtual to avoid avl tree issues...
2012-07-05 Felix Fietkaudevice: initialize dev->set_state for virtual devices
2012-07-05 Felix Fietkaudevice: export device_broadcast_event
2012-07-05 Jo-Philipp... vlan.c: prevent segfault in get_vlan_device_chain(...
2012-06-29 Jo-Philipp... ubus.c: expose metric and mtu values if applicable
2012-06-29 Jo-Philipp... interface-ip.{c,h}: add new flag DEVROUTE_MTU and set...
2012-06-28 Jo-Philipp... ubus.c: expose route enabled state
2012-06-26 Felix Fietkaubridge: fix getting the mac address from the first...
2012-06-21 Felix Fietkauadd a #ifdef around the 6rd code to make it compile...
2012-06-18 Jo-Philipp... proto-shell.c: mark device present after reclaiming...
2012-06-18 Felix Fietkauadd a route6 example to the dummy network config
2012-06-18 Felix Fietkauadd support for using <addr>/<mask> in route/route6...
2012-06-18 Jo-Philipp... netifd-proto.sh: execute proto_add_host_dependency...
2012-06-18 Felix Fietkauadd support for defaultroute "host" dependencies
2012-06-18 Felix Fietkaufix return code in interface_ip_add_target_route
2012-06-18 Felix Fietkaufix a memleak in host route dependency handling
2012-06-18 Stéphan KochenAdd 6rd options to tunnel spec.
2012-06-18 Stéphan KochenMove IP address parsing functions to utils.
2012-06-14 Felix Fietkauignore mac80211 devices specified in /etc/config/network
2012-06-07 Felix Fietkaudevice: add support for deferring bringup of devices
2012-06-07 Felix Fietkaudevice: make device_set_disabled inline, add device_set...
2012-06-04 Felix Fietkauinterface: clean up after hotplug interfaces are removed
2012-06-04 Felix Fietkaudevice: show a bit more info if the device is not present
2012-05-31 Felix Fietkauadd an ubus method for dumping available protocol handlers
2012-05-31 Felix Fietkauubus: show proto handler in interface status
2012-05-29 Felix Fietkaunetifd: reconnect to ubus if the connection is lost
2012-05-26 Felix Fietkauvlist is now part of libubox
2012-05-26 Felix Fietkauavl_strcmp is now part of libubox
2012-05-25 Felix Fietkaufix endian handling of the ipv4 broadcast address
2012-05-24 Felix Fietkaubridge: keep existing mac address if specified in the...
2012-05-23 Felix Fietkaupreserve subnet routes on interface update by not putti...
2012-05-23 Felix Fietkauadd interface alias support
next