summaryrefslogtreecommitdiff
path: root/bridge.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | the kernel)
* bridge: fix removal of present bridge membersFelix Fietkau2012-03-051-2/+3
|
* bridge: implement config reload support, preserves hotplug interfaces and ↵Felix Fietkau2012-03-051-6/+55
| | | | adds fast updates for adding/removing bridge members
* 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 ↵Felix Fietkau2011-11-041-3/+18
| | | | an external process adds interfaces
* 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 ↵Felix Fietkau2011-10-191-3/+8
| | | | prevent use-after-free bugs
* 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 ↵Felix Fietkau2011-10-111-3/+3
| | | | detailed device information
* add more options for bridges, enable stp by default and set forwarding delay ↵Felix Fietkau2011-10-091-1/+43
| | | | to 1
* 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 ↵Felix Fietkau2011-09-041-2/+2
| | | | device to avoid refcount bugs
* 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
|
* s/remove_device_user/device_remove_user/gFelix Fietkau2011-07-291-1/+1
|
* rework includesFelix Fietkau2011-03-291-0/+2
|
* implement a dump status call for bridge devicesFelix Fietkau2011-03-271-0/+17
|
* Initial importFelix Fietkau2011-03-271-0/+343