projects
/
openvswitch
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
openvswitch
2011-09-24
Ben Pfaff
bond: Remove spurious blank line.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-24
Ethan Jackson
ovs-monitor-ipsec: Style cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-24
Ethan Jackson
ovs-monitor-ipsec: Remove unused root-prefix option.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Justin Pettit
ovs-bugtool: Use RUNDIR macro for ovs-appctl target.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Jesse Gross
dpif-linux: Prevent a single port from monopolizing...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Jesse Gross
netlink: Expose version of nl_attr_find for key and...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Jesse Gross
poll-loop: Enable checking whether a FD caused a wakeup.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Jesse Gross
ofproto-dpif: Flush flows before dpif_recv_set_mask().
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Jesse Gross
datapath: Use unicast Netlink sockets for upcalls.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Jesse Gross
netlink: Expose method to get Netlink pid of a socket.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Ethan Jackson
tests: test-jsonrpc.py whitespace cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Ethan Jackson
tests: test-jsonrpc references nonexistent variable.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Ben Pfaff
tag: Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Ben Pfaff
python: Implement write support in Python IDL for OVSDB.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Ben Pfaff
ovs.db.types: Add table reference to ovs.db.types.BaseType.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Ben Pfaff
python: Accept multiple forms of strings and lists...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Ben Pfaff
python: Change 'clone' function names to 'copy'.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Ben Pfaff
ovs.ovsuuid: Get rid of ovs.ovsuuid.UUID class.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Ben Pfaff
tests: Fix typos in C versions of test-ovsdb error...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Ben Pfaff
ovs.jsonrpc: Include result in Message.__str__() output.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Ben Pfaff
ovs.db.data: Make Datum.check_constraints() work.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Ben Pfaff
ovs.db.data: Fix Atom.new()'s handling of Boolean values.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Ben Pfaff
ovsdb-idl: Code style improvements.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Ben Pfaff
tests: Actually run all the Python IDL tests under...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Ben Pfaff
ovs.json: Remove commented-out debug code.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Ben Pfaff
ovs.json: Actually implement the "pretty" option for...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Ben Pfaff
python: Avoid shadowing standard or global names.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Ben Pfaff
python: Avoid "unused parameter" warnings from pychecker.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Ben Pfaff
ovs.db.types: Always initialize ref_type attribute.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Ben Pfaff
ovs-monitor-ipsec: Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Simon Horman
Include sys/socket.h for SOCK_STREAM
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Simon Horman
Include sys/wait.h for WIFEXITED
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Justin Pettit
ovsdb-tool: Correct markup for 'db' argument in show...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Ben Pfaff
ofp-print: Avoid double space before "actions" for...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Ben Pfaff
netdev-linux: Fix broken build on RHEL 6.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Ben Pfaff
netlink-socket: Async notifications are incompatible...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Ben Pfaff
ovs-xapi-sync: Make pychecker-able.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Daniel Roman
ovs-bugtool: Fix --unlimited option.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Simon Horman
Remove netdev_find_dev_by_in4
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Simon Horman
Do not include net/ethernet.h and linux/if_tunnel.h
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Simon Horman
Add fallback definition of SIG_ATOMIC_MAX
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Simon Horman
Include <sys/time.h> in socket-util.h
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Simon Horman
Include <sys/socket.h> in socket-util.h
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Ben Pfaff
netlink-socket: Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-21
Jesse Gross
datapath: IFF_BRIDGE_PORT is backported by Centos 5.6.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-21
Jesse Gross
datapath: Cleanup actions.c:do_output().
commit
|
commitdiff
|
tree
|
snapshot
2011-09-21
Jesse Gross
datapath: Send to userspace errors shouldn't halt proce...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
Jesse Gross
datapath: Correctly validate vport attributes on old...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
Jesse Gross
datapath: Remove check for shared skbs.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
Ben Pfaff
ovs-vsctl: Fix typo in documentation.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
Ben Pfaff
debian: Correct path to ovs-controller in init script.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
Jesse Gross
datapath: Fully initialize datapath before local port.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-19
Jesse Gross
datapath: Correctly set error code in queue_userspace_p...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-19
Jesse Gross
datapath-protocol: vport_stats types are unsigned.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-19
Pravin Shelar
sflow: Use ODP-port number to lookup ifindex.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-19
Ben Pfaff
ovs-ofctl: Clarify in_port in manpage.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-19
Ben Pfaff
nicira-ext: Clarify comment.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-17
Ethan Jackson
daemon.py: Silence return warning.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-17
Ethan Jackson
daemon.py: Don't shadow built-in 'file' variable.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-16
Ethan Jackson
daemon.py: Whitespace cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-16
Ethan Jackson
tests: Cleanup test-daemon.py style.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-16
Ethan Jackson
cfm: Update cfm_remote_mpids documentation.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-16
Ethan Jackson
dpif-linux: Handle nl_lookup_genl_mcgroup() failures.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-16
Ethan Jackson
dpif-linux: Open dpif despite notifier failures.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-16
Ethan Jackson
datapath: Hardcode vport multicast group ID on older...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-16
Ethan Jackson
notifiers: Create and destroy nln_notifiers.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-16
Ethan Jackson
notifiers: Rename run and wait functions.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-16
Ben Pfaff
ofproto-dpif: Fix behavior when a subset of VLANs is...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-16
Pravin Shelar
datapath: Always use generic stats for devices (vports)
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
Justin Pettit
Set MTU in userspace rather than kernel.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
Ben Pfaff
AUTHORS: Add Tyler Coumbes <coumbes@gmail.com>.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
Ben Pfaff
ovs-brcompatd: Delete ports when netdevs on fake bridge...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
Ben Pfaff
cfm: Delete spurious blank line.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
Ben Pfaff
ovs-vsctl: Improve usage message.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
Ethan Jackson
ofproto-dpif: Revalidate on cfm and lacp addition.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
Ben Pfaff
bugtool: Remove "ovs-bugtool" upon "make clean", to...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
Ben Pfaff
bugtool: Uninstall plugins on "make uninstall".
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
Ben Pfaff
Mark "uninstall-local" targets phony.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
Ben Pfaff
rhel: Fix "make distcheck" failure due to regenerating...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
Ben Pfaff
ofproto: Remove dummy 'in_port' variable.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
Ben Pfaff
ofp-util: Remove obsolete build assertion.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
Ben Pfaff
odp-util: Drop pointless "if" statement.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
Ben Pfaff
netdev: Allow get_mtu and set_mtu provider functions...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
Pravin Shelar
datapath: Fix tunnel lookup
commit
|
commitdiff
|
tree
|
snapshot
2011-09-14
Jesse Gross
datapath: Set vport in skb when executed from userspace.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
Ethan Jackson
man: pic failed to run during manpage-check
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
Ethan Jackson
lib: TYPE_IS_SIGNED macro generates compiler warnings.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
Ethan Jackson
socket-util: inet_parse_passive() had incorrect argume...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
Ethan Jackson
lib: Suppress comparison warnings in ovsdb libraries.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
Ben Pfaff
ofproto-dpif: Optimize flow revalidation for MAC learning.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
Ben Pfaff
ofproto-dpif: Introduce an enum for the number of tables.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
Ben Pfaff
flow: New function flow_wildcards_is_catchall().
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
Ben Pfaff
classifier: Move zero_wildcards() to flow.c as public...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
Ben Pfaff
Implement new "learn" action.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
Ben Pfaff
ofproto: Reinterpret meaning of OpenFlow hard timeouts...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
Ben Pfaff
test-openflowd: Allow specifying port type on --ports...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
Ben Pfaff
dpif-netdev: Also allow "dummy" netdevs in a dpif-netdev.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
Ben Pfaff
ofproto-dpif: Add -generate option to ofproto/trace...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
Ben Pfaff
meta-flow: New library for working with fields by id.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
Ben Pfaff
ofproto: Mark some parameters 'const'.
commit
|
commitdiff
|
tree
|
snapshot
next