libs/core: explicitely load luci.i18n in network model
[project/luci.git] / libs / core / luasrc / model / network.lua
2012-09-15 Jo-Philipp Wichlibs/core: explicitely load luci.i18n in network model
2012-09-15 Jo-Philipp Wichlibs/core: adapt luci.model.network for wifi-iface...
2012-09-13 Jo-Philipp Wichlibs/core: remove route enabled check in network model...
2012-08-17 Jo-Philipp Wichlibs/core: also add gre0 to default interface ignore...
2012-06-29 Jo-Philipp Wichlibs/core: only consider enabled routes when finding...
2012-06-26 Jo-Philipp Wichlibs/core: implement get_wandev(), get_wan6dev(), get_w...
2012-06-26 Jo-Philipp Wichlibs/core: fix network is_empty() check for wifi-ifaces...
2012-06-26 Jo-Philipp Wichlibs/core: allow ifaces to be part of multiple networks...
2012-06-17 Jo-Philipp Wichlibs/core: fix various problems in the network model
2012-05-31 Jo-Philipp Wichlibs/core: fix ubus corner cases in network model
2012-05-31 Jo-Philipp Wichlibs/core: use ubus to fetch interface and device statu...
2011-12-05 Jo-Philipp Wichlibs/core: fix undefined tostring() in network model
2011-12-05 Jo-Philipp Wichlibs/core: expose txpower offset values in network...
2011-11-12 Jo-Philipp Wichlibs/core: fix removal of wifi networks without interfa...
2011-10-28 Jo-Philipp Wichlibs/core: fix status reporting of standalone wifi...
2011-10-11 Jo-Philipp Wichlibs/core: more fixes for network model
2011-10-09 Jo-Philipp Wichlibs/core: remove uneeded error import
2011-10-09 Jo-Philipp Wichlibs/core: add more heuristics to infer device name...
2011-10-09 Jo-Philipp Wichlibs/core: add luci.model.network.get_protocol(protonam...
2011-10-04 Jo-Philipp Wichlibs/core: rework class structure of network model...
2011-10-03 Jo-Philipp Wichlibs/core: clean up network model, make it modular...
2011-09-25 Jo-Philipp Wichlibs/core: more fixes in network model
2011-09-24 Jo-Philipp Wichlibs/core: non-bridge handling fix in network model
2011-09-24 Jo-Philipp Wichlibs/core: add "tunnel" interface type to network model...
2011-09-22 Jo-Philipp Wichlibs/core: various interface handling fixes in network...
2011-09-14 Jo-Philipp Wichlibs/core: also enumerate not-yet-spawned vlan interfac...
2011-03-13 Jo-Philipp Wichlibs/core: add luci.model.network.wifinet.id()
2011-03-13 Jo-Philipp Wichlibs/core: add txpower() and country() to luci.model...
2011-03-11 Jo-Philipp Wichlibs/core: allow resolving of virtual interfaces via...
2011-02-26 Jo-Philipp Wichlibs/core: make general network model aware of the...
2011-02-20 Jo-Philipp Wichlibs/core: ensure that luci.model.network.network._ip...
2011-02-12 Jo-Philipp Wichlibs/core: use is6linklocal()
2011-02-11 Jo-Philipp Wichlibs/core: add new convenience functions to luci.model...
2011-02-06 Jo-Philipp Wichlibs/core: fix lookups bridge interface -> network...
2011-01-20 Jo-Philipp Wichlibs/core: reuse existing, empty networks in add_network()
2010-12-24 Jo-Philipp Wichlibs/core: fix some issues in network model
2010-12-05 Jo-Philipp Wichlibs/core: always use internal network ids for admin...
2010-12-05 Jo-Philipp Wichlibs/core: ignore sit0 in network model
2010-12-01 Jo-Philipp Wichlibs/core: fix nil access, implement luci.model.network...
2010-11-15 Jo-Philipp Wichlibs/core: network model fixes
2010-11-15 Jo-Philipp Wichlibs/core: make network model 6to4 aware
2010-10-31 Jo-Philipp Wichlibs/core: return ordered list in luci.model.network...
2010-10-31 Jo-Philipp Wichlibs/core: support not-yet-existing interfaces in netwo...
2010-10-30 Jo-Philipp Wichlibs/core: use imatch() in firewall and network model
2010-10-30 Jo-Philipp Wichlibs/core: reuse existing uci context in network model...
2010-10-30 Jo-Philipp Wichlibs/core: fix various bugs in network model
2010-10-30 Jo-Philipp Wichlibs/core: merge luci.model.wireless into luci.model...
2010-10-28 Jo-Philipp Wichlibs/core: rework network model
2010-10-12 Jo-Philipp Wichlibs: merge libs/uci into libs/core
2009-10-31 Jo-Philipp Wichall: change most translate statements to new format...
2009-10-27 Jo-Philipp Wichlibs/core: fixes for luci.model.firewall, luci.model...
2009-10-15 Jo-Philipp Wichlibs/core: implement special treatment of wireless...
2009-10-10 Jo-Philipp Wichlibs/core: fixes for network model
2009-10-10 Jo-Philipp Wichlibs/core: extend network model, only allow one zone...
2009-10-08 Jo-Philipp Wichlibs/core: luci.model.network: implement contains_intef...
2009-10-08 Jo-Philipp Wichlibs/core: add luci.model.network oop abstraction layer