summaryrefslogtreecommitdiffhomepage
path: root/bridge.c
AgeCommit message (Expand)Author
2015-03-23bridge: allow enabling or disabling the multicast querier independently of IG...Matthias Schiffer
2015-02-17netifd: Keep reference to a config copy in device type specific reload handle...Hans Dedecker
2015-01-23bridge: fix retrying member enable when the bridge is otherwise emptyFelix Fietkau
2015-01-23bridge: mark tested members as present during enable retryFelix Fietkau
2015-01-23bridge: release failed member devicesFelix Fietkau
2014-11-23bridge: retry adding members after config reload / device startFelix Fietkau
2014-07-17bridge: enable IGMP snooping by defaultFelix Fietkau
2014-05-09netifd: Fix node version set after freeHans Dedecker
2014-04-26netifd: Add interface config support to enable/disable IPv6 in the kernel per...Hans Dedecker
2014-03-21netifd: Reload proto on topology changeHelmut Schaa
2014-03-11netifd: Fix bridge MTU setting when a bridge member is addedHans Dedecker
2014-03-07netifd: fix bridge reloading issueEmanuel Taube
2013-11-29netifd: Fix possible segfault in bridge codeHelmut Schaa
2013-10-29bridge: fix stray semicolon, fixes a bug in bridge primary port resetFelix Fietkau
2013-08-29bridge: fix corner case with network reloadLuka Perkov
2013-07-13bridge: add bridge_empty option which allows creation of empty bridgesLuka Perkov
2013-06-10config: use the new uci_blob library codeFelix Fietkau
2013-04-27bridge: disable multicast snooping by defaultJo-Philipp Wich
2013-04-23set default bridge priority to 0x7FFFJo-Philipp Wich
2013-04-23add bridge priority optionNiels Boehm
2012-10-19bridge: toggle device present state after freeing a bridge member to ensure t...Felix Fietkau
2012-06-27bridge: fix getting the mac address from the first member deviceFelix Fietkau
2012-05-24bridge: keep existing mac address if specified in the configFelix Fietkau
2012-05-23bridge: set the mac address based on the first active memberFelix Fietkau
2012-05-04add copyright headersFelix Fietkau
2012-03-19move device cleanup to common code, fixes use-after-free in tunnel codeFelix Fietkau
2012-03-05bridge: turn stp off by defaultFelix Fietkau
2012-03-05bridge: increase the default forward delay to 2 seconds (minimum enforced by ...Felix Fietkau
2012-03-05bridge: fix removal of present bridge membersFelix Fietkau
2012-03-05bridge: implement config reload support, preserves hotplug interfaces and add...Felix Fietkau
2012-03-05bridge: add a debug message when a device could not be addedFelix Fietkau
2012-03-04bridge: fix hotplug device removalFelix Fietkau
2012-03-04bridge: fix member list handlingFelix Fietkau
2012-03-04remove redundant variable assignmentFelix Fietkau
2012-03-04bridge: use vlist instead of listFelix Fietkau
2012-01-19export carrier status in device statsFelix Fietkau
2011-11-04add a hotplug op for preparing an interface bridge so that it's ready when an...Felix Fietkau
2011-11-04bridge: fix cleanup path, avoid double free on hotplug device removeFelix Fietkau
2011-10-23fix handling bridge interfaces with no initial deviceFelix Fietkau
2011-10-21fix initial bridge member bringupFelix Fietkau
2011-10-21fix duplicate bridge addifFelix Fietkau
2011-10-19rework device hotplug handling some more, add device_lock/device_unlock to pr...Felix Fietkau
2011-10-19set the igmp snooping option for bridgesFelix Fietkau
2011-10-18directly pass the device name to the device create functionFelix Fietkau
2011-10-11implement a new ubus object "network.device", add a method for dumping detail...Felix Fietkau
2011-10-09add more options for bridges, enable stp by default and set forwarding delay ...Felix Fietkau
2011-10-05rename a variable for clarityFelix Fietkau
2011-10-03bridge: add missing device cleanupFelix Fietkau
2011-09-04make device_claim/device_release operate on the device_user instead of the de...Felix Fietkau
2011-09-04do not reverse bridge member devices orderFelix Fietkau