summaryrefslogtreecommitdiffhomepage
path: root/vlan.c
AgeCommit message (Expand)Author
2020-07-18vlan: initialize device ifname earlier at creation timeFelix Fietkau
2018-08-14device: gracefully handle device names exceeding IFNAMESIZHans Dedecker
2018-07-27netifd: make sure the vlan ifname fits into the bufferJohn Crispin
2018-07-17vlan: use alloca to get rid of IFNAMSIZE in vlan_dev_set_name()Hans Dedecker
2018-07-11replace fall throughs in switch/cases where possible with simple code changesAlexander Couzens
2016-08-26device: prepare for adding device handlers dynamicallyArne Kappen
2016-06-06device: Fix device find failure in avl list due to device name changeHans Dedecker
2016-02-01vlan: Fix possible segfaultHans Dedecker
2015-11-04device: Don't process link events anymore in device user specific callback ha...Hans Dedecker
2015-05-27netifd: Add old style vlan devices to device listHans Dedecker
2015-01-24Revert "vlan: reset device state on init"Felix Fietkau
2015-01-24vlan: reset device state on initFelix Fietkau
2014-10-20device: make link status detection optional for vlan devicesFelix Fietkau
2014-06-18netifd: Check device_claim return code in all casesHans Dedecker
2014-03-21netifd: Reload proto on topology changeHelmut Schaa
2014-02-27netifd: Link layer state awareness support on interface levelHans Dedecker
2013-12-14Revert "netifd: Link layer state support on device level"Felix Fietkau
2013-12-08netifd: Link layer state support on device levelHans Dedecker
2013-09-25vlan: set the name of vlan devices earlierNathan Hintz
2013-04-15device: use safe_list for device event, fixes some hang issuesFelix Fietkau
2012-07-05fix ifname for alias+vlan chainsFelix Fietkau
2012-07-05make vlan devices virtual to avoid avl tree issues with changing ifnames when...Felix Fietkau
2012-07-05vlan.c: prevent segfault in get_vlan_device_chain() if the base device does n...Jo-Philipp Wich
2012-05-04add copyright headersFelix Fietkau
2011-10-19apply device settings to simple devices with config specified from the interf...Felix Fietkau
2011-10-06always recreate devices by default if the config attribute list is not the de...Felix Fietkau
2011-10-05rename a variable for clarityFelix Fietkau
2011-09-04make device_claim/device_release operate on the device_user instead of the de...Felix Fietkau
2011-07-29s/release_device/device_release/Felix Fietkau
2011-07-29s/claim_device/device_claim/Felix Fietkau
2011-07-29s/init_device/device_init/Felix Fietkau
2011-07-29s/get_device/device_get/Felix Fietkau
2011-07-29s/cleanup_device/device_cleanup/Felix Fietkau
2011-07-29s/set_device_present/device_set_present/Felix Fietkau
2011-07-29s/add_device_user/device_add_user/Felix Fietkau
2011-07-29s/remove_device_user/device_remove_user/gFelix Fietkau
2011-03-28remove an unnecessary inlineFelix Fietkau
2011-03-27Initial importFelix Fietkau