sliver-openvswitch.git
2008-09-10 Justin PettitUse new method to describe table entries in OpenFlow...
2008-09-09 Ben PfaffImplement 802.1D Spanning Tree Protocol.
2008-09-09 Ben PfaffZero out otherwise uninitialized padding in make_unbuff...
2008-09-09 Ben PfaffFix instructions for running ofp-pki: "new-pki" is...
2008-09-09 Ben PfaffSend of0 packets from workqueue, to avoid recursive...
2008-09-08 Ben PfaffAdd ability to monitor both ends of secchan connections...
2008-09-08 Ben Pfaffvconn: New function vconn_get_name().
2008-09-08 Ben PfaffRe-add extensions submodule that was accidentally dropped.
2008-09-06 Ben PfaffCompatibility fixes for 2.6.18 kernel
2008-09-06 Ben PfaffDo not send in-band control traffic to the controller.
2008-09-04 Ben PfaffUse make_openflow() function to simplify send_features_...
2008-09-04 Ben PfaffFix typo in comment.
2008-09-04 Ben PfaffRevert "Do not send in-band control traffic to the...
2008-09-04 Ben PfaffSimplify code by using rconn_send_with_limit() helper...
2008-09-04 Ben PfaffInitialize otherwise uninitialized variable.
2008-09-04 Ben PfaffRespin "Make vconns keep track of their names and inclu...
2008-09-04 Justin PettitAdd serial number to description status message.
2008-09-04 Justin PettitRevert "Make vconns keep track of their names and inclu...
2008-09-03 Ben PfaffAlso disable atexit hooks in fatal_signal_fork().
2008-09-02 Ben PfaffDo not send in-band control traffic to the controller.
2008-09-02 Ben PfaffMinimal fix for in-band control loop with hub.
2008-09-02 Ben PfaffMake vconns keep track of their names and include them...
2008-09-02 Ben PfaffUpdate ext.
2008-08-29 Ben PfaffMake "make dist", "make clean" work without extensions...
2008-08-29 Ben PfaffFix detection of OpenFlow extensions submodule.
2008-08-29 Ben PfaffFix "make distcheck" error due to failure to clean...
2008-08-29 Ben PfaffAdd support for extensions submodule.
2008-08-28 Ben PfaffRemove duplicate prefixes on switch-status items.
2008-08-28 Ben PfaffMake the secchan report a few more switch-status items.
2008-08-28 Ben PfaffAdd ability to run fatal signal hooks upon normal termi...
2008-08-28 Ben PfaffAdd license notice to acinclude.m4, configure.ac.
2008-08-28 Ben PfaffMake -P or --pidfile keep programs from running if...
2008-08-28 Ben PfaffFix test for fcntl return value.
2008-08-28 Ben PfaffMake OpenFlow kernel module print protocol version.
2008-08-27 Ben PfaffAllow multiple -l or --listen options on secchan comman...
2008-08-26 Ben Pfaffvlog: Apply rate-limiting everywhere it seems warranted.
2008-08-26 Ben Pfaffvlog: Implement rate-limiting.
2008-08-26 Ben Pfaffvlog: Simplify vlog() by using dynamic-string functions.
2008-08-26 Ben PfaffNew functions ds_put_strftime(), ds_chomp().
2008-08-26 Ben PfaffNew header for saturating arithmetic.
2008-08-26 Ben PfaffEliminate dpctl dependency on /sbin/ifconfig.
2008-08-26 Ben PfaffAllow multiple ports on dpctl addif and delif commands...
2008-08-26 Ben PfaffImplement new OpenFlow "switch statistics" feature.
2008-08-26 Ben Pfaffrconn: Add functions for reporting connection statistics.
2008-08-26 Ben PfaffAdd functions for reporting dhcp client statistics.
2008-08-26 Ben PfaffChange netdev_get_in4() to re-check the IP address...
2008-08-26 Ben PfaffNew functions ds_truncate(), ds_last().
2008-08-26 Ben PfaffNew function ds_put_printable().
2008-08-22 Justin PettitFix a couple of typos.
2008-08-22 Justin PettitSend PORT_STATUS messages on port and link changes...
2008-08-22 Ben Pfaffrconn: Fix bug #100, "Inactivity time-out slow under...
2008-08-22 Ben PfaffUn-learn the port on which a MAC is located after some...
2008-08-21 Justin PettitRemove unnecessary AC_PROG_LD since OpenFlow no longer...
2008-08-20 Justin PettitInitialize the table structures to zero.
2008-08-19 Justin PettitCleanup git-status by not showing some unnecessary...
2008-08-19 Justin PettitFix problem where packets never matched in hash table...
2008-08-19 Justin PettitLink to the normal OpenFlow lib directory, not this...
2008-08-18 Ben PfaffDon't compare wildcards, nw_src_mask, nw_dst_mask field...
2008-08-18 Ben PfaffAllow and use shorthands such as "ip" or "tcp" for...
2008-08-18 Ben PfaffMake ofp_packet_in() print the flow corresponding to...
2008-08-18 Ben PfaffImplement subnet mask matching in OpenFlow.
2008-08-18 Ben PfaffUse ETH_ALEN in place of hard-coded 6 in datapath/flow.h.
2008-08-18 Ben PfaffFix typo in comment.
2008-08-18 Justin PettitFix dump-flows to be usable by add-flows.
2008-08-18 Justin PettitUse a consistent naming convention for counts.
2008-08-16 Justin PettitAdd stats message that allows querying description...
2008-08-15 Justin PettitAdded new interface statistics.
2008-08-14 Ben PfaffMake hwtable_dummy compile again.
2008-08-14 Ben PfaffFix vlogconf EINTR error returns.
2008-08-14 Ben PfaffUse OpenFlow OUI for Ethernet address of local ports.
2008-08-14 Ben PfaffUse proper byte order for dl_type of 802.2, non-SNAP...
2008-08-14 Justin PettitSwitch to new packet-out format and add OFPP_IN_PORT.
2008-08-13 Ben PfaffPrint OpenFlow ref. impl. and protocol versions at...
2008-08-13 Ben PfaffDescribe how to build and use Debian packages in INSTALL.
2008-08-13 Ben PfaffAdd missing prerequisite to debian/control.
2008-08-13 Ben Pfaffrconn: Wake up immediately if we drain the send queue.
2008-08-13 Ben Pfaffrconn: Use rconn_send() to send echo requests.
2008-08-13 Ben Pfaffrconn: Queue packets for tx only if connected.
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...
next