bridge: fix getting the mac address from the first member device
[project/netifd.git] / bridge.c
2012-06-26 Felix Fietkaubridge: fix getting the mac address from the first...
2012-05-24 Felix Fietkaubridge: keep existing mac address if specified in the...
2012-05-23 Felix Fietkaubridge: set the mac address based on the first active...
2012-05-04 Felix Fietkauadd copyright headers
2012-03-19 Felix Fietkaumove device cleanup to common code, fixes use-after...
2012-03-05 Felix Fietkaubridge: turn stp off by default
2012-03-05 Felix Fietkaubridge: increase the default forward delay to 2 seconds...
2012-03-05 Felix Fietkaubridge: fix removal of present bridge members
2012-03-05 Felix Fietkaubridge: implement config reload support, preserves...
2012-03-05 Felix Fietkaubridge: add a debug message when a device could not...
2012-03-04 Felix Fietkaubridge: fix hotplug device removal
2012-03-04 Felix Fietkaubridge: fix member list handling
2012-03-04 Felix Fietkauremove redundant variable assignment
2012-03-03 Felix Fietkaubridge: use vlist instead of list
2012-01-19 Felix Fietkauexport carrier status in device stats
2011-11-04 Felix Fietkauadd a hotplug op for preparing an interface bridge...
2011-11-03 Felix Fietkaubridge: fix cleanup path, avoid double free on hotplug...
2011-10-23 Felix Fietkaufix handling bridge interfaces with no initial device
2011-10-21 Felix Fietkaufix initial bridge member bringup
2011-10-21 Felix Fietkaufix duplicate bridge addif
2011-10-19 Felix Fietkaurework device hotplug handling some more, add device_lo...
2011-10-18 Felix Fietkauset the igmp snooping option for bridges
2011-10-18 Felix Fietkaudirectly pass the device name to the device create...
2011-10-11 Felix Fietkauimplement a new ubus object "network.device", add a...
2011-10-09 Felix Fietkauadd more options for bridges, enable stp by default...
2011-10-05 Felix Fietkaurename a variable for clarity
2011-10-03 Felix Fietkaubridge: add missing device cleanup
2011-09-04 Felix Fietkaumake device_claim/device_release operate on the device_...
2011-09-04 Felix Fietkaudo not reverse bridge member devices order
2011-09-04 Felix Fietkaumake bridge configuration more dynamic
2011-07-29 Felix Fietkaus/release_device/device_release/
2011-07-29 Felix Fietkaus/claim_device/device_claim/
2011-07-29 Felix Fietkaus/init_device/device_init/
2011-07-29 Felix Fietkaus/get_device/device_get/
2011-07-29 Felix Fietkaus/set_device_present/device_set_present/
2011-07-29 Felix Fietkaus/add_device_user/device_add_user/
2011-07-29 Felix Fietkaus/remove_device_user/device_remove_user/g
2011-03-29 Felix Fietkaurework includes
2011-03-27 Felix Fietkauimplement a dump status call for bridge devices
2011-03-27 Felix FietkauInitial import