summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-06-11Reorder alfabetically device type matching as they are growing in numberGioacchino Mazzurco
2014-06-11Add vlan 802.1q/802.1ad support as netifd devicesGioacchino Mazzurco
2014-06-11Add qtcreator and kdevelop4 project files to .gitignoreGioacchino Mazzurco
2014-06-11netifd: process reload calls immediately instead of going through a timerFelix Fietkau
2014-06-10Add support for onlink-flags for IPv4 routesSteven Barth
2014-06-05add a interface. prefix to ubus_notify callsJohn Crispin
2014-05-28macvlan: fix missing reference to device_attr_listGioacchino Mazzurco
2014-05-21Rewrite ipip6-tunnel setup to use netlink and add support for FMRsSteven Barth
2014-05-21Fix a spurious segfault when tearing down interfacesSteven Barth
2014-05-15wireless: fix cancelling setupFelix Fietkau
2014-05-10system-linux: always set the ifindex for hotplug devices on initFelix Fietkau
2014-05-09netifd: Fix node version set after freeHans Dedecker
2014-05-09netifd: Check interface state only when main device is set during interface_c...Hans Dedecker
2014-05-09netifd: Effectively apply configured route mtuHans Dedecker
2014-05-09netifd: Remove useless route table parameter check in update_proto_routeHans Dedecker
2014-05-09netifd: Don't assume routes are always applied in all casesHans Dedecker
2014-05-09netifd: Apply interface metric on configured interface gateway parametersHans Dedecker
2014-05-06device: prevent interface up/down calls for external devicesFelix Fietkau
2014-05-02interface: clear iface->available before changing main_devFelix Fietkau
2014-05-02interface: use interface_set_main_dev() from interface_remove_linkFelix Fietkau
2014-05-02interface: do not set l3_dev along with main_dev anymoreFelix Fietkau
2014-04-29interface-ip: fix misuse of IN6_IS_ADDR_LINKLOCAL on a netifd specific unionFelix Fietkau
2014-04-29netifd: fix a use-after-free issue on wireless config updateFelix Fietkau
2014-04-26netifd: Add interface config support to enable/disable IPv6 in the kernel per...Hans Dedecker
2014-04-26interface-event: make eventnames static and constFelix Fietkau
2014-04-26netifd: Rework hotplug event queueing in case of congestionHans Dedecker
2014-04-26netifd: Check rt_table parameter when comparing routesHans Dedecker
2014-04-24netifd: Set prefix assignment enabled if the prefix adress can be installedHans Dedecker
2014-04-24netifd: Mark interface as dynamic after it has been added in the interface listHans Dedecker
2014-04-24netifd: fix IPv6 Link-local DNS serverUlrich Weber
2014-04-21config: add support for disabling interfacesFelix Fietkau
2014-04-19ubus: check the l3_dev pointer before dereferencing itFelix Fietkau
2014-04-19interface: ensure that l3_dev gets set whenever the proto handler marks the i...Felix Fietkau
2014-04-11interface: add support for a parameter to force setup without a carrier on th...Felix Fietkau
2014-04-10proto-static: ensure that the l3 device is properly setFelix Fietkau
2014-04-10proto-shell: fix a regression with handling multiple proto updates for the sa...Felix Fietkau
2014-04-07proto-shell: ensure that l3_dev is always setFelix Fietkau
2014-04-05interface: always delete l3 dev on proto downFelix Fietkau
2014-04-05system-dummy: indicate link on present devicesFelix Fietkau
2014-03-31config: ignore config parser errorsFelix Fietkau
2014-03-21ubus: use list_empty() instead of the compat wrapperFelix Fietkau
2014-03-21netifd: Reload proto on topology changeHelmut Schaa
2014-03-20ubus: fix displaying interface data itemsFelix Fietkau
2014-03-20netifd: Check interface autostart parameter when handling interface state cha...Hans Dedecker
2014-03-19uci: Allow setting the UCI config path on the command lineMatthias Schiffer
2014-03-11Revert "ubus events: don't incorrectly announce an interface as being up"Felix Fietkau
2014-03-11netifd: Set interface state in teardown state before launching an interface e...Hans Dedecker
2014-03-11netifd: Assign interface metric to route metric when route is createdHans Dedecker
2014-03-11netifd: Fix bridge MTU setting when a bridge member is addedHans Dedecker
2014-03-07proto-shell: defer init until after command line option processingFelix Fietkau