summaryrefslogtreecommitdiff
path: root/bridge.c
Commit message (Expand)AuthorAgeFilesLines
...
* netifd: Fix node version set after freeHans Dedecker2014-05-091-1/+5
* netifd: Add interface config support to enable/disable IPv6 in the kernel per...Hans Dedecker2014-04-261-0/+6
* netifd: Reload proto on topology changeHelmut Schaa2014-03-211-0/+4
* netifd: Fix bridge MTU setting when a bridge member is addedHans Dedecker2014-03-111-2/+9
* netifd: fix bridge reloading issueEmanuel Taube2014-03-071-2/+2
* netifd: Fix possible segfault in bridge codeHelmut Schaa2013-11-291-0/+3
* bridge: fix stray semicolon, fixes a bug in bridge primary port resetFelix Fietkau2013-10-291-1/+1
* bridge: fix corner case with network reloadLuka Perkov2013-08-291-5/+4
* bridge: add bridge_empty option which allows creation of empty bridgesLuka Perkov2013-07-131-0/+14
* config: use the new uci_blob library codeFelix Fietkau2013-06-101-4/+4
* bridge: disable multicast snooping by defaultJo-Philipp Wich2013-04-271-3/+1
* set default bridge priority to 0x7FFFJo-Philipp Wich2013-04-231-3/+2
* add bridge priority optionNiels Boehm2013-04-231-0/+7
* bridge: toggle device present state after freeing a bridge member to ensure t...Felix Fietkau2012-10-191-3/+24
* bridge: fix getting the mac address from the first member deviceFelix Fietkau2012-06-271-1/+7
* bridge: keep existing mac address if specified in the configFelix Fietkau2012-05-241-0/+5
* bridge: set the mac address based on the first active memberFelix Fietkau2012-05-231-0/+22
* add copyright headersFelix Fietkau2012-05-041-0/+13
* move device cleanup to common code, fixes use-after-free in tunnel codeFelix Fietkau2012-03-191-1/+0
* bridge: turn stp off by defaultFelix Fietkau2012-03-051-1/+1
* bridge: increase the default forward delay to 2 seconds (minimum enforced by ...Felix Fietkau2012-03-051-1/+1
* bridge: fix removal of present bridge membersFelix Fietkau2012-03-051-2/+3
* bridge: implement config reload support, preserves hotplug interfaces and add...Felix Fietkau2012-03-051-6/+55
* bridge: add a debug message when a device could not be addedFelix Fietkau2012-03-051-1/+3
* bridge: fix hotplug device removalFelix Fietkau2012-03-041-4/+4
* bridge: fix member list handlingFelix Fietkau2012-03-041-8/+19
* remove redundant variable assignmentFelix Fietkau2012-03-041-4/+0
* bridge: use vlist instead of listFelix Fietkau2012-03-041-30/+38
* export carrier status in device statsFelix Fietkau2012-01-191-0/+1
* add a hotplug op for preparing an interface bridge so that it's ready when an...Felix Fietkau2011-11-041-3/+18
* bridge: fix cleanup path, avoid double free on hotplug device removeFelix Fietkau2011-11-041-16/+22
* fix handling bridge interfaces with no initial deviceFelix Fietkau2011-10-231-3/+4
* fix initial bridge member bringupFelix Fietkau2011-10-211-2/+2
* fix duplicate bridge addifFelix Fietkau2011-10-211-3/+0
* rework device hotplug handling some more, add device_lock/device_unlock to pr...Felix Fietkau2011-10-191-3/+8
* set the igmp snooping option for bridgesFelix Fietkau2011-10-191-0/+6
* directly pass the device name to the device create functionFelix Fietkau2011-10-181-8/+2
* implement a new ubus object "network.device", add a method for dumping detail...Felix Fietkau2011-10-111-3/+3
* add more options for bridges, enable stp by default and set forwarding delay ...Felix Fietkau2011-10-091-1/+43
* rename a variable for clarityFelix Fietkau2011-10-051-6/+18
* bridge: add missing device cleanupFelix Fietkau2011-10-031-0/+1
* make device_claim/device_release operate on the device_user instead of the de...Felix Fietkau2011-09-041-2/+2
* do not reverse bridge member devices orderFelix Fietkau2011-09-041-1/+1
* make bridge configuration more dynamicFelix Fietkau2011-09-041-74/+66
* s/release_device/device_release/Felix Fietkau2011-07-291-1/+1
* s/claim_device/device_claim/Felix Fietkau2011-07-291-1/+1
* s/init_device/device_init/Felix Fietkau2011-07-291-1/+1
* s/get_device/device_get/Felix Fietkau2011-07-291-2/+2
* s/set_device_present/device_set_present/Felix Fietkau2011-07-291-3/+3
* s/add_device_user/device_add_user/Felix Fietkau2011-07-291-2/+2