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
/
bridge.c
Age
Commit message (
Expand
)
Author
2011-11-04
bridge: fix cleanup path, avoid double free on hotplug device remove
Felix Fietkau
2011-10-23
fix handling bridge interfaces with no initial device
Felix Fietkau
2011-10-21
fix initial bridge member bringup
Felix Fietkau
2011-10-21
fix duplicate bridge addif
Felix Fietkau
2011-10-19
rework device hotplug handling some more, add device_lock/device_unlock to pr...
Felix Fietkau
2011-10-19
set the igmp snooping option for bridges
Felix Fietkau
2011-10-18
directly pass the device name to the device create function
Felix Fietkau
2011-10-11
implement a new ubus object "network.device", add a method for dumping detail...
Felix Fietkau
2011-10-09
add more options for bridges, enable stp by default and set forwarding delay ...
Felix Fietkau
2011-10-05
rename a variable for clarity
Felix Fietkau
2011-10-03
bridge: add missing device cleanup
Felix Fietkau
2011-09-04
make device_claim/device_release operate on the device_user instead of the de...
Felix Fietkau
2011-09-04
do not reverse bridge member devices order
Felix Fietkau
2011-09-04
make bridge configuration more dynamic
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/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-29
rework includes
Felix Fietkau
2011-03-27
implement a dump status call for bridge devices
Felix Fietkau
2011-03-27
Initial import
Felix Fietkau
[prev]