ipv6: use kernel >= 3.14 handling of offlink-addresses
[project/netifd.git] / bridge.c
2015-04-17 Felix Fietkaudevice: remove DEV_ATTR_IFNAME, it is unused
2015-03-23 Matthias Schifferbridge: allow enabling or disabling the multicast queri...
2015-02-17 Hans Dedeckernetifd: Keep reference to a config copy in device type...
2015-01-23 Felix Fietkaubridge: fix retrying member enable when the bridge...
2015-01-23 Felix Fietkaubridge: mark tested members as present during enable...
2015-01-23 Felix Fietkaubridge: release failed member devices
2014-11-23 Felix Fietkaubridge: retry adding members after config reload /...
2014-07-17 Felix Fietkaubridge: enable IGMP snooping by default
2014-05-09 Hans Dedeckernetifd: Fix node version set after free
2014-04-26 Hans Dedeckernetifd: Add interface config support to enable/disable...
2014-03-21 Helmut Schaanetifd: Reload proto on topology change
2014-03-11 Hans Dedeckernetifd: Fix bridge MTU setting when a bridge member...
2014-03-07 Emanuel Taubenetifd: fix bridge reloading issue
2013-11-29 Helmut Schaanetifd: Fix possible segfault in bridge code
2013-10-29 Felix Fietkaubridge: fix stray semicolon, fixes a bug in bridge...
2013-08-29 Luka Perkovbridge: fix corner case with network reload
2013-07-13 Luka Perkovbridge: add bridge_empty option which allows creation...
2013-06-10 Felix Fietkauconfig: use the new uci_blob library code
2013-04-27 Jo-Philipp Wichbridge: disable multicast snooping by default
2013-04-23 Jo-Philipp Wichset default bridge priority to 0x7FFF
2013-04-23 Niels Boehmadd bridge priority option
2012-10-19 Felix Fietkaubridge: toggle device present state after freeing a...
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