For SNAT, don't store the pre-fragment L2 header before actions are applied.
[sliver-openvswitch.git] / include /
2008-07-30 Ben Pfaffvconn: Introduce infrastructure for stream socket-based...
2008-07-24 Ben PfaffMerge branch 'locking'
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 function make_pidfile_name().
2008-07-23 Ben PfaffNew program ofp-discover.
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-21 Ben PfaffMake openflow.h SWIG-friendly.
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 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: 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: 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: New macros for detecting IP fragments.
2008-07-18 Ben Pfaffpackets: Move IP checksum functionality into new csum...
2008-07-18 Ben Pfaffpackets: Distinguish max Ethernet length with and witho...
2008-07-18 Ben Pfaffpackets: New IP header macros.
2008-07-18 Ben Pfaffpackets: Make Ethernet broadcast address available...
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().
2008-07-18 Ben PfaffNew function ds_clear().
2008-07-18 Ben PfaffNew function random_range().
2008-07-18 Ben PfaffNew header file timeval.h for time-related functionality.
2008-07-18 Ben PfaffNew header file "type-props.h" for testing properties...
2008-07-18 Ben PfaffLog an error when the time is negative at vlog startup.
2008-07-18 Ben PfaffNew function eth_addr_is_zero().
2008-07-18 Ben PfaffNew function netdev_arp_lookup().
2008-07-18 Ben PfaffNew function rconn_get_ip().
2008-07-18 Ben PfaffNew function vconn_get_ip().
2008-07-17 Ben PfaffAssert on structure sizes in openflow.h.
2008-07-17 Ben PfaffAdjust OpenFlow to have same structure layout on 32...
2008-07-09 Ben PfaffFix typo in comment.
2008-07-01 Ben PfaffMake the secure channel and controller send out keepalives.
2008-07-01 Ben PfaffDrop "benchmark" netlink message and "benchmark-nl...
2008-07-01 Ben PfaffRespond to echo requests in OpenFlow implementations.
2008-07-01 Ben PfaffAdd utility functions for generating random numbers...
2008-06-26 Ben PfaffAdd --max-idle option to secchan and controller.
2008-06-13 Ben PfaffAdd --detach and --pidfile options to daemons.
2008-06-09 Ben PfaffFactor learning switch out of controller into library.
2008-05-28 Ben PfaffMake in-band communication work.
2008-05-28 Ben PfaffMake the OFPP_LOCAL port work in the kernel OpenFlow...
2008-05-28 Ben PfaffBreak MAC learning out of controller into library.
2008-05-28 Ben PfaffNew functions for getting and setting network device...
2008-05-28 Ben PfaffExpose device IP addresses through netdev.
2008-05-28 Ben PfaffMove netdev from switch to lib.
2008-05-07 Justin PettitMark the "vlan_eth_header" struct as packed, because...
2008-05-05 Justin PettitClean-up OpenFlow main header a bit.
2008-05-02 Ben PfaffImplement aggregate flow statistics in kernel and users...
2008-05-02 Ben PfaffSend actions as part of flow statistics messages.
2008-05-02 Ben PfaffAdd max_idle field to flow stats messages.
2008-05-02 Justin Pettit- Add priority to flow expiration messages.
2008-05-02 Ben PfaffImplement new statistics format in kernel and userspace...
2008-05-02 Ben PfaffDrop prototype for function that does not exist.
2008-05-02 Ben PfaffNew utility function xmemdup().
2008-05-01 Justin Pettit- Add support for OpenFlow error message type.
2008-04-29 Justin Pettit- On flow entries with wildcards, match priority field...
2008-04-29 Ben PfaffFix openflow.h compilation with GCC 2.95.
2008-04-28 Ben PfaffAdd missing NLM_F flags constants (oops).
2008-04-28 Ben PfaffFix typo in comment.
2008-04-26 Justin PettitClean-up related to supporting priorities...mostly...
2008-04-26 Justin Pettit- Add support for flow entry priorities.
2008-04-26 Ben PfaffImprove list traversal macros.
2008-04-26 Ben PfaffAdd missing header to Makefile.am.
2008-04-24 Ben PfaffGet rid of build dependency on netlink-related headers...
2008-04-22 Justin PettitAdd priority field to flow_mod...code to support this...
2008-04-21 Justin PettitMark structures as packed that cause alignment problems...
2008-04-16 Justin PettitSwitch from "stat" to "stats" everywhere.
2008-04-16 Justin Pettit- Keep datapath config in host-byte order (and fix...
2008-04-16 Justin PettitUse new OpenFlow protocol versioning scheme.
2008-04-15 Justin PettitFinish removing references to the MAC table.
2008-04-15 Ben PfaffMerge remote branch 'repo/master' into stats
2008-04-15 Ben PfaffMake table_id in OpenFlow messages 8 bits, since 255...
2008-04-15 Ben PfaffMake duration in ofp_flow_stats a 32-bit quantity ...
2008-04-12 Justin PettitAdd support for OFPP_TABLE virtual port.
2008-04-10 Justin PettitChanges based on feedback from GigaFin.
2008-04-04 Ben PfaffImplement OpenFlow statistics in switches and in dpctl.
2008-04-04 Ben PfaffFactor out parsing vconn-ssl options.
2008-04-04 Ben PfaffFactor out printing the list of available vconns.
2008-04-04 Ben PfaffBreak data_hello and control_hello messages into multip...
2008-04-04 Ben PfaffRename controller_connection to rconn and use it in...
2008-04-04 Ben PfaffAdd new functions for pretty-printing an OpenFlow messa...
2008-04-04 Ben PfaffAdd vlog functions and macros for testing whether a...
2008-04-01 Ben PfaffAdd comments to queue module.
2008-04-01 Ben PfaffClean up and comment poll-loop module.
2008-04-01 Ben PfaffGet rid of ip.h, migrating its users to packets.h.
2008-04-01 Ben PfaffGet rid of mac.h, migrating its users to packets.h.
2008-03-28 casadoUpdate copyright on all non-GPL files
next