sliver-openvswitch.git
2008-08-12 Ben PfaffPrevent the secchan from dying due to SIGPIPE.
2008-08-12 Ben PfaffReduce default burst limit to rate limit / 4.
2008-08-12 Ben PfaffMake discovery happen faster.
2008-08-12 Ben PfaffImplement rate limiting in secchan.
2008-08-12 Ben PfaffDrop rconn's responsibility for limiting the tx queue.
2008-08-12 Ben PfaffUse signal-based timekeeping functions throughout the...
2008-08-12 Ben PfaffInitialize the timetracking module in each userspace...
2008-08-12 Ben PfaffImplement signal-driven time tracking.
2008-08-12 Ben PfaffMake fatal-signal more willing to share signals with...
2008-08-08 Ben PfaffSet up flow to drop packets that come in on their outpu...
2008-08-08 Ben PfaffFix handling of IP but non-TCP, non-UDP packets in...
2008-08-07 Ben PfaffMake vconn_open() consistently set *vconnp to NULL...
2008-08-07 Ben PfaffImplement OpenFlow hard timeouts.
2008-08-07 Ben PfaffFix formatting of flow matches in ofp-print:
2008-08-07 Ben PfaffFix uninitialized struct member in userspace table...
2008-08-07 Ben PfaffFix bug in clearing unsupported switch flags.
2008-08-07 Ben PfaffDon't call kfree_skb() with interrupts disabled.
2008-08-07 Ben PfaffDon't allow unsupported flags to be set in the switch.
2008-08-07 Ben PfaffImplement OFPC_FRAG_DROP fragment handling policy.
2008-08-07 Ben PfaffReduce redundancy in datapath code.
2008-08-07 Ben PfaffMaintain userspace switch configuration in host byte...
2008-08-07 Ben PfaffFix memory leak when OFPP_TABLE is used for a packet...
2008-08-07 Ben PfaffDrop controller-bound traffic that arrives on the contr...
2008-08-06 Justin PettitProperly track table match counts.
2008-08-05 Ben PfaffFix typo in comment.
2008-08-04 Ben PfaffMark functions not used in other source files static.
2008-08-04 Ben PfaffMake it easier for the compiler to optimize IP_IS_FRAGMENT.
2008-08-04 Ben PfaffFix bug in flow_extract() for extracting VLAN from...
2008-08-04 Ben PfaffDon't accept incomplete TCP headers when extracting...
2008-08-04 Ben PfaffDon't try to extract UDP/TCP port numbers from IP fragm...
2008-08-04 Ben PfaffFix typo in comment.
2008-07-30 Ben Pfaffdhcp: Make client signal a change if renewing yields...
2008-07-30 Ben Pfaffdhcp: Make dhcp_option_to_string() act sensibly with...
2008-07-30 Ben Pfaffdhcp: New function dhcp_option_equals().
2008-07-30 Ben PfaffClean up secchan code.
2008-07-30 Ben Pfaffnetdev: Let netdev_get_in4(), netdev_get_in6() take...
2008-07-30 Ben PfaffDebian: Listen on Unix domain socket for management...
2008-07-30 Ben Pfaffvconn: Implement Unix domain socket vconn.
2008-07-30 Ben PfaffMove unix socket helper functions into socket-util.
2008-07-30 Ben Pfaffvconn: Use vconn_stream to factor out code from vconn_tcp.
2008-07-30 Ben Pfaffvconn: Introduce infrastructure for stream socket-based...
2008-07-30 Ben Pfaffvconn: Allow vconns to delegate to underlying implement...
2008-07-30 Ben PfaffFix typo in comment.
2008-07-30 Natasha GudeIP_ARGS takes address of nw_addr
2008-07-30 Justin PettitDon't allow the learning switch to send packets back...
2008-07-29 Ben Pfaffrconn: Reconnect reliably when underlying vconn reports...
2008-07-28 Justin PettitExport the "dp_mutex" symbol, since it's needed by...
2008-07-28 Ben PfaffDrop unnecessary conditional and incorrect comment.
2008-07-28 Ben PfaffBe slightly pickier about going into fail-open mode.
2008-07-28 Ben PfaffAvert GCC false-positive warning.
2008-07-24 Ben PfaffMerge branch 'locking'
2008-07-24 Ben PfaffDon't invoke Debconf from openflow-switch postinst.
2008-07-24 Ben Pfaffvlog: Reduce syslog level of VLL_EMER messages to LOG_A...
2008-07-24 Ben Pfaffvlog: Send multi-line log messages to syslog() one...
2008-07-24 Ben PfaffVerify OpenFlow version number in vconn_recv().
2008-07-23 Ben PfaffFix kdist_clean target in debian/rules.
2008-07-23 Ben PfaffUpdate Debconf templates PO file.
2008-07-23 Ben PfaffDon't log messages to the console by default in Debian...
2008-07-23 Ben PfaffBe less picky about precise name of process in init...
2008-07-23 Ben PfaffOnly generate private key and certificate request if...
2008-07-23 Ben PfaffEnable secchan, ofp-discover to update /etc/resolv...
2008-07-23 Ben PfaffSupport controller discovery in Debian packages.
2008-07-23 Ben PfaffNew utility ofp-kill.
2008-07-23 Ben PfaffNew function make_pidfile_name().
2008-07-23 Ben Pfaffsecchan: Improve logging when rejecting a controller...
2008-07-23 Ben PfaffLock pidfiles with fcntl and create them atomically.
2008-07-23 Ben PfaffNew program ofp-discover.
2008-07-23 Ben PfaffAdd SIGALRM to blockable fatal signals.
2008-07-23 Ben Pfaffdhcp: Always build test-dhcp-client.
2008-07-23 Ben Pfaffdhcp: Fix race condition in test-dhcp-client.
2008-07-23 Ben Pfaffdhcp: Only print "entering" message if state actually...
2008-07-23 Ben Pfaffdhcp: Don't attempt to drain netdev if we ran out of...
2008-07-23 Ben Pfaffdhcp: Make output of dhcp_option_to_string() more unifo...
2008-07-22 Ben Pfaffdhcp: Make dhcp_msg_to_string() support a multiline...
2008-07-22 Ben Pfaffdhcp: Break out netdev configuration from DHCP binding.
2008-07-22 Ben Pfaffdhcp: Be more precise about updating 'changed' flag.
2008-07-22 Ben PfaffMake set_pidfile() easier to use.
2008-07-22 Ben Pfaffdpctl: Get rid of effectively unused variable.
2008-07-21 Ben PfaffDon't include unneeded header file.
2008-07-21 Ben PfaffDo the Debian package build in a _debian subdirectory.
2008-07-21 Ben PfaffDon't unnecessarily link against -lresolv and -ldl.
2008-07-21 Ben PfaffDistribute new rculist.h headers.
2008-07-21 Ben PfaffMove Autoconf's macro definitions into config.h.
2008-07-21 Ben PfaffDrop use of libtool for libraries.
2008-07-21 Ben PfaffDon't explicitly link against libdl.
2008-07-21 Ben PfaffOnly link programs that need it against OpenSSL.
2008-07-21 Ben PfaffGet rid of now-excessive levels of indirection in hwtab...
2008-07-21 Ben PfaffVerify that sleeping is allowed in chain contexts where...
2008-07-21 Ben PfaffDon't need 'deleted' member of struct flow.
2008-07-21 Ben PfaffDon't use atomic_t for tracking table flow counts.
2008-07-21 Ben PfaffGet rid of unnecessary synchronization in tables.
2008-07-21 Ben PfaffProperly synchronize dp_dev destruction.
2008-07-21 Ben PfaffSimplify use of dp_mutex.
2008-07-21 Ben PfaffGet rid of useless use of rcu_read_lock.
2008-07-21 Ben PfaffMake openflow.h SWIG-friendly.
2008-07-19 Ben PfaffFix build on Linux 2.6.26.
2008-07-18 Ben PfaffUse an IP ID of 0 for transmitted DHCP packets.
2008-07-18 Ben PfaffDiscovery.
2008-07-18 Ben PfaffDon't truncate flooded packets at the amount sent up...
2008-07-18 Ben PfaffMake facility and level optional in -v, --verbose options.
next