CMake: bump the minimum required CMake version to 3.5
[project/netifd.git] / bridge.c
2023-12-05 Felix Fietkaubridge: rework config change pvid handling
2023-12-05 Felix Fietkaubridge: fix reload on bridge vlan changes
2023-12-05 Felix Fietkaudebug: remove newline from debug messages
2023-11-10 Felix Fietkauwireless: fix premature removal of hotplug devices...
2023-11-06 Felix Fietkaudevice: fix build error on 32 bit systems
2023-11-03 Felix Fietkaubridge: add support for configuring vlans for auth...
2023-11-02 Felix Fietkaubridge: add auth-required bridge members with auth_stat...
2023-11-01 Felix Fietkaudevice/bridge: support passing extra vlans in the devic...
2023-07-03 Felix Fietkaubridge: fix config reload on 32 bit systems
2023-06-27 Felix Fietkaubridge: add support for configuring extra vlans for...
2023-06-24 Christian Marangibridge: fix coverity false positive report
2023-06-23 Felix Fietkaubridge: add support for adding vlan ranges via hotplug
2023-06-23 Felix Fietkaubridge: make hotplug-added vlans default to tagged
2023-06-23 Felix Fietkaubridge: add support for configuring extra tagged vlans...
2023-05-31 Petr Štetiarbridge: bridge_dump_info: add dumping of bridge attributes staging/ynezz/fixes-bridge-inspect
2023-05-31 Petr Štetiarbridge: make it more clear why the config was applied
2023-05-31 Petr Štetiartreewide: fix multiple compiler warnings
2023-05-04 Felix Fietkaubridge: remove stray newline from device status vlan...
2023-02-19 Hauke Mehrtensnetifd: bridge: Fix format string position
2021-09-27 Felix Fietkaunetifd: rework/fix device free handling
2021-08-24 Felix Fietkaubridge: tune default stp parameters
2021-08-24 Felix Fietkaubridge: add support for an external STP daemon
2021-08-24 Felix Fietkaubridge: memset bst->config by default to avoid stale...
2021-07-26 Felix Fietkaubridge: fix regression in bringing up bridge ports
2021-07-23 Felix Fietkaubridge: check bridge port vlan membership on link-up...
2021-07-13 Felix Fietkaubridge: fix hotplug vlan overwrite on big-endian systems
2021-06-23 Felix Fietkaubridge: bring up pre-existing vlans on hotplug as well
2021-06-22 Felix Fietkaubridge: fix enabling hotplug-added VLANs on the bridge...
2021-06-17 Felix Fietkaubridge: fix setting pvid for updated vlans
2021-06-04 Felix Fietkaubridge: allow adding/removing VLANs to configured membe...
2021-06-02 Felix Fietkaubridge: fix dynamic delete of hotplug vlans
2021-06-02 Felix Fietkaubridge: dynamically create vlans for hotplug members
2021-05-18 Rafał Miłeckibridge: rename "ifname" attribute to "ports"
2021-05-17 Felix Fietkaudevice: add support for configuring devices with extern...
2021-04-03 Zheng Qiannetifd: bridge: set default value for igmp_snoop
2020-11-20 Felix Fietkaubridge-vlan: add support for defining aliases for vlan ids
2020-11-18 Felix Fietkauwireless: fix passing bridge name for vlan hotplug...
2020-11-05 Felix Fietkaubridge: only overwrite implicit vlan assignment if...
2020-11-05 Felix Fietkaubridge: fix use-after-free bug on bridge member free
2020-11-05 Felix Fietkaubridge: preserve hotplug ports on vlan update if config...
2020-10-28 Felix Fietkaubridge: show vlans in device status
2020-10-28 Felix Fietkaubridge: add support for defining port member vlans...
2020-08-07 Felix Fietkaubridge: flush vlan list on bridge free
2020-07-19 Felix Fietkaubridge: add support for VLAN filtering
2020-07-18 John Crispinbridge: add support for turning on vlan_filtering
2018-11-19 Hans Dedeckertreewide: switch to C-code style comments
2018-11-19 Hans Dedeckertreewide: make some functions static
2018-08-14 Hans Dedeckerdevice: gracefully handle device names exceeding IFNAMESIZ
2017-05-09 Alex Opreabridge: reset primary only after marking the member...
2017-01-13 Felix Fietkaubridge: disable IGMP snooping by default
2016-11-22 Felix Fietkaubridge: fix MAC address override on config reload
2016-11-04 Hans Dedeckerbridge: Don't use device name as bridge member name
2016-09-26 Hans Dedeckerbridge: Make bridge_device_type static
2016-09-26 Hans Dedeckerdevice: Move the different device type registrations...
2016-08-26 Arne Kappendevice: add device handler list
2016-08-26 Arne Kappendevice: prepare for adding device handlers dynamically
2016-03-07 Linus Lüssingbridge: multicast: Export some parameters RFCs suggest...
2015-06-24 Steven BarthAdd mtu6 option to override IPv6 MTU
2015-05-27 Linus Lüssingbridge: allow setting hash_max value
2015-04-17 Felix Fietkaudevice: remove DEV_ATTR_IFNAME, it is unused
2015-03-23 Matthias Schifferbridge: allow enabling or disabling the multicast queri...
2015-02-17 Hans Dedeckernetifd: Keep reference to a config copy in device type...
2015-01-23 Felix Fietkaubridge: fix retrying member enable when the bridge...
2015-01-23 Felix Fietkaubridge: mark tested members as present during enable...
2015-01-23 Felix Fietkaubridge: release failed member devices
2014-11-23 Felix Fietkaubridge: retry adding members after config reload /...
2014-07-17 Felix Fietkaubridge: enable IGMP snooping by default
2014-05-09 Hans Dedeckernetifd: Fix node version set after free
2014-04-26 Hans Dedeckernetifd: Add interface config support to enable/disable...
2014-03-21 Helmut Schaanetifd: Reload proto on topology change
2014-03-11 Hans Dedeckernetifd: Fix bridge MTU setting when a bridge member...
2014-03-07 Emanuel Taubenetifd: fix bridge reloading issue
2013-11-29 Helmut Schaanetifd: Fix possible segfault in bridge code
2013-10-29 Felix Fietkaubridge: fix stray semicolon, fixes a bug in bridge...
2013-08-29 Luka Perkovbridge: fix corner case with network reload
2013-07-13 Luka Perkovbridge: add bridge_empty option which allows creation...
2013-06-10 Felix Fietkauconfig: use the new uci_blob library code
2013-04-27 Jo-Philipp Wichbridge: disable multicast snooping by default
2013-04-23 Jo-Philipp Wichset default bridge priority to 0x7FFF
2013-04-23 Niels Boehmadd bridge priority option
2012-10-19 Felix Fietkaubridge: toggle device present state after freeing a...
2012-06-26 Felix Fietkaubridge: fix getting the mac address from the first...
2012-05-24 Felix Fietkaubridge: keep existing mac address if specified in the...
2012-05-23 Felix Fietkaubridge: set the mac address based on the first active...
2012-05-04 Felix Fietkauadd copyright headers
2012-03-19 Felix Fietkaumove device cleanup to common code, fixes use-after...
2012-03-05 Felix Fietkaubridge: turn stp off by default
2012-03-05 Felix Fietkaubridge: increase the default forward delay to 2 seconds...
2012-03-05 Felix Fietkaubridge: fix removal of present bridge members
2012-03-05 Felix Fietkaubridge: implement config reload support, preserves...
2012-03-05 Felix Fietkaubridge: add a debug message when a device could not...
2012-03-04 Felix Fietkaubridge: fix hotplug device removal
2012-03-04 Felix Fietkaubridge: fix member list handling
2012-03-04 Felix Fietkauremove redundant variable assignment
2012-03-03 Felix Fietkaubridge: use vlist instead of list
2012-01-19 Felix Fietkauexport carrier status in device stats
2011-11-04 Felix Fietkauadd a hotplug op for preparing an interface bridge...
2011-11-03 Felix Fietkaubridge: fix cleanup path, avoid double free on hotplug...
2011-10-23 Felix Fietkaufix handling bridge interfaces with no initial device
2011-10-21 Felix Fietkaufix initial bridge member bringup
next