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: reset primary only after marking the member not present
Alex Oprea
2017-05-09
1
-3
/
+3
*
bridge: disable IGMP snooping by default
Felix Fietkau
2017-01-13
1
-2
/
+0
*
bridge: fix MAC address override on config reload
Felix Fietkau
2016-11-22
1
-0
/
+3
*
bridge: Don't use device name as bridge member name
Hans Dedecker
2016-11-04
1
-7
/
+12
*
bridge: Make bridge_device_type static
Hans Dedecker
2016-09-26
1
-1
/
+1
*
device: Move the different device type registrations to the device type file
Hans Dedecker
2016-09-26
1
-0
/
+5
*
device: add device handler list
Arne Kappen
2016-08-26
1
-0
/
+3
*
device: prepare for adding device handlers dynamically
Arne Kappen
2016-08-26
1
-5
/
+7
*
bridge: multicast: Export some parameters RFCs suggest to be tunable
Linus Lüssing
2016-03-07
1
-0
/
+32
*
Add mtu6 option to override IPv6 MTU
Steven Barth
2015-06-24
1
-1
/
+1
*
bridge: allow setting hash_max value
Linus Lüssing
2015-05-27
1
-0
/
+6
*
device: remove DEV_ATTR_IFNAME, it is unused
Felix Fietkau
2015-04-17
1
-1
/
+1
*
bridge: allow enabling or disabling the multicast querier independently of IG...
Matthias Schiffer
2015-03-23
1
-1
/
+7
*
netifd: Keep reference to a config copy in device type specific reload handle...
Hans Dedecker
2015-02-17
1
-0
/
+3
*
bridge: fix retrying member enable when the bridge is otherwise empty
Felix Fietkau
2015-01-23
1
-8
/
+40
*
bridge: mark tested members as present during enable retry
Felix Fietkau
2015-01-23
1
-0
/
+1
*
bridge: release failed member devices
Felix Fietkau
2015-01-23
1
-0
/
+2
*
bridge: retry adding members after config reload / device start
Felix Fietkau
2014-11-23
1
-0
/
+36
*
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
[next]