Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-14 | netifd : Disable netlink auto ack | Hans Dedecker | |
Disable netlink auto ack when doing a delete in the get callback handler to avoid race conditions resulting into stalled message on the netlink socket. Solves issue reported in https://dev.openwrt.org/ticket/14590 Signed-off-by: Karl Vogel <karl.vogel@gmail.com> Acked-by: Hans Dedecker <dedeckeh@gmail.com> | |||
2014-01-20 | Don't add unnecessary NOP policy rules | Steven Barth | |
2014-01-17 | Remove automatically assigned IPv6 routing table | Steven Barth | |
This puts IPv6 routes back into the main table where they are expected. Instead the newly-fixed source-address restrictions should be used. | |||
2014-01-17 | Add indicator-flags to ubus and hotplug update-events | Steven Barth | |
2013-12-29 | wireless: fix alignment of wireless config structs - fixes segfaults on arm | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-12-28 | wireless: cancel the script check timer | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-12-16 | device: prevent callbacks to device users that have been cleaned up already | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-12-14 | Revert "netifd: Link layer state support on device level" | Felix Fietkau | |
This reverts commit c439b52400978dd3799c66e1f632ee68d2c7c9eb. | |||
2013-12-14 | Revert "netifd: Link layer state support on interface level" | Felix Fietkau | |
This reverts commit 7335c3e19ea09674245dda3653d3f40705e68d6b. | |||
2013-12-12 | Set dynamic interface flag after adding them so the version is preserved | Steven Barth | |
2013-12-11 | wireless: remove the no_delete flag, remove virtual interfaces from the avl tree | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-12-11 | wireless: fix handling of wdev->config_state, prevent handling of multiple ↵ | Felix Fietkau | |
state changes (reload + remove) Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-12-11 | wireless: remove freed wireless devices from the vlist avl tree | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-12-11 | IPv6: Remove IPv6 source-routing workaround (kernel is fixed) | Steven Barth | |
Signed-off-by: Steven Barth <steven@midlink.org> | |||
2013-12-08 | wireless: add back support for multiple networks per interface | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-12-08 | netifd: Link layer state support on interface level | Hans Dedecker | |
Patch implements handling of link layer support on interface level. An interface will go into the setup state when it's enabled and the underlying link state is enabled. Vice versa an interface will go to the down state when it's either disabled or underlying link state is disabled. Testing has been done with PPP, IPoE, tunnel and static interfaces Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> | |||
2013-12-08 | netifd: Link layer state support on device level | Hans Dedecker | |
Patch implements link layer state awareness (aka carrier detection) in netifd on device level. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> | |||
2013-12-08 | netifd: Code style line/clean up | Hans Dedecker | |
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> | |||
2013-12-08 | Tunnel don't fragment bit configurable | Hans Dedecker | |
Make tunnel don't fragment bit configurable via UCI Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> | |||
2013-12-08 | netifd: Apply tunnel MTU | Hans Dedecker | |
Tunnel MTU is applied according to the tunnel MTU UCI parameter Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> | |||
2013-12-08 | netifd: Don't export default route via UBUS when disabled | Hans Dedecker | |
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> | |||
2013-12-08 | netifd: Export ip4table/ip6table via UBUS | Hans Dedecker | |
Export ip4table/ip6table parameters via UBUS to facilitate route inspection and usage by other applications Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> | |||
2013-12-08 | netifd: Routing table parameter needs to be checked in route update | Hans Dedecker | |
Routing table parameter needs to be checked in interface_update_proto_route; a route which has an identical nexthop but a different routing table needs to be deleted and added in the correct routing table. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> | |||
2013-12-03 | wireless: make interfaces in status an array instead of an object | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-12-03 | wireless: prepare bridge interfaces before passing them to the setup script | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-12-03 | wireless: add an example driver cleanup implementation | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-12-02 | wireless: fix getting the network_bridge variable | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-12-02 | wireless: only process setup retries in setup/up state | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-12-02 | wireless: fix htmode handling | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-12-02 | wireless: call an initial cleanup function | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-12-01 | wireless: fix reload of active interfaces | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-12-01 | wireless: fix issues with cancelling device setup | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-12-01 | wireless: add another debug message | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-12-01 | wireless: fix process handling if the pid exe is a symlink | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-12-01 | wireless: fix parsing of the immediate flag for kill-all | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-12-01 | wireless: add input validation for processes | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-12-01 | netifd: fix process stdin/stdout/stderr when the pipe fds overlap with ↵ | Felix Fietkau | |
standard fds Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-12-01 | wireless: fix config state handling | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-12-01 | wireless: add debug messages | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-11-30 | wireless: add some device/vif error debug messages | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-11-30 | wireless: fix channel check | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-11-30 | wireless: fix use-after-free bug | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-11-30 | wireless: show the virtual interface section name in wireless status | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-11-30 | wireless: show the ifname in wireless status | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-11-29 | wireless: add support for global up/down command | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-11-29 | netifd: Fix possible segfault in bridge code | Helmut Schaa | |
Need to check calloc result. In case of failure the bridge member will be missing. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> | |||
2013-11-29 | add initial support for handling wireless devices via scripts | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-11-29 | utils.sh: add N (newline) | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-11-27 | IPv6: add class support to regular IPv6 addresses | Steven Barth | |
2013-10-31 | proto-shell: fix legacy proto_config_add_* functions, make them wrap around ↵ | Felix Fietkau | |
config_add_* Signed-off-by: Felix Fietkau <nbd@openwrt.org> |