project/netifd.git
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()
2012-05-02 Felix Fietkauremove duplicate interface down events
2012-04-30 Felix Fietkaustore a pointer to the active interface as part of...
2012-04-29 Felix Fietkauproto-shell: add support for appending configuration...
2012-04-29 Felix Fietkauinclude route/address flags in vlist comparison
2012-04-29 Felix Fietkaufix config routes enable/disable handling on down/up
2012-04-29 Felix Fietkaukeep config routes disabled at interface statup
2012-04-17 Felix Fietkaufix flushing routes/addresses on connection loss
2012-04-15 Felix Fietkausystem-linux: fix system_rtnl_call() return code
2012-04-14 Felix Fietkaurelease devices only after flushing ip state
2012-04-12 Felix Fietkauubus: split address from mask in interface status
2012-04-12 Felix Fietkauflush interface ip state after the interface has been...
2012-04-12 Felix Fietkauadd a default route in the dummy ppp.sh implementation...
2012-04-12 Felix Fietkauproto-shell: set sm to S_IDLE once the interface is up
2012-03-29 Felix Fietkaufix use-after-free when an interface event is pending...
2012-03-28 Felix Fietkaunetifd: fix hotplug-adding of non-bridge interfaces...
2012-03-23 Felix Fietkauallow proto handlers to attach data items in notify
2012-03-23 Felix Fietkauadd support for attaching arbitrary state data to inter...
2012-03-23 Felix Fietkaumove l3 device tracking to interface core to enforce...
2012-03-23 Felix Fietkaudump interface routes via ubus
2012-03-23 Felix Fietkauadd network addresses to interface status
2012-03-19 Felix Fietkauadd support for updating route metrics
2012-03-19 Felix Fietkauadd a flag to keep track of route metric overrides
2012-03-19 Felix Fietkaufix vlist_simple_add version handling
2012-03-19 Felix Fietkauproperly flush routes and l3 devices when tearing down...
2012-03-19 Felix Fietkaumove device cleanup to common code, fixes use-after...
2012-03-19 Felix Fietkaufix a memory leak
2012-03-19 Felix Fietkausimplify log buffer handling
2012-03-19 Felix Fietkaufix log buffer splitting
2012-03-19 Felix Fietkauproto-shell: fix potential use-after-free
2012-03-19 Felix Fietkaufix log buffer overflow handling
2012-03-15 Felix Fietkauremove some leftover debug code
2012-03-15 Felix Fietkaufix ipv6 routes
2012-03-15 Felix Fietkaualways create device routes
2012-03-15 Felix Fietkaushell: add tunnel support
2012-03-15 Felix Fietkaushell: support routes without gateway
2012-03-15 Felix Fietkauadd shell functions for adding tunnel data in proto...
2012-03-14 Felix Fietkauparse tunnel devices from config
2012-03-14 Felix Fietkausystem-linux: add functions for adding/removing ip...
2012-03-09 Felix Fietkaumake route metrics default to 0
2012-03-09 Felix Fietkausystem-dummy: add route metric information
2012-03-05 Felix Fietkaubridge: turn stp off by default
2012-03-05 Felix Fietkaubridge: increase the default forward delay to 2 seconds...
2012-03-05 Felix Fietkaubridge: fix removal of present bridge members
2012-03-05 Felix Fietkaubridge: implement config reload support, preserves...
2012-03-05 Felix Fietkausystem-linux: ignore errors in system_bridge_addif...
2012-03-05 Felix Fietkaubridge: add a debug message when a device could not...
2012-03-04 Felix Fietkaubridge: fix hotplug device removal
2012-03-04 Felix Fietkaubridge: fix member list handling
2012-03-04 Felix Fietkauremove redundant variable assignment
2012-03-03 Felix Fietkaudevice: differentiate between DEV_CONFIG_APPLIED (no...
2012-03-03 Felix Fietkauadd BUILD_BUG_ON from the kernel
2012-03-03 Felix Fietkauvlist: add a special node version -1 for nodes that...
2012-03-03 Felix Fietkaubridge: use vlist instead of list
2012-03-03 Felix Fietkausimplify vlist, move avl key handling to vlist_add()
2012-03-03 Felix Fietkaudo not bring down hotplug devices
2012-03-03 Felix Fietkaupreserve interface main hotplug device on reload
2012-03-03 Felix Fietkauubus: use interface_{add,remove}_link for hotplug ops
2012-02-28 Felix Fietkaufix mac address parsing
2012-02-27 Felix Fietkaufix mac address handling
2012-02-26 Felix Fietkauminor cleanup
2012-02-26 Felix Fietkauparse and use the broadcast option
2012-02-26 Felix Fietkaumove broadcast address handling to the core
2012-02-26 Felix Fietkaumake proto_parse_ip_addr_string() static
2012-02-26 Felix Fietkauproto: move the dns search option handling to the core
2012-02-26 Felix Fietkauproto-shell: process some common notify options using...
2012-02-26 Felix Fietkauproto: add an option for specifying external addresses...
2012-02-26 Felix Fietkaumove static address setup to proto.c in preparation...
2012-02-26 Felix Fietkausystem-linux: fix the default broadcast address for v4
2012-02-26 Felix Fietkauremove device_{route,addr}->device
2012-02-15 Felix Fietkauset route metrics using netlink
next