summaryrefslogtreecommitdiff
path: root/bridge.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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