Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-03 | device: add macvlan support | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2013-07-13 | bridge: add bridge_empty option which allows creation of empty bridges | Luka Perkov | |
Signed-off-by: Luka Perkov <luka@openwrt.org> | |||
2013-06-10 | config: use the new uci_blob library code | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-05-13 | Add support for IP in IPv6 tunnels (DS-Lite) | Steven Barth | |
Signed-off-by: Steven Barth <steven@midlink.org> | |||
2013-04-23 | set default bridge priority to 0x7FFF | Jo-Philipp Wich | |
2013-04-23 | add bridge priority option | Niels Boehm | |
[netifd] add bridge priority option Using the bridge priority (lower numbers are higher in the hierarchy), one can ensure that the router is chosen as root bridge in a setup with spanning tree protocol. For instance, one can set the priority of network lan to 32767, causing the router to win over all directly and indirectly connected nodes that have a default priority of 32768. The reason for doing that is that otherwise it has a default priority 32768 as well and any other connected node could win and get root bridge. In a home setup, those nodes are often desktop or laptop boxes and get switched off from time to time. As a consequence, root bridges vanish or new root bridges get chosen relatively often, resulting in frequent topology changes to the STP network. While the new topology has not settled, packets can get lost, causing noticeable interruptions of network traffic. Setting the router's bridge on a lower numbered priority (and thus higher in the selection hierarchy) solves the problem in the vast majority of the cases by ensuring that the device that is most likely powered on 24/7 gets chosen as root and prevents topology changes. Signed-off-by: Niels Boehm <blubberdiblub@gmail.com> | |||
2013-04-04 | Add support for ip rules | Jo-Philipp Wich | |
2013-04-04 | Implement support for route / route6 table attribute | Jo-Philipp Wich | |
2013-01-15 | Initial IPv6 prefix support | Steven Barth | |
Signed-off-by: Steven Barth <steven@midlink.org> | |||
2012-10-29 | use FD_CLOEXEC instead of tracking lists of fds | Felix Fietkau | |
2012-09-06 | clean up and fix system-dummy addr/route messages | Felix Fietkau | |
2012-07-12 | expose system_if_apply_settings, make it ignore the mac address for external ↵ | Felix Fietkau | |
devices | |||
2012-06-18 | Add 6rd options to tunnel spec. | Stéphan Kochen | |
This patch adds support for setting the 6rd tunnel options. These are the same options normally specified with `ip tunnel 6rd ...`. Signed-off-by: Stéphan Kochen <stephan@kochen.nl> | |||
2012-06-14 | ignore mac80211 devices specified in /etc/config/network | Felix Fietkau | |
2012-05-04 | add copyright headers | Felix Fietkau | |
2012-03-15 | system-linux: add functions for adding/removing ip tunnels (currently only ↵ | Felix Fietkau | |
sit supported) | |||
2012-01-19 | export carrier status in device stats | Felix Fietkau | |
2011-10-26 | recognize stacked interfaces (e.g. dsa) and handle their dependencies | Felix Fietkau | |
2011-10-19 | set the igmp snooping option for bridges | Felix Fietkau | |
2011-10-14 | flush routes after bringing up/down an interface | Felix Fietkau | |
2011-10-11 | implement a new ubus object "network.device", add a method for dumping ↵ | Felix Fietkau | |
detailed device information | |||
2011-10-10 | add interface uptime to the status info | Felix Fietkau | |
2011-10-09 | fix clearing device state, trigger it on device_init() | Felix Fietkau | |
2011-10-09 | add more options for bridges, enable stp by default and set forwarding delay ↵ | Felix Fietkau | |
to 1 | |||
2011-09-23 | add a system_init function for system control | Steven Barth | |
2011-09-05 | move ip related functions and data structures to a separate header file | Felix Fietkau | |
2011-05-03 | add routes/gateway support | Felix Fietkau | |
2011-05-02 | move interface address handling to the device module, clean up arguments to ↵ | Felix Fietkau | |
system_{add,del}_addr | |||
2011-04-13 | add functions for setting v4 addresses | Felix Fietkau | |
2011-03-27 | Initial import | Felix Fietkau | |