summaryrefslogtreecommitdiff
path: root/package/network/config/netifd/Makefile
Commit message (Collapse)AuthorAge
...
* netifd: fix default initialization of RPS/XPSFelix Fietkau2015-03-22
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44944
* netifd: update to the latest version, adds support for configuring RPS/XPS ↵Felix Fietkau2015-03-22
| | | | | | | | (enabled by default where available) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44943
* netifd: fix ipv6 route regressionSteven Barth2015-03-21
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 44919
* netifd: device update fixes, improvements in policy routingSteven Barth2015-03-20
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 44899
* netifd: dhcp: install host route to gateway (#19182)Jo-Philipp Wich2015-03-15
| | | | | | | | | Certain DHCP servers push a gateway outside of the assigned interface subnet, to support those situations install a host route towards the gateway. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44789
* json-c: update to 0.12 and bump all depending servicesJohn Crispin2015-03-11
| | | | | | | | Version 0.12 deprecates json_object_object_get and moves the header files around Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44657
* netifd: various device config / event fixes (thx Hans Dedecker)Steven Barth2015-02-17
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 44480
* netifd: update to the latest version, reverts a commit causing MTU issues ↵Felix Fietkau2015-02-16
| | | | | | | | (fixes #18869) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44461
* netifd: fix device config handling and add some config optionsSteven Barth2015-02-09
| | | | | | | | Thanks to Hans Dedecker Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 44331
* netifd: fix a regression with some VLAN configurations introduced in the ↵Felix Fietkau2015-01-24
| | | | | | | | last update Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44098
* netifd: update to the latest version, fixes bridge reload (#18351) and ↵Felix Fietkau2015-01-24
| | | | | | | | device config issues Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44093
* netifd: add option to customize IPv6 interface identifiers (thx Hans Dedecker)Steven Barth2015-01-19
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 44050
* netifd: minor fixes, add mldversion optionSteven Barth2014-12-23
| | | | | | | | thanks to Hans Dedecker Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43771
* netifd: several fixes and optimizationsSteven Barth2014-12-08
| | | | | | | | Thanks to Hans Dedecker and Kristian Evensen Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43583
* netifd: correctly handle source-parameter for IPv4 routesSteven Barth2014-11-27
| | | | | | | | Thanks to Kristian Evensen Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43400
* netifd: update to the latest version, fixes issues when changing a bridge ↵Felix Fietkau2014-11-23
| | | | | | | | member from a vlan to its base device (#18351) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43346
* netifd: fix race, expose config optionsSteven Barth2014-11-19
| | | | | | | | Thanks to Hans Dedecker Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43299
* netifd: fix default ORO-setting for 6rdSteven Barth2014-11-08
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43214
* Add a few SPDX tagsSteven Barth2014-11-02
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43151
* netifd: update to the latest version, fixes a use-after-free bugFelix Fietkau2014-10-24
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43044
* netifd: update to the latest version, fixes link status handling on VLAN ↵Felix Fietkau2014-10-20
| | | | | | | | devices (#18106) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43007
* netifd: add IPIP tunnel support (thx Hans Dedecker)Steven Barth2014-10-02
| | | | SVN-Revision: 42744
* netifd: add support for promisc and GRE tos optionSteven Barth2014-09-29
| | | | SVN-Revision: 42699
* netifd: work-around kernel IPv6 on-link route issueSteven Barth2014-09-08
| | | | SVN-Revision: 42439
* netifd: update to the latest version, adds interface cleanup fixesFelix Fietkau2014-08-31
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42345
* netifd: update to the latest version, fixes proto-shell teardown after renewFelix Fietkau2014-08-31
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42344
* netifd: assign ipv6-prefixes with length <64 with /64 on-link routesSteven Barth2014-08-13
| | | | SVN-Revision: 42161
* netifd: unblock some proto shell actions in teardown stateSteven Barth2014-08-07
| | | | SVN-Revision: 42032
* netifd: disable ds-lite, map & gre for old kernelsSteven Barth2014-08-06
| | | | | | this unbreaks netifd compilation on old kernels SVN-Revision: 42019
* netifd: minor fixes (thanks Hans Dedecker)Steven Barth2014-08-05
| | | | SVN-Revision: 42000
* netifd: fixes and GRE support (thx Hans Dedecker)Steven Barth2014-07-30
| | | | SVN-Revision: 41896
* netifd: more race condition fixes in proto-shellSteven Barth2014-07-29
| | | | SVN-Revision: 41887
* netifd: more dynamic interface improvementsSteven Barth2014-07-28
| | | | SVN-Revision: 41862
* netifd: fix a small issue in r41831Felix Fietkau2014-07-26
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41836
* netifd: update to the latest version, fixes a race condition with renew/setupFelix Fietkau2014-07-26
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41831
* netifd: Fix some race-conditions in interface handlingSteven Barth2014-07-24
| | | | SVN-Revision: 41825
* netifd: update to the latest version, enables bridge multicast querier and ↵Felix Fietkau2014-07-24
| | | | | | | | fixes interface reload issues with wifi Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41818
* netifd: update to the latest version, adds a small validation fixFelix Fietkau2014-07-18
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41731
* netifd: update to the latest version, enables igmp snooping by defaultFelix Fietkau2014-07-17
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41683
* netifd: update to the latest version, fixes a crash on reload with ↵Felix Fietkau2014-06-29
| | | | | | | | hotplugged devices Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41393
* netifd: update to the latest version, addds a few fixes and enables ↵Felix Fietkau2014-06-29
| | | | | | | | multicast->unicast for igmp snooping on wireless devices Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41390
* netifd: various routing table handling fixesSteven Barth2014-06-20
| | | | SVN-Revision: 41287
* Revert "netifd: fix handling of "lookup main" for ip rules (#15315)"Jo-Philipp Wich2014-06-20
| | | | | | | | The netifd fixes went to the wrong repository, revert until it is sorted out. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 41283
* netifd: fix handling of "lookup main" for ip rules (#15315)Jo-Philipp Wich2014-06-20
| | | | | | | | | Reworks the handling of RT_TABLE_MAIN in system-linux.c so that ip rules with lookup main can be properly setup. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 41282
* netifd: various bugfixes (thanks Hans Dedecker)Steven Barth2014-06-18
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 41259
* netifd: update to latest version, fixes reload issue (#16754) and adds ↵Felix Fietkau2014-06-11
| | | | | | | | 802.1ad support Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41112
* netifd: add support for onlink-flag for routesSteven Barth2014-06-10
| | | | SVN-Revision: 41098
* netifd: update to latest git HEADJohn Crispin2014-06-05
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41009
* netifd: fix a segfault and improve ipip6 tunnel setupSteven Barth2014-05-22
| | | | SVN-Revision: 40821
* netifd: update to the latest version, fixes wireless setup cancellationFelix Fietkau2014-05-15
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40771