project/netifd.git
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
2012-05-23 Felix Fietkaureset iface->config_state when handling it
2012-05-23 Felix Fietkaubridge: set the mac address based on the first active...
2012-05-20 Felix Fietkauexport dns server and search list in the ubus interface...
2012-05-20 Felix Fietkauflush list in vlist_replace()
2012-05-20 Felix Fietkaufix argument order on replacing dns lists
2012-05-20 Felix Fietkaudo not replace proto_ip dns servers on config reload
2012-05-19 Felix Fietkaureplace the kernel's implicit network routes if the...
2012-05-19 Felix Fietkaupass interface route metric to routes when adding them
2012-05-19 Felix Fietkauread interface route metric from config
2012-05-19 Felix Fietkaumove dns server/search list parsing to interface core...
2012-05-19 Felix Fietkauimplement a generic peerdns option to suppress proto...
2012-05-18 Felix Fietkauubus: split ipv4 and ipv6 address in interface status
2012-05-18 Felix Fietkaufix segfault on interface free because of uninitialized...
2012-05-14 Felix Fietkauadd a command for allowing the setup task to schedule...
2012-05-14 Felix Fietkauproto-shell: clear dependencies on free
2012-05-14 Felix Fietkausystem-linux: set the point to point address if present
2012-05-14 Felix Fietkauparse point to point ip addresses
2012-05-14 Felix Fietkauproto-shell: refactor code to allow specifying per...
2012-05-13 Felix Fietkaudrop broadcast/netmask parsing from proto_apply_ip_settings
2012-05-13 Felix Fietkausplit applying static proto setting from handler settings
2012-05-13 Felix Fietkaufix a file descriptor leak
2012-05-05 Felix Fietkauuse the dummy pptp proto handler script for testing
2012-05-05 Felix Fietkauadd a dummy pptp proto handler script
2012-05-05 Felix Fietkaunetifd-proto.sh: implement proto_add_host_dependency()
2012-05-05 Felix Fietkauproto-shell: implement host route dependencies
2012-05-05 Felix Fietkaurename the interface of the dummy pppoe script
2012-05-04 Felix Fietkaufix buffer overflow in interface data handling
2012-05-04 Felix Fietkauadd copyright headers
2012-05-04 Felix Fietkauconvert interface event queueing to global interface...
2012-05-04 Felix Fietkauadd a new event for interface reload
2012-05-04 Felix Fietkauadd a new event for interface free
2012-05-04 Felix Fietkauadd global interface event notifier
2012-05-04 Felix Fietkauadd a ubus interface to dynamically create host routes...
2012-05-04 Felix Fietkaumove route interface assignment to the vlist update
2012-05-02 Felix Fietkaumove system_flush_routes() call to mark_interface_down()
next