Felix Fietkau
|
4544f026bb
bridge-vlan: add support for defining aliases for vlan ids
|
4 years ago |
Felix Fietkau
|
351d690f1a
wireless: fix passing bridge name for vlan hotplug pass-through
|
4 years ago |
Felix Fietkau
|
a3016c4512
vlan: add pass-through hotplug ops that pass the VLAN info to the bridge
|
4 years ago |
Felix Fietkau
|
330f4032e3
vlan: initialize device ifname earlier at creation time
|
4 years ago |
Hans Dedecker
|
522456b9f3
device: gracefully handle device names exceeding IFNAMESIZ
|
6 years ago |
John Crispin
|
ca970979e9
netifd: make sure the vlan ifname fits into the buffer
|
6 years ago |
Hans Dedecker
|
263631ae5a
vlan: use alloca to get rid of IFNAMSIZE in vlan_dev_set_name()
|
6 years ago |
Alexander Couzens
|
60293a7a36
replace fall throughs in switch/cases where possible with simple code changes
|
6 years ago |
Arne Kappen
|
f56a7fbaa6
device: prepare for adding device handlers dynamically
|
8 years ago |
Hans Dedecker
|
29521f9a23
device: Fix device find failure in avl list due to device name change
|
8 years ago |
Hans Dedecker
|
11797342f8
vlan: Fix possible segfault
|
8 years ago |
Hans Dedecker
|
4902ba2999
device: Don't process link events anymore in device user specific callback handlers
|
9 years ago |
Hans Dedecker
|
3653d721da
netifd: Add old style vlan devices to device list
|
9 years ago |
Felix Fietkau
|
500779b375
Revert "vlan: reset device state on init"
|
9 years ago |
Felix Fietkau
|
a4445215e0
vlan: reset device state on init
|
9 years ago |
Felix Fietkau
|
5a4eb870af
device: make link status detection optional for vlan devices
|
10 years ago |
Hans Dedecker
|
5d655d1d3f
netifd: Check device_claim return code in all cases
|
10 years ago |
Helmut Schaa
|
3d317e90f1
netifd: Reload proto on topology change
|
10 years ago |
Hans Dedecker
|
f35b76c61b
netifd: Link layer state awareness support on interface level
|
10 years ago |
Felix Fietkau
|
2851c3bcde
Revert "netifd: Link layer state support on device level"
|
11 years ago |
Hans Dedecker
|
c439b52400
netifd: Link layer state support on device level
|
11 years ago |
Nathan Hintz
|
6f34c02e51
vlan: set the name of vlan devices earlier
|
11 years ago |
Felix Fietkau
|
b35fd5d578
device: use safe_list for device event, fixes some hang issues
|
11 years ago |
Felix Fietkau
|
6094417533
fix ifname for alias+vlan chains
|
12 years ago |
Felix Fietkau
|
0be9a1d0c1
make vlan devices virtual to avoid avl tree issues with changing ifnames when bound to alias interfaces
|
12 years ago |
Jo-Philipp Wich
|
55b8d754c6
vlan.c: prevent segfault in get_vlan_device_chain() if the base device does not exist
|
12 years ago |
Felix Fietkau
|
bfe5db1ea8
add copyright headers
|
12 years ago |
Felix Fietkau
|
f8276b9b14
apply device settings to simple devices with config specified from the interface section (legacy format compatibility), but only if no other config was provided
|
13 years ago |
Felix Fietkau
|
beaf1b3d4a
always recreate devices by default if the config attribute list is not the default one
|
13 years ago |
Felix Fietkau
|
cd51d94890
rename a variable for clarity
|
13 years ago |