index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vswitchd
/
bridge.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lib/ofp-print.h to include/openvswitch directory
Ben Warren
2016-04-14
1
-11
/
+11
*
Move lib/ofp-util.h to include/openvswitch directory
Ben Warren
2016-04-14
1
-1
/
+1
*
Move lib/meta-flow.h to include/openvswitch directory
Ben Warren
2016-04-14
1
-1
/
+1
*
Move lib/ofpbuf.h to include/openvswitch directory
Ben Warren
2016-03-30
1
-1
/
+1
*
list: Rename all functions in list.h with ovs_ prefix.
Ben Warren
2016-03-30
1
-22
/
+22
*
list: Remove lib/list.h completely.
Ben Warren
2016-03-30
1
-1
/
+1
*
tunneling: Handle multiple ip address for given device.
Pravin B Shelar
2016-03-24
1
-2
/
+1
*
bridge: Dump configurable QoS types.
Ian Stokes
2016-03-22
1
-0
/
+41
*
bridge: Fix qos_unixctl_show bug.
Ian Stokes
2016-03-22
1
-16
/
+22
*
Move lib/dynamic-string.h to include/openvswitch directory
Ben Warren
2016-03-19
1
-1
/
+1
*
ovs-vswitchd: Preserve datapath ports across graceful shutdown.
Ben Pfaff
2016-02-05
1
-7
/
+7
*
dpif-netdev: Allow different numbers of rx queues for different ports.
Ilya Maximets
2016-02-04
1
-2
/
+0
*
bridge: Do not add bridges with '/' in name.
Daniele Di Proietto
2016-02-03
1
-2
/
+3
*
bridge: Also prohibit \ in bridge names.
Ben Pfaff
2016-02-03
1
-3
/
+6
*
Use ip_parse() and ipv6_parse() and variants in more places.
Ben Pfaff
2015-12-15
1
-4
/
+3
*
packets: New macro ETH_ADDR_STRLEN.
Ben Pfaff
2015-12-15
1
-2
/
+3
*
bridge: Coding style fix.
Ben Pfaff
2015-10-12
1
-1
/
+2
*
bridge: Relax the whitelist format for punix path.
Alex Wang
2015-08-29
1
-5
/
+7
*
userspace: Define and use struct eth_addr.
Jarno Rajahalme
2015-08-28
1
-47
/
+49
*
bridge: Reconfigure when system interfaces change.
Thadeu Lima de Souza Cascardo
2015-08-02
1
-1
/
+26
*
ovs-appctl: register unixctl commands in the beginning
Huanle Han
2015-07-16
1
-0
/
+1
*
Implement OpenFlow 1.4+ OFPTC_EVICTION.
Ben Pfaff
2015-07-03
1
-2
/
+5
*
bridge: Remove redundant call to discover_types().
Ben Pfaff
2015-04-20
1
-4
/
+0
*
bridge: Remove unused macro OFP_PORT_ACTION_WINDOW.
Ben Pfaff
2015-04-20
1
-10
/
+0
*
in-band: Do not use manager with loopback address for in-band control.
Alex Wang
2015-04-20
1
-2
/
+5
*
bridge: Fix use-after-free in bridge_aa_refresh_queue().
Ben Pfaff
2015-04-17
1
-2
/
+2
*
bridge: Wait for previous stats update transation when it is incomplete.
Alex Wang
2015-04-06
1
-3
/
+16
*
bridge: Do not wait for status update when there is no bridge.
Alex Wang
2015-04-06
1
-7
/
+1
*
bridge: Execute bridge_run() only after retrieving db contents.
Alex Wang
2015-04-01
1
-1
/
+4
*
vswitch.ovsschema: Add datapath_types and port_types.
Mark D. Gray
2015-03-24
1
-0
/
+40
*
netdev-linux: Support for SFQ, FQ_CoDel and CoDel qdiscs.
Jonathan Vestin
2015-03-23
1
-1
/
+1
*
netdev-linux: Be more careful about integer overflow in policing.
Ben Pfaff
2015-03-17
1
-2
/
+2
*
Use the IANA-assigned ports for OpenFlow and OVSDB.
Justin Pettit
2015-03-12
1
-1
/
+1
*
bridge: Enable RSTP if both STP and RSTP are enabled.
Ben Pfaff
2015-03-05
1
-24
/
+22
*
ovs-lldp: Use better types for ISID and VLANs.
Ben Pfaff
2015-03-03
1
-5
/
+4
*
auto-attach: Add auto-attach support to bridge layer and command set
Dennis Flynn
2015-03-03
1
-1
/
+275
*
ofpbuf: Simplify ofpbuf API.
Pravin B Shelar
2015-03-03
1
-2
/
+2
*
bridge: Publish error count in database's rstp_statistics.
Ben Pfaff
2015-02-19
1
-3
/
+5
*
ovsdb-idlc: Constify 'char **'.
Russell Bryant
2015-02-19
1
-5
/
+5
*
mcast-snoop: Add support to control Reports forwarding
Flavio Leitner
2015-02-04
1
-2
/
+5
*
lib: Move vlog.h to <openvswitch/vlog.h>
Thomas Graf
2014-12-15
1
-1
/
+1
*
list: Rename struct list to struct ovs_list
Thomas Graf
2014-12-15
1
-2
/
+2
*
rstp: Add 'rstp-admin-p2p-mac' and 'rstp-admin-port-state' setters.
Jarno Rajahalme
2014-11-14
1
-0
/
+10
*
rstp: Show some useful rstp port fields.
Jarno Rajahalme
2014-11-13
1
-1
/
+7
*
bridge: Store datapath version into ovsdb
Andy Zhou
2014-11-05
1
-0
/
+18
*
Use magic ETH_ADDR_LEN instead of 6 for Ethernet address length.
Wang Sheng-Hui
2014-10-22
1
-1
/
+1
*
ovs-vswitchd: Fix high cpu utilization when acquire idl lock fails.
Alex Wang
2014-10-09
1
-3
/
+6
*
nx-match: Move all knowledge of OXM/NXM here.
Ben Pfaff
2014-10-07
1
-0
/
+1
*
bridge: Keep bond active slave selection across OVS restart
Andy Zhou
2014-10-06
1
-0
/
+31
*
bridge: Fix high cpu utilization.
Alex Wang
2014-09-30
1
-0
/
+3
[next]