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
2013-04-27
bridge: disable multicast snooping by default
Jo-Philipp Wich
2013-04-23
set default bridge priority to 0x7FFF
Jo-Philipp Wich
2013-04-23
add bridge priority option
Niels Boehm
2012-10-19
bridge: toggle device present state after freeing a bridge member to ensure t...
Felix Fietkau
2012-06-27
bridge: fix getting the mac address from the first member device
Felix Fietkau
2012-05-24
bridge: keep existing mac address if specified in the config
Felix Fietkau
2012-05-23
bridge: set the mac address based on the first active member
Felix Fietkau
2012-05-04
add copyright headers
Felix Fietkau
2012-03-19
move device cleanup to common code, fixes use-after-free in tunnel code
Felix Fietkau
2012-03-05
bridge: turn stp off by default
Felix Fietkau
2012-03-05
bridge: increase the default forward delay to 2 seconds (minimum enforced by ...
Felix Fietkau
2012-03-05
bridge: fix removal of present bridge members
Felix Fietkau
2012-03-05
bridge: implement config reload support, preserves hotplug interfaces and add...
Felix Fietkau
2012-03-05
bridge: add a debug message when a device could not be added
Felix Fietkau
2012-03-04
bridge: fix hotplug device removal
Felix Fietkau
2012-03-04
bridge: fix member list handling
Felix Fietkau
2012-03-04
remove redundant variable assignment
Felix Fietkau
2012-03-04
bridge: use vlist instead of list
Felix Fietkau
2012-01-19
export carrier status in device stats
Felix Fietkau
2011-11-04
add a hotplug op for preparing an interface bridge so that it's ready when an...
Felix Fietkau
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