libs/core: make general network model aware of the relay pseudo bridge protocol
[project/luci.git] / libs / core / luasrc / model / network.lua
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