key to data elements point at wrong memory area
[project/netifd.git] / interface-ip.c
2013-10-01 Steven BarthDon't delete / readd IP addresses when only their lifet...
2013-07-16 Steven BarthIPv6: fix prefix assignment with continuous hints
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-03 Steven BarthIPv6: Improve source-routing policies
2013-05-31 Steven BarthIPv6: fix device_prefix vlist_key to not include prefix...
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 wrap-arounds in address lifetimes
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 BarthAdd support for IPv6 and interface target-routes &...
2013-05-11 Steven BarthIPv6: Use source-routing to allow multi-wan
2013-04-19 Steven BarthIPv6: Try harder to assign prefix parts
2013-04-09 Steven BarthIPv6: Remove local ULA if there is an external one
2013-04-09 Jo-Philipp WichFix comparisation conditions in route_cmp()
2013-04-05 Steven BarthFix a memory corruption when updating IPv6 prefixes
2013-04-05 Felix Fietkaufix route sorting order
2013-04-05 Steven BarthAdd myself to header for IPv6 work
2013-04-04 Jo-Philipp WichImplement 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-02-19 Steven BarthOnly update resolv.conf if changed (avoid logspam)
2013-02-01 Steven BarthImproved IPv6 featureset
2013-01-29 Steven BarthAdd deprecation for static IPv6 prefixes
2013-01-29 Steven BarthIPv6 prefixes: conform to RFC 6204 requirement L13
2013-01-22 Steven BarthDon't segfault with an unset ula_prefix
2013-01-21 Steven BarthFix segfaults in prefix handling
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 Steven BarthInitial IPv6 prefix support
2012-12-05 Felix Fietkaurewrite resolv.conf after interface up setting updates
2012-09-13 Jo-Philipp Wichinterface-ip.c: fix possible null pointer access if...
2012-07-05 Felix Fietkaumemset the on-stack device route when clearing local...
2012-06-29 Jo-Philipp Wichinterface-ip.{c,h}: add new flag DEVROUTE_MTU and set...
2012-06-18 Felix Fietkauadd support for using <addr>/<mask> in route/route6...
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-05-25 Felix Fietkaufix endian handling of the ipv4 broadcast address
2012-05-23 Felix Fietkaupreserve subnet routes on interface update by not putti...
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 Fietkaumove dns server/search list parsing to interface core...
2012-05-19 Felix Fietkauimplement a generic peerdns option to suppress proto...
2012-05-04 Felix Fietkauadd copyright headers
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-04-30 Felix Fietkaustore a pointer to the active interface as part of...
2012-04-29 Felix Fietkauinclude route/address flags in vlist comparison
2012-04-29 Felix Fietkaukeep config routes disabled at interface statup
2012-03-23 Felix Fietkaumove l3 device tracking to interface core to enforce...
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-15 Felix Fietkaufix ipv6 routes
2012-03-15 Felix Fietkaualways create device routes
2012-03-09 Felix Fietkaumake route metrics default to 0
2012-03-03 Felix Fietkausimplify vlist, move avl key handling to vlist_add()
2012-02-26 Felix Fietkaumove broadcast address handling to the core
2012-02-26 Felix Fietkauremove device_{route,addr}->device
2012-02-15 Felix Fietkauinitialize route->metric to -1
2012-01-23 Felix Fietkauadd a generic option for disabling the automatic defaul...
2012-01-15 Felix Fietkauuse the simplified vlist type for dns servers/search
2011-11-13 Felix Fietkauavoid deleting and re-adding duplicate ip addresses...
2011-10-19 Felix Fietkauadd support for configuring static routes
2011-10-19 Felix Fietkaufix interface_add_dns_search_list
2011-10-19 Felix Fietkaurework route handling, move parser code to interface...
2011-10-19 Felix Fietkauadd support for keeping multiple ip addr/route/dns...
2011-10-13 Felix Fietkauproto-shell: add dns search domains
2011-10-13 Felix Fietkauproto-shell: fix updating settings, only issue ifup...
2011-10-13 Felix Fietkauproto-shell: add dns server support
2011-10-13 Felix Fietkauadd functions for adding dns servers to the proto list...
2011-10-11 Felix Fietkauadd some code for keeping track of dns servers and...
2011-10-02 Felix Fietkauvlist: store a pointer to the real key to make lookups...
2011-10-02 Felix Fietkaumake versioned lists more flexible by using an external...
2011-09-12 Felix Fietkauadd support for externally managed ip addresses and...
2011-09-11 Felix Fietkauproto-shell: add l3 interface claim/release
2011-09-07 Felix Fietkauadd code for versioned lists and use it to manage addre...
2011-09-05 Felix Fietkaufree routes and addresses
2011-09-05 Felix Fietkaumove ip related functions and data structures to a...
2011-09-04 Felix Fietkauuse list_add_tail instead of list_add
2011-05-02 Felix Fietkauadd routes/gateway support
2011-05-02 Felix Fietkaumove interface address handling to the device module...
2011-05-02 Felix Fietkauclear all remaining addresses on interface down
2011-05-02 Felix Fietkaumove address handling to common code