summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* macvlan: include net/ethernet.h instead of netinet/ether.h (more portable)Felix Fietkau2013-10-041-1/+1
* device: add macvlan supportFelix Fietkau2013-10-037-2/+371
* device.c: report device type when claim failsFelix Fietkau2013-10-031-1/+1
* device_add_user: return immediately if the new device is the same as the old ...Felix Fietkau2013-10-031-0/+3
* Don't delete / readd IP addresses when only their lifetime has changedSteven Barth2013-10-011-10/+15
* vlan: set the name of vlan devices earlierNathan Hintz2013-09-251-3/+3
* bridge: fix corner case with network reloadLuka Perkov2013-08-291-5/+4
* IPv6: fix prefix assignment with continuous hintsSteven Barth2013-07-161-1/+1
* bridge: add bridge_empty option which allows creation of empty bridgesLuka Perkov2013-07-132-0/+15
* interface: fix NULL pointer defref in interface_set_main_devFelix Fietkau2013-06-181-0/+3
* IPv6: Reverse assignment sorting orderSteven Barth2013-06-171-1/+1
* IPv6: Satisfy unhinted assignments ordered by prefix lengthSteven Barth2013-06-171-1/+10
* config: use the new uci_blob library codeFelix Fietkau2013-06-1016-254/+28
* config: replace config_memdup with blob_memdup from libuboxFelix Fietkau2013-06-103-17/+1
* Change IP reloading orderSteven Barth2013-06-101-1/+1
* Reuse automatic ip6table valueSteven Barth2013-06-101-1/+5
* IPv6: Improve source-routing policiesSteven Barth2013-06-033-27/+60
* IPv6: fix device_prefix vlist_key to not include prefix classSteven Barth2013-05-311-1/+1
* move excluded prefix and length out of key for device_prefixSteven Barth2013-05-311-2/+2
* Add missing update-triggers for source-based routingSteven Barth2013-05-301-0/+2
* IPv6: reorganize prefix assignmentSteven Barth2013-05-306-22/+133
* IPv6: Log a warning if users have prefixes but haven't assigned themSteven Barth2013-05-301-0/+10
* IPv6: remove ULA prefix-trigger (unused)Steven Barth2013-05-291-39/+0
* IPv6: fix address-lifetime overflows on 64-bit architecturesSteven Barth2013-05-281-2/+6
* IPv6: fix wrap-arounds in address lifetimesSteven Barth2013-05-283-13/+22
* Make sure that iprule flushing happens after system_init(), otherwise the rtn...Jo-Philipp Wich2013-05-281-1/+6
* Move iprule flushing to the init function to make the timing predictableJo-Philipp Wich2013-05-272-9/+1
* Move initial iprule flushing to system_add_iprule() to not collide with gener...Jo-Philipp Wich2013-05-272-8/+9
* Add option to define target routing table for protocol routes.Steven Barth2013-05-176-26/+72
* IPv6: Set loopback-policy for output trafficSteven Barth2013-05-131-0/+14
* Use logical instead of physical name for tunnel underlying link.Steven Barth2013-05-131-3/+8
* Add support for IPv6 and interface target-routes & dependenciesSteven Barth2013-05-135-12/+44
* Add support for IP in IPv6 tunnels (DS-Lite)Steven Barth2013-05-133-60/+68
* IPv6: Use source-routing to allow multi-wanSteven Barth2013-05-114-3/+62
* IPv6: Use key=val format for prefix optionsSteven Barth2013-05-081-10/+21
* utils: use list_add_tail() in vlist_simple_add() to preserve user-defined ord...Jo-Philipp Wich2013-05-021-1/+1
* bridge: disable multicast snooping by defaultJo-Philipp Wich2013-04-271-3/+1
* interface: fix removing main_dev on config reload changes if ifname is reset ...Felix Fietkau2013-04-251-3/+5
* interface: rework reload, ensure that all changes are applied before restarti...Felix Fietkau2013-04-251-39/+40
* set default bridge priority to 0x7FFFJo-Philipp Wich2013-04-233-9/+5
* add bridge priority optionNiels Boehm2013-04-233-0/+15
* IPv6: Try harder to assign prefix partsSteven Barth2013-04-191-1/+7
* device: use safe_list for device event, fixes some hang issuesFelix Fietkau2013-04-153-47/+43
* IPv6: Remove local ULA if there is an external oneSteven Barth2013-04-091-0/+39
* Fix comparisation conditions in route_cmp()Jo-Philipp Wich2013-04-091-2/+2
* Fix a memory corruption when updating IPv6 prefixesSteven Barth2013-04-051-2/+2
* Maintain config order of ip rules unless user explicitely provides priorityJo-Philipp Wich2013-04-053-0/+7
* fix route sorting orderFelix Fietkau2013-04-052-5/+15
* Add myself to header for IPv6 workSteven Barth2013-04-053-0/+3
* Fix system_resolve_rt_table() stub in system-dummy.cJo-Philipp Wich2013-04-051-2/+3