projects
/
openvswitch
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
openvswitch
2008-08-12
Ben Pfaff
Drop rconn's responsibility for limiting the tx queue.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-12
Ben Pfaff
Use signal-based timekeeping functions throughout the...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-12
Ben Pfaff
Initialize the timetracking module in each userspace...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-12
Ben Pfaff
Implement signal-driven time tracking.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-12
Ben Pfaff
Make fatal-signal more willing to share signals with...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-08
Ben Pfaff
Set up flow to drop packets that come in on their outpu...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-08
Ben Pfaff
Fix handling of IP but non-TCP, non-UDP packets in...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-07
Ben Pfaff
Make vconn_open() consistently set *vconnp to NULL...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-07
Ben Pfaff
Implement OpenFlow hard timeouts.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-07
Ben Pfaff
Fix formatting of flow matches in ofp-print:
commit
|
commitdiff
|
tree
|
snapshot
2008-08-07
Ben Pfaff
Fix uninitialized struct member in userspace table...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-07
Ben Pfaff
Fix bug in clearing unsupported switch flags.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-07
Ben Pfaff
Don't call kfree_skb() with interrupts disabled.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-07
Ben Pfaff
Don't allow unsupported flags to be set in the switch.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-07
Ben Pfaff
Implement OFPC_FRAG_DROP fragment handling policy.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-07
Ben Pfaff
Reduce redundancy in datapath code.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-07
Ben Pfaff
Maintain userspace switch configuration in host byte...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-07
Ben Pfaff
Fix memory leak when OFPP_TABLE is used for a packet...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-07
Ben Pfaff
Drop controller-bound traffic that arrives on the contr...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-06
Justin Pettit
Properly track table match counts.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-05
Ben Pfaff
Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-04
Ben Pfaff
Mark functions not used in other source files static.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-04
Ben Pfaff
Make it easier for the compiler to optimize IP_IS_FRAGMENT.
commit
|
commitdiff
|
tree
|
snapshot
2008-08-04
Ben Pfaff
Fix bug in flow_extract() for extracting VLAN from...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-04
Ben Pfaff
Don't accept incomplete TCP headers when extracting...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-04
Ben Pfaff
Don't try to extract UDP/TCP port numbers from IP fragm...
commit
|
commitdiff
|
tree
|
snapshot
2008-08-04
Ben Pfaff
Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Ben Pfaff
dhcp: Make client signal a change if renewing yields...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Ben Pfaff
dhcp: Make dhcp_option_to_string() act sensibly with...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Ben Pfaff
dhcp: New function dhcp_option_equals().
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Ben Pfaff
Clean up secchan code.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Ben Pfaff
netdev: Let netdev_get_in4(), netdev_get_in6() take...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Ben Pfaff
Debian: Listen on Unix domain socket for management...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Ben Pfaff
vconn: Implement Unix domain socket vconn.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Ben Pfaff
Move unix socket helper functions into socket-util.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Ben Pfaff
vconn: Use vconn_stream to factor out code from vconn_tcp.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Ben Pfaff
vconn: Introduce infrastructure for stream socket-based...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Ben Pfaff
vconn: Allow vconns to delegate to underlying implement...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Ben Pfaff
Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Natasha Gude
IP_ARGS takes address of nw_addr
commit
|
commitdiff
|
tree
|
snapshot
2008-07-30
Justin Pettit
Don't allow the learning switch to send packets back...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-29
Ben Pfaff
rconn: Reconnect reliably when underlying vconn reports...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-28
Justin Pettit
Export the "dp_mutex" symbol, since it's needed by...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-28
Ben Pfaff
Drop unnecessary conditional and incorrect comment.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-28
Ben Pfaff
Be slightly pickier about going into fail-open mode.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-28
Ben Pfaff
Avert GCC false-positive warning.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-24
Ben Pfaff
Merge branch 'locking'
commit
|
commitdiff
|
tree
|
snapshot
2008-07-24
Ben Pfaff
Don't invoke Debconf from openflow-switch postinst.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-24
Ben Pfaff
vlog: Reduce syslog level of VLL_EMER messages to LOG_A...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-24
Ben Pfaff
vlog: Send multi-line log messages to syslog() one...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-24
Ben Pfaff
Verify OpenFlow version number in vconn_recv().
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
Fix kdist_clean target in debian/rules.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
Update Debconf templates PO file.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
Don't log messages to the console by default in Debian...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
Be less picky about precise name of process in init...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
Only generate private key and certificate request if...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
Enable secchan, ofp-discover to update /etc/resolv...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
Support controller discovery in Debian packages.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
New utility ofp-kill.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
New function make_pidfile_name().
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
secchan: Improve logging when rejecting a controller...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
Lock pidfiles with fcntl and create them atomically.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
New program ofp-discover.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
Add SIGALRM to blockable fatal signals.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
dhcp: Always build test-dhcp-client.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
dhcp: Fix race condition in test-dhcp-client.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
dhcp: Only print "entering" message if state actually...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
dhcp: Don't attempt to drain netdev if we ran out of...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-23
Ben Pfaff
dhcp: Make output of dhcp_option_to_string() more unifo...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-22
Ben Pfaff
dhcp: Make dhcp_msg_to_string() support a multiline...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-22
Ben Pfaff
dhcp: Break out netdev configuration from DHCP binding.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-22
Ben Pfaff
dhcp: Be more precise about updating 'changed' flag.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-22
Ben Pfaff
Make set_pidfile() easier to use.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-22
Ben Pfaff
dpctl: Get rid of effectively unused variable.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-21
Ben Pfaff
Don't include unneeded header file.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-21
Ben Pfaff
Do the Debian package build in a _debian subdirectory.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-21
Ben Pfaff
Don't unnecessarily link against -lresolv and -ldl.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-21
Ben Pfaff
Distribute new rculist.h headers.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-21
Ben Pfaff
Move Autoconf's macro definitions into config.h.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-21
Ben Pfaff
Drop use of libtool for libraries.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-21
Ben Pfaff
Don't explicitly link against libdl.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-21
Ben Pfaff
Only link programs that need it against OpenSSL.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-21
Ben Pfaff
Get rid of now-excessive levels of indirection in hwtab...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-21
Ben Pfaff
Verify that sleeping is allowed in chain contexts where...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-21
Ben Pfaff
Don't need 'deleted' member of struct flow.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-21
Ben Pfaff
Don't use atomic_t for tracking table flow counts.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-21
Ben Pfaff
Get rid of unnecessary synchronization in tables.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-21
Ben Pfaff
Properly synchronize dp_dev destruction.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-21
Ben Pfaff
Simplify use of dp_mutex.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-21
Ben Pfaff
Get rid of useless use of rcu_read_lock.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-21
Ben Pfaff
Make openflow.h SWIG-friendly.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-19
Ben Pfaff
Fix build on Linux 2.6.26.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-18
Ben Pfaff
Use an IP ID of 0 for transmitted DHCP packets.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-18
Ben Pfaff
Discovery.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-18
Ben Pfaff
Don't truncate flooded packets at the amount sent up...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-18
Ben Pfaff
Make facility and level optional in -v, --verbose options.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-18
Ben Pfaff
Implement DHCP client.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-18
Ben Pfaff
vconn: Make errors in vconn names non-fatal errors.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-18
Ben Pfaff
vconn: New function vconn_ssl_is_configured().
commit
|
commitdiff
|
tree
|
snapshot
2008-07-18
Ben Pfaff
vconn: Add assertions to vconn_send() to check consiste...
commit
|
commitdiff
|
tree
|
snapshot
next