summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-07-28ubus: add del_dynamic as complement to add_dynamicSteven Barth
2014-07-27interface: enable force_link by default for proto=staticFelix Fietkau
2014-07-26proto-shell: fix renew_pending handlingFelix Fietkau
2014-07-26proto-shell: fix setup/renew race conditionFelix Fietkau
2014-07-25Only add dynamic interfaces if the underlying interface is readySteven Barth
2014-07-24proto-shell: don't accept up-notifications in teardown stateSteven Barth
2014-07-24interface: fix restart after reload with external devicesFelix Fietkau
2014-07-24bridge: enable multicast querier functionality by defaultFelix Fietkau
2014-07-23Set DEVICE for legacy ifupdate event as wellSteven Barth
2014-07-23Make dynamic interfaces always autostartSteven Barth
2014-07-18scripts: set type for the "key" attributeFelix Fietkau
2014-07-17bridge: enable IGMP snooping by defaultFelix Fietkau
2014-06-29interface: clean up l3 device reference on remove/reloadFelix Fietkau
2014-06-29bridge: enable multicast_to_unicast on all wireless bridge portsFelix Fietkau
2014-06-26device: fall back to simple interface status check if not provided by the dev...Felix Fietkau
2014-06-26interface: fix indentationFelix Fietkau
2014-06-26proto-shell: add debug msg for calling handlersFelix Fietkau
2014-06-26system-dummy: set present flags on all devicesFelix Fietkau
2014-06-20interface: don't store table id in route if the default table is usedSteven Barth
2014-06-20system: fix treatment of RT_TABLE_MAINSteven Barth
2014-06-18linux: unify functions to delete linksSteven Barth
2014-06-18netifd: Route type supportHans Dedecker
2014-06-18netifd: Check device_claim return code in all casesHans Dedecker
2014-06-18netifd: Fix ipip6 tunnel memleak in case of tunnel creation failureHans Dedecker
2014-06-18netifd: Fix macvlan delete via netlinkHans Dedecker
2014-06-18netifd: Fix vlan delete via netlinkHans Dedecker
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