aboutsummaryrefslogtreecommitdiffstats
path: root/package/swconfig/src
Commit message (Expand)AuthorAgeFilesLines
* swconfig: fix off-by-one error, causing segfaults on gcc 4.6+ (fixes #9765)Felix Fietkau2012-02-121-1/+1
* swconfig: fix vlan/port configs being applied to all switchesJonas Gorski2011-10-031-2/+2
* swconfig: hide inactive vlans on "swconfig dev switch0 show"Felix Fietkau2011-08-301-4/+15
* swconfig: fix backward compatibilityGabor Juhos2011-07-281-4/+10
* swconfig: Add generic switch identifiersJonas Gorski2011-07-273-4/+9
* swconfig: make reset and enable_vlan default to 1 (based on patch by Nikolay ...Felix Fietkau2011-07-031-2/+2
* swconfig: avoid setting "NOVAL" attributes if "0" was provided as a valueFelix Fietkau2011-07-031-0/+3
* swconfig: add -lnl-genl (patch by Philip Prindeville) - purely cosmetic, swco...Felix Fietkau2011-02-131-1/+1
* package/swconfig: add sanity checks to prevent a segfaultGabor Juhos2011-01-081-0/+15
* swconfig: Add cpu port index to help output.Gabor Juhos2010-04-163-1/+4
* swconfig: Fix switch name.Gabor Juhos2010-04-161-1/+1
* swconfig: Remove unused codeFelix Fietkau2010-02-191-6/+0
* swconfig: add copyright for Martin MaresFelix Fietkau2010-02-151-0/+1
* swconfig: use print_attr_val() in CMD_GETFelix Fietkau2010-02-151-17/+2
* swconfig: add show commandFelix Fietkau2010-02-151-1/+88
* swconfig: clean up command line parsingFelix Fietkau2010-02-151-45/+35
* swconfig: show tagged port flagGabor Juhos2010-01-201-2/+6
* swconfig: support providing the switch device name in an option instead of th...Felix Fietkau2010-01-181-0/+18
* swconfig: use libnl-tiny instead of libnlFelix Fietkau2009-04-301-5/+10
* swconfig: implement uci loading supportFelix Fietkau2009-04-215-62/+361
* add new switch configuration apiFelix Fietkau2008-10-184-0/+1094