Add support for listing and deleting entries based on an output port.
[sliver-openvswitch.git] / lib /
2008-08-28 Ben PfaffFix test for fcntl return value.
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 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 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-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 Justin PettitFix dump-flows to be usable by add-flows.
2008-08-16 Justin PettitAdd stats message that allows querying description...
2008-08-15 Justin PettitAdded new interface statistics.
2008-08-14 Ben PfaffFix vlogconf EINTR error returns.
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 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 PfaffMake discovery happen faster.
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 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-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 PfaffImplement OFPC_FRAG_DROP fragment handling policy.
2008-08-07 Ben PfaffDrop controller-bound traffic that arrives on the contr...
2008-08-04 Ben PfaffMark functions not used in other source files static.
2008-08-04 Ben PfaffFix bug in flow_extract() for extracting VLAN from...
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 Pfaffnetdev: Let netdev_get_in4(), netdev_get_in6() take...
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 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 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 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 PfaffEnable secchan, ofp-discover to update /etc/resolv...
2008-07-23 Ben PfaffNew function make_pidfile_name().
2008-07-23 Ben PfaffLock pidfiles with fcntl and create them atomically.
2008-07-23 Ben PfaffAdd SIGALRM to blockable fatal signals.
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-21 Ben PfaffMove Autoconf's macro definitions into config.h.
2008-07-21 Ben PfaffDrop use of libtool for libraries.
2008-07-18 Ben PfaffUse an IP ID of 0 for transmitted DHCP packets.
2008-07-18 Ben PfaffMake facility and level optional in -v, --verbose options.
2008-07-18 Ben PfaffImplement DHCP client.
2008-07-18 Ben Pfaffvconn: Make errors in vconn names non-fatal errors.
2008-07-18 Ben Pfaffvconn: New function vconn_ssl_is_configured().
2008-07-18 Ben Pfaffvconn: Add assertions to vconn_send() to check consiste...
2008-07-18 Ben Pfaffvconn: Add new function vconn_transact() and use it...
2008-07-18 Ben Pfaffvconn: Add utility functions make_openflow() and update...
2008-07-18 Ben Pfaffrconn: Add questionability.
2008-07-18 Ben Pfaffrconn: Rewrite to use explicit state machine.
2008-07-18 Ben Pfaffrconn: Push detection of send errors into try_send().
2008-07-18 Ben Pfaffrconn: Time out connection attempts when the backoff...
2008-07-18 Ben Pfaffrconn: Log when a connection attempt starts.
2008-07-18 Ben Pfaffrconn: Add new max_backoff argument to rconn_new().
2008-07-18 Ben Pfaffnetdev: add ability to set IPv4 addresses and add a...
2008-07-18 Ben Pfaffnetdev: Add ability to permanently set device flags.
2008-07-18 Ben Pfaffnetdev: Use SOCK_RAW instead of SOCK_PACKET.
2008-07-18 Ben Pfaffnetdev: Add more functions for manipulating device...
2008-07-18 Ben Pfaffnetdev: New function netdev_drain().
2008-07-18 Ben Pfaffnetdev: Add argument to netdev_open() to specify Ethern...
2008-07-18 Ben Pfaffnetdev: Do not modify the caller's buffer in netdev_send().
2008-07-18 Ben Pfaffpackets: Make flow_extract() output a pointer to L7...
2008-07-18 Ben Pfaffpackets: Move IP checksum functionality into new csum...
2008-07-18 Ben Pfaffbuffer: New functions buffer_reserve(), buffer_push(),
2008-07-18 Ben Pfaffbuffer: Rename buffer_reserve_headroom to buffer_preall...
2008-07-18 Ben Pfaffbuffer: Make buffer_pull() return the start of the...
2008-07-18 Ben PfaffNew function xmemdup0().
next