summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* config: initialize bridge and bridge vlans before other devicesFelix Fietkau2020-11-181-3/+7
* wireless: fix passing bridge name for vlan hotplug pass-throughFelix Fietkau2020-11-186-12/+26
* system-linux: only overwrite dev->present state on check_state for simple dev...Felix Fietkau2020-11-131-2/+4
* bridge: only overwrite implicit vlan assignment if vlans are configuredFelix Fietkau2020-11-052-9/+23
* system-dummy: set present state only for simple devicesFelix Fietkau2020-11-051-1/+3
* bridge: fix use-after-free bug on bridge member freeFelix Fietkau2020-11-051-0/+4
* bridge: preserve hotplug ports on vlan update if config is unchangedFelix Fietkau2020-11-051-1/+3
* bridge: show vlans in device statusFelix Fietkau2020-10-281-3/+51
* vlandev: add pass-through hotplug ops that pass the VLAN info to the bridgeFelix Fietkau2020-10-281-0/+66
* vlan: add pass-through hotplug ops that pass the VLAN info to the bridgeFelix Fietkau2020-10-281-0/+74
* bridge: add support for defining port member vlans via hotplug opsFelix Fietkau2020-10-287-11/+120
* interface: proto_ip: order by address index firstYousong Zhou2020-10-222-4/+10
* device_addr: record address index as in the blobYousong Zhou2020-10-222-0/+3
* proto: rework parse_addr to return struct device_addrYousong Zhou2020-10-221-11/+15
* build: find and use libnl header dirsYousong Zhou2020-10-221-2/+6
* system-linux: initialize ifreq struct before using itAlin Nastac2020-10-101-0/+2
* netifd: vxlan: add aging and maxaddress optionsJohannes Kimmel2020-09-123-0/+14
* netifd: vxlan: add most missing boolean optionsJohannes Kimmel2020-09-123-3/+25
* netifd: vxlan: refactor mapping of boolean attrsJohannes Kimmel2020-09-121-10/+14
* netifd: vxlan: handle srcport rangeJohannes Kimmel2020-09-123-0/+30
* netifd-wireless: parse 'osen' encryptionDaniel Golle2020-09-081-0/+6
* interface-ip: clear host bits of the device prefixHans Dedecker2020-08-101-1/+5
* bridge: flush vlan list on bridge freeFelix Fietkau2020-08-071-0/+1
* device: look up full device name before traversing vlan chainFelix Fietkau2020-07-271-2/+3
* config: enable bridge vlan filtering by default for bridges that define VLANsFelix Fietkau2020-07-191-0/+47
* bridge: add support for VLAN filteringFelix Fietkau2020-07-194-1/+373
* bridge: add support for adding vlans to a bridgeJohn Crispin2020-07-184-0/+65
* bridge: add support for turning on vlan_filteringJohn Crispin2020-07-184-1/+16
* system-dummy: fix resolving ifindexFelix Fietkau2020-07-181-2/+2
* device: do not check state from within device_initFelix Fietkau2020-07-181-1/+6
* vlan: initialize device ifname earlier at creation timeFelix Fietkau2020-07-181-16/+12
* utils: fix check_pid_path to work with deleted file as wellKarel Kočí2020-07-111-3/+8
* system-linux: improve handling of device renameKristian Evensen2020-06-061-1/+6
* interface-ip: fix build on non-linux systemsFelix Fietkau2020-06-041-0/+2
* system-dummy: fix missing returnFelix Fietkau2020-06-041-0/+2
* netifd: wireless: add support for tracking wifi-station sectionsJohn Crispin2020-06-044-4/+200
* netifd: wireless: add support for tracking wifi-vlan sectionsJohn Crispin2020-06-044-17/+337
* vlandev: support setting ingress/egress QoS mappingsPau Espin Pedrol2020-05-213-1/+105
* interface, system: clean up netns functionalityDaniel Golle2020-04-144-14/+12
* interface: fix jail ifdown and jails without jail_ifnameDaniel Golle2020-04-141-2/+10
* interface: allow renaming interface when moving to jail netnsDaniel Golle2020-04-146-20/+64
* interface: allocate and free memory for jail nameDaniel Golle2020-04-132-2/+8
* system-linux: fix PATH_MAX undeclared compilation errorAlin Nastac2020-03-271-0/+1
* system-linux: fix compilation with musl 1.2.0Rosen Penev2020-03-261-1/+1
* interface-ip: transfer prefix route ownership for deprecated ipv6addr to kernelAlin Nastac2020-02-051-1/+2
* add basic support for jail network namespacesDaniel Golle2020-01-188-16/+225
* move resolv.conf.auto to /tmp/resolv.conf.d/Daniel Golle2020-01-041-1/+1
* Revert "interface: warn if ip6hint is truncated"Jo-Philipp Wich2019-12-041-9/+3
* interface: warn if ip6hint is truncatedUwe Kleine-König2019-11-291-3/+9
* wireless: make reconf opt-in and allow serializing configurationJohn Crispin2019-11-122-10/+88