index
:
openwrt/netifd
fix-dynamic-routing
master
priority-fix
priority-fix-19.07
OpenWrt Network interface configuration daemon
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
vlan.c
Age
Commit message (
Expand
)
Author
2020-10-28
vlan: add pass-through hotplug ops that pass the VLAN info to the bridge
Felix Fietkau
2020-07-18
vlan: initialize device ifname earlier at creation time
Felix Fietkau
2018-08-14
device: gracefully handle device names exceeding IFNAMESIZ
Hans Dedecker
2018-07-27
netifd: make sure the vlan ifname fits into the buffer
John Crispin
2018-07-17
vlan: use alloca to get rid of IFNAMSIZE in vlan_dev_set_name()
Hans Dedecker
2018-07-11
replace fall throughs in switch/cases where possible with simple code changes
Alexander Couzens
2016-08-26
device: prepare for adding device handlers dynamically
Arne Kappen
2016-06-06
device: Fix device find failure in avl list due to device name change
Hans Dedecker
2016-02-01
vlan: Fix possible segfault
Hans Dedecker
2015-11-04
device: Don't process link events anymore in device user specific callback ha...
Hans Dedecker
2015-05-27
netifd: Add old style vlan devices to device list
Hans Dedecker
2015-01-24
Revert "vlan: reset device state on init"
Felix Fietkau
2015-01-24
vlan: reset device state on init
Felix Fietkau
2014-10-20
device: make link status detection optional for vlan devices
Felix Fietkau
2014-06-18
netifd: Check device_claim return code in all cases
Hans Dedecker
2014-03-21
netifd: Reload proto on topology change
Helmut Schaa
2014-02-27
netifd: Link layer state awareness support on interface level
Hans Dedecker
2013-12-14
Revert "netifd: Link layer state support on device level"
Felix Fietkau
2013-12-08
netifd: Link layer state support on device level
Hans Dedecker
2013-09-25
vlan: set the name of vlan devices earlier
Nathan Hintz
2013-04-15
device: use safe_list for device event, fixes some hang issues
Felix Fietkau
2012-07-05
fix ifname for alias+vlan chains
Felix Fietkau
2012-07-05
make vlan devices virtual to avoid avl tree issues with changing ifnames when...
Felix Fietkau
2012-07-05
vlan.c: prevent segfault in get_vlan_device_chain() if the base device does n...
Jo-Philipp Wich
2012-05-04
add copyright headers
Felix Fietkau
2011-10-19
apply device settings to simple devices with config specified from the interf...
Felix Fietkau
2011-10-06
always recreate devices by default if the config attribute list is not the de...
Felix Fietkau
2011-10-05
rename a variable for clarity
Felix Fietkau
2011-09-04
make device_claim/device_release operate on the device_user instead of the de...
Felix Fietkau
2011-07-29
s/release_device/device_release/
Felix Fietkau
2011-07-29
s/claim_device/device_claim/
Felix Fietkau
2011-07-29
s/init_device/device_init/
Felix Fietkau
2011-07-29
s/get_device/device_get/
Felix Fietkau
2011-07-29
s/cleanup_device/device_cleanup/
Felix Fietkau
2011-07-29
s/set_device_present/device_set_present/
Felix Fietkau
2011-07-29
s/add_device_user/device_add_user/
Felix Fietkau
2011-07-29
s/remove_device_user/device_remove_user/g
Felix Fietkau
2011-03-28
remove an unnecessary inline
Felix Fietkau
2011-03-27
Initial import
Felix Fietkau