index
:
delta/openwrt/netifd.git
baserock/fix-build
master
openwrt-18.06
openwrt-19.07
openwrt-21.02
staging/stintel/ifnamsiz
staging/ynezz/fixes-bridge-inspect
git.openwrt.org: project/netifd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bridge.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bridge: enable IGMP snooping by default
Felix Fietkau
2014-07-17
1
-1
/
+1
*
netifd: Fix node version set after free
Hans Dedecker
2014-05-09
1
-1
/
+5
*
netifd: Add interface config support to enable/disable IPv6 in the kernel per...
Hans Dedecker
2014-04-26
1
-0
/
+6
*
netifd: Reload proto on topology change
Helmut Schaa
2014-03-21
1
-0
/
+4
*
netifd: Fix bridge MTU setting when a bridge member is added
Hans Dedecker
2014-03-11
1
-2
/
+9
*
netifd: fix bridge reloading issue
Emanuel Taube
2014-03-07
1
-2
/
+2
*
netifd: Fix possible segfault in bridge code
Helmut Schaa
2013-11-29
1
-0
/
+3
*
bridge: fix stray semicolon, fixes a bug in bridge primary port reset
Felix Fietkau
2013-10-29
1
-1
/
+1
*
bridge: fix corner case with network reload
Luka Perkov
2013-08-29
1
-5
/
+4
*
bridge: add bridge_empty option which allows creation of empty bridges
Luka Perkov
2013-07-13
1
-0
/
+14
*
config: use the new uci_blob library code
Felix Fietkau
2013-06-10
1
-4
/
+4
*
bridge: disable multicast snooping by default
Jo-Philipp Wich
2013-04-27
1
-3
/
+1
*
set default bridge priority to 0x7FFF
Jo-Philipp Wich
2013-04-23
1
-3
/
+2
*
add bridge priority option
Niels Boehm
2013-04-23
1
-0
/
+7
*
bridge: toggle device present state after freeing a bridge member to ensure t...
Felix Fietkau
2012-10-19
1
-3
/
+24
*
bridge: fix getting the mac address from the first member device
Felix Fietkau
2012-06-27
1
-1
/
+7
*
bridge: keep existing mac address if specified in the config
Felix Fietkau
2012-05-24
1
-0
/
+5
*
bridge: set the mac address based on the first active member
Felix Fietkau
2012-05-23
1
-0
/
+22
*
add copyright headers
Felix Fietkau
2012-05-04
1
-0
/
+13
*
move device cleanup to common code, fixes use-after-free in tunnel code
Felix Fietkau
2012-03-19
1
-1
/
+0
*
bridge: turn stp off by default
Felix Fietkau
2012-03-05
1
-1
/
+1
*
bridge: increase the default forward delay to 2 seconds (minimum enforced by ...
Felix Fietkau
2012-03-05
1
-1
/
+1
*
bridge: fix removal of present bridge members
Felix Fietkau
2012-03-05
1
-2
/
+3
*
bridge: implement config reload support, preserves hotplug interfaces and add...
Felix Fietkau
2012-03-05
1
-6
/
+55
*
bridge: add a debug message when a device could not be added
Felix Fietkau
2012-03-05
1
-1
/
+3
*
bridge: fix hotplug device removal
Felix Fietkau
2012-03-04
1
-4
/
+4
*
bridge: fix member list handling
Felix Fietkau
2012-03-04
1
-8
/
+19
*
remove redundant variable assignment
Felix Fietkau
2012-03-04
1
-4
/
+0
*
bridge: use vlist instead of list
Felix Fietkau
2012-03-04
1
-30
/
+38
*
export carrier status in device stats
Felix Fietkau
2012-01-19
1
-0
/
+1
*
add a hotplug op for preparing an interface bridge so that it's ready when an...
Felix Fietkau
2011-11-04
1
-3
/
+18
*
bridge: fix cleanup path, avoid double free on hotplug device remove
Felix Fietkau
2011-11-04
1
-16
/
+22
*
fix handling bridge interfaces with no initial device
Felix Fietkau
2011-10-23
1
-3
/
+4
*
fix initial bridge member bringup
Felix Fietkau
2011-10-21
1
-2
/
+2
*
fix duplicate bridge addif
Felix Fietkau
2011-10-21
1
-3
/
+0
*
rework device hotplug handling some more, add device_lock/device_unlock to pr...
Felix Fietkau
2011-10-19
1
-3
/
+8
*
set the igmp snooping option for bridges
Felix Fietkau
2011-10-19
1
-0
/
+6
*
directly pass the device name to the device create function
Felix Fietkau
2011-10-18
1
-8
/
+2
*
implement a new ubus object "network.device", add a method for dumping detail...
Felix Fietkau
2011-10-11
1
-3
/
+3
*
add more options for bridges, enable stp by default and set forwarding delay ...
Felix Fietkau
2011-10-09
1
-1
/
+43
*
rename a variable for clarity
Felix Fietkau
2011-10-05
1
-6
/
+18
*
bridge: add missing device cleanup
Felix Fietkau
2011-10-03
1
-0
/
+1
*
make device_claim/device_release operate on the device_user instead of the de...
Felix Fietkau
2011-09-04
1
-2
/
+2
*
do not reverse bridge member devices order
Felix Fietkau
2011-09-04
1
-1
/
+1
*
make bridge configuration more dynamic
Felix Fietkau
2011-09-04
1
-74
/
+66
*
s/release_device/device_release/
Felix Fietkau
2011-07-29
1
-1
/
+1
*
s/claim_device/device_claim/
Felix Fietkau
2011-07-29
1
-1
/
+1
*
s/init_device/device_init/
Felix Fietkau
2011-07-29
1
-1
/
+1
*
s/get_device/device_get/
Felix Fietkau
2011-07-29
1
-2
/
+2
*
s/set_device_present/device_set_present/
Felix Fietkau
2011-07-29
1
-3
/
+3
[next]