summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-11-05bridge: only overwrite implicit vlan assignment if vlans are configuredHEADmasterFelix Fietkau
2020-11-05system-dummy: set present state only for simple devicesFelix Fietkau
2020-11-05bridge: fix use-after-free bug on bridge member freeFelix Fietkau
2020-11-05bridge: preserve hotplug ports on vlan update if config is unchangedFelix Fietkau
2020-10-28bridge: show vlans in device statusFelix Fietkau
2020-10-28vlandev: add pass-through hotplug ops that pass the VLAN info to the bridgeFelix Fietkau
2020-10-28vlan: add pass-through hotplug ops that pass the VLAN info to the bridgeFelix Fietkau
2020-10-28bridge: add support for defining port member vlans via hotplug opsFelix Fietkau
2020-10-22interface: proto_ip: order by address index firstYousong Zhou
2020-10-22device_addr: record address index as in the blobYousong Zhou
2020-10-22proto: rework parse_addr to return struct device_addrYousong Zhou
2020-10-22build: find and use libnl header dirsYousong Zhou
2020-10-10system-linux: initialize ifreq struct before using itAlin Nastac
2020-09-12netifd: vxlan: add aging and maxaddress optionsJohannes Kimmel
2020-09-12netifd: vxlan: add most missing boolean optionsJohannes Kimmel
2020-09-12netifd: vxlan: refactor mapping of boolean attrsJohannes Kimmel
2020-09-12netifd: vxlan: handle srcport rangeJohannes Kimmel
2020-09-08netifd-wireless: parse 'osen' encryptionDaniel Golle
2020-08-10interface-ip: clear host bits of the device prefixHans Dedecker
2020-08-07bridge: flush vlan list on bridge freeFelix Fietkau
2020-07-27device: look up full device name before traversing vlan chainFelix Fietkau
2020-07-19config: enable bridge vlan filtering by default for bridges that define VLANsFelix Fietkau
2020-07-19bridge: add support for VLAN filteringFelix Fietkau
2020-07-18bridge: add support for adding vlans to a bridgeJohn Crispin
2020-07-18bridge: add support for turning on vlan_filteringJohn Crispin
2020-07-18system-dummy: fix resolving ifindexFelix Fietkau
2020-07-18device: do not check state from within device_initFelix Fietkau
2020-07-18vlan: initialize device ifname earlier at creation timeFelix Fietkau
2020-07-11utils: fix check_pid_path to work with deleted file as wellKarel Kočí
2020-06-06system-linux: improve handling of device renameKristian Evensen
2020-06-04interface-ip: fix build on non-linux systemsFelix Fietkau
2020-06-04system-dummy: fix missing returnFelix Fietkau
2020-06-04netifd: wireless: add support for tracking wifi-station sectionsJohn Crispin
2020-06-04netifd: wireless: add support for tracking wifi-vlan sectionsJohn Crispin
2020-05-21vlandev: support setting ingress/egress QoS mappingsPau Espin Pedrol
2020-04-14interface, system: clean up netns functionalityDaniel Golle
2020-04-14interface: fix jail ifdown and jails without jail_ifnameDaniel Golle
2020-04-14interface: allow renaming interface when moving to jail netnsDaniel Golle
2020-04-13interface: allocate and free memory for jail nameDaniel Golle
2020-03-27system-linux: fix PATH_MAX undeclared compilation errorAlin Nastac
2020-03-26system-linux: fix compilation with musl 1.2.0Rosen Penev
2020-02-05interface-ip: transfer prefix route ownership for deprecated ipv6addr to kernelAlin Nastac
2020-01-18add basic support for jail network namespacesDaniel Golle
2020-01-04move resolv.conf.auto to /tmp/resolv.conf.d/Daniel Golle
2019-12-04Revert "interface: warn if ip6hint is truncated"Jo-Philipp Wich
2019-11-29interface: warn if ip6hint is truncatedUwe Kleine-König
2019-11-12wireless: make reconf opt-in and allow serializing configurationJohn Crispin
2019-10-25wireless: add ubus method for reloading configurationJohn Crispin
2019-08-05system-linux: fix resource leakHans Dedecker
2019-07-22system-linux: Coverity fixesHans Dedecker