project/netifd.git
2014-04-29 Felix Fietkauinterface-ip: fix misuse of IN6_IS_ADDR_LINKLOCAL on...
2014-04-29 Felix Fietkaunetifd: fix a use-after-free issue on wireless config...
2014-04-26 Hans Dedeckernetifd: Add interface config support to enable/disable...
2014-04-26 Felix Fietkauinterface-event: make eventnames static and const
2014-04-26 Hans Dedeckernetifd: Rework hotplug event queueing in case of congestion
2014-04-26 Hans Dedeckernetifd: Check rt_table parameter when comparing routes
2014-04-24 Hans Dedeckernetifd: Set prefix assignment enabled if the prefix...
2014-04-24 Hans Dedeckernetifd: Mark interface as dynamic after it has been...
2014-04-24 Ulrich Webernetifd: fix IPv6 Link-local DNS server
2014-04-21 Felix Fietkauconfig: add support for disabling interfaces
2014-04-19 Felix Fietkauubus: check the l3_dev pointer before dereferencing it
2014-04-19 Felix Fietkauinterface: ensure that l3_dev gets set whenever the...
2014-04-11 Felix Fietkauinterface: add support for a parameter to force setup...
2014-04-10 Felix Fietkauproto-static: ensure that the l3 device is properly set
2014-04-10 Felix Fietkauproto-shell: fix a regression with handling multiple...
2014-04-07 Felix Fietkauproto-shell: ensure that l3_dev is always set
2014-04-05 Felix Fietkauinterface: always delete l3 dev on proto down
2014-04-05 Felix Fietkausystem-dummy: indicate link on present devices
2014-03-31 Felix Fietkauconfig: ignore config parser errors
2014-03-21 Felix Fietkauubus: use list_empty() instead of the compat wrapper
2014-03-21 Helmut Schaanetifd: Reload proto on topology change
2014-03-20 Felix Fietkauubus: fix displaying interface data items
2014-03-20 Hans Dedeckernetifd: Check interface autostart parameter when handli...
2014-03-19 Matthias Schifferuci: Allow setting the UCI config path on the command...
2014-03-11 Felix FietkauRevert "ubus events: don't incorrectly announce an...
2014-03-11 Hans Dedeckernetifd: Set interface state in teardown state before...
2014-03-11 Hans Dedeckernetifd: Assign interface metric to route metric when...
2014-03-11 Hans Dedeckernetifd: Fix bridge MTU setting when a bridge member...
2014-03-07 Felix Fietkauproto-shell: defer init until after command line option...
2014-03-07 Emanuel Taubenetifd: fix bridge reloading issue
2014-03-07 Felix Fietkauwireless: defer init until after command line option...
2014-03-05 Steven Barthubus events: don't incorrectly announce an interface...
2014-02-27 Hans Dedeckernetifd: Link layer state awareness support on interface...
2014-02-27 Hans Dedeckernetifd: Link layer state awareness support on device...
2014-02-26 Steven BarthDon't always assume routes & addresses are applied
2014-02-23 Felix Fietkauwireless: fix device config reload regression
2014-02-17 John Crispinwireless: add a "get_validate" methode to ubus
2014-02-17 John Crispinwireless: load and then ignore disabled devices
2014-02-17 John Crispinadd validation rules to proto static
2014-02-17 John Crispinget_proto_handlers now also dumps the validation info
2014-02-17 John Crispinmake netifd_handler_parse_config honour the luci valida...
2014-02-17 John Crispinadd a helper to convert blobmsg types to luci validate...
2014-02-16 Steven BarthWork around warn_unused_result in recent gcc/libc
2014-02-16 Steven BarthIPv6: work around dangling routes kernel issue
2014-02-14 Steven BarthFix source-restrictions of routes when no mask was...
2014-02-14 Hans Dedeckernetifd : Fix ubus route src mask printing
2014-02-14 Hans Dedeckernetifd : Disable netlink auto ack
2014-01-20 Steven BarthDon't add unnecessary NOP policy rules
2014-01-16 Steven BarthRemove automatically assigned IPv6 routing table
2014-01-16 Steven BarthAdd indicator-flags to ubus and hotplug update-events
2013-12-29 Felix Fietkauwireless: fix alignment of wireless config structs...
2013-12-28 Felix Fietkauwireless: cancel the script check timer
2013-12-16 Felix Fietkaudevice: prevent callbacks to device users that have...
2013-12-14 Felix FietkauRevert "netifd: Link layer state support on device...
2013-12-14 Felix FietkauRevert "netifd: Link layer state support on interface...
2013-12-12 Steven BarthSet dynamic interface flag after adding them so the...
2013-12-11 Felix Fietkauwireless: remove the no_delete flag, remove virtual...
2013-12-11 Felix Fietkauwireless: fix handling of wdev->config_state, prevent...
2013-12-11 Felix Fietkauwireless: remove freed wireless devices from the vlist...
2013-12-11 Steven BarthIPv6: Remove IPv6 source-routing workaround (kernel...
2013-12-08 Felix Fietkauwireless: add back support for multiple networks per...
2013-12-08 Hans Dedeckernetifd: Link layer state support on interface level
2013-12-08 Hans Dedeckernetifd: Link layer state support on device level
2013-12-08 Hans Dedeckernetifd: Code style line/clean up
2013-12-08 Hans DedeckerTunnel don't fragment bit configurable
2013-12-08 Hans Dedeckernetifd: Apply tunnel MTU
2013-12-08 Hans Dedeckernetifd: Don't export default route via UBUS when disabled
2013-12-08 Hans Dedeckernetifd: Export ip4table/ip6table via UBUS
2013-12-08 Hans Dedeckernetifd: Routing table parameter needs to be checked...
2013-12-03 Felix Fietkauwireless: make interfaces in status an array instead...
2013-12-03 Felix Fietkauwireless: prepare bridge interfaces before passing...
2013-12-03 Felix Fietkauwireless: add an example driver cleanup implementation
2013-12-02 Felix Fietkauwireless: fix getting the network_bridge variable
2013-12-02 Felix Fietkauwireless: only process setup retries in setup/up state
2013-12-02 Felix Fietkauwireless: fix htmode handling
2013-12-02 Felix Fietkauwireless: call an initial cleanup function
2013-12-01 Felix Fietkauwireless: fix reload of active interfaces
2013-12-01 Felix Fietkauwireless: fix issues with cancelling device setup
2013-12-01 Felix Fietkauwireless: add another debug message
2013-12-01 Felix Fietkauwireless: fix process handling if the pid exe is a...
2013-12-01 Felix Fietkauwireless: fix parsing of the immediate flag for kill-all
2013-12-01 Felix Fietkauwireless: add input validation for processes
2013-12-01 Felix Fietkaunetifd: fix process stdin/stdout/stderr when the pipe...
2013-12-01 Felix Fietkauwireless: fix config state handling
2013-12-01 Felix Fietkauwireless: add debug messages
2013-11-30 Felix Fietkauwireless: add some device/vif error debug messages
2013-11-30 Felix Fietkauwireless: fix channel check
2013-11-30 Felix Fietkauwireless: fix use-after-free bug
2013-11-30 Felix Fietkauwireless: show the virtual interface section name in...
2013-11-30 Felix Fietkauwireless: show the ifname in wireless status
2013-11-29 Felix Fietkauwireless: add support for global up/down command
2013-11-29 Helmut Schaanetifd: Fix possible segfault in bridge code
2013-11-29 Felix Fietkauadd initial support for handling wireless devices via...
2013-11-29 Felix Fietkauutils.sh: add N (newline)
2013-11-27 Steven BarthIPv6: add class support to regular IPv6 addresses
2013-10-31 Felix Fietkauproto-shell: fix legacy proto_config_add_* functions...
2013-10-30 Steven BarthIPv6: Export delegation setting via ubus
2013-10-29 Felix Fietkauproto-shell: replace variable length name char arrays...
2013-10-29 Felix Fietkaubridge: fix stray semicolon, fixes a bug in bridge...
2013-10-29 Felix Fietkauscripts/utils.sh: add a function for setting a variable...
next