lib: Correct "old-style function definition" warning.
[sliver-openvswitch.git] / lib /
2012-08-08 Ed Mastelib: Correct "old-style function definition" warning.
2012-08-07 Justin Pettitvlog: Ignore return value of some write() calls.
2012-08-07 Justin Pettitvconn: Properly line up description for "tcp:" and...
2012-08-07 Ben Pfafflearning-switch: Normalize the flows that are sent...
2012-08-07 Ben Pfafflearning-switch: Don't use exact-match on every field...
2012-08-07 Ben Pfafflearning-switch: Delay sending handshake until version...
2012-08-07 Ben Pfafflearning-switch: Make lswitch own its rconn.
2012-08-07 Ben Pfaffvconn: Fix vconn_get_version().
2012-08-07 Ben Pfaffvconn: Ensure that vconn_run() is enough to complete...
2012-08-07 Mehak MahajanAdding checksum to ICMP packets created by OVS for...
2012-08-07 Simon Hormanofp-util: Allow encoding of Open Flow 1.2 Flow Mod...
2012-08-07 Simon Hormanlearning-switch: Send Features Request and Set Config...
2012-08-07 Simon Hormanofp-print: Use the prevailing protocol to call ofputil_...
2012-08-07 Simon Hormanofp-util: Make make_echo_request() aware of different...
2012-08-07 Simon Hormanofp-error: Remove ofperr_domain from external API
2012-08-07 Simon Hormanofp-util: Make ofperr_encode_msg__() use correct Open...
2012-08-07 Simon Hormanofp-util: Allow encoding of Open Flow 1.1 & 1.2 Barrier...
2012-08-06 Ben Pfaffrconn: Treat draining a message from the send queue...
2012-08-06 Ben Pfaffrconn: Remove unused functions.
2012-08-06 Simon Hormannx-match: Separate raw match and header/pad pull/put
2012-08-06 Simon Hormanofp-util: Set switch_features actions to zero for Open...
2012-08-06 Ben Pfaffofp-msgs: ofpmp_reserve() must add "more" flag when...
2012-08-04 Jesse Grossdatapath: Relax set header validation.
2012-08-03 Ben Pfaffofp-util: Remove extra blank line.
2012-08-03 Ben Pfaffofp-util: Fix typo in comment.
2012-08-03 Ben Pfaffutil: New macro CONST_CAST.
2012-08-03 Ben Pfaffflow: Remove superfluous casts.
2012-08-03 Ben Pfaffflow: Correctly consider nw_frag_mask in some flow_wild...
2012-08-03 Ben Pfaffdirs: dbdir default must be based on sysconfdir.
2012-08-02 Mehak MahajanAdding checksum to IP packets created by ovs for testing.
2012-08-01 Ethan Jacksonflow: Fix wild pointer dereference in flow_compose().
2012-08-01 Ben Pfafflockfile: Be more forgiving about lockfiles for symlinks.
2012-08-01 Ben Pfaffutil: New function follow_symlinks().
2012-08-01 Ben PfaffMake the location of the database separately configurable.
2012-08-01 Ben Pfafflockfile: Fix hang locking through a dangling symlink.
2012-08-01 Ben Pfafftest-vconn: Block in three cases where a race is visibl...
2012-07-31 Simon Hormanofp-util: Update Capabilities for Open Flow 1.2
2012-07-31 Simon Hormanofp-util: Reduce scope of variables in ofputil_encode_f...
2012-07-31 Simon Hormanofp-util: Add of12_action_bits
2012-07-31 Simon Hormanofproto: As of Open Flow 1.1 switch_features has no...
2012-07-31 Simon Hormanopenflow: Add enum ofp_version
2012-07-31 Ben Pfaffofp-util: Work on decoding OF1.1 flow_mods.
2012-07-31 Ben Pfaffopenflow: Separate OF1.0, OF1.1 flow_mod constants...
2012-07-31 Ben Pfaffopenflow: Rename OpenFlow 1.0 statistics messages with...
2012-07-31 Ben Pfaffnicira-ext: Drop nx_aggregate_stats_reply structure.
2012-07-31 Ben Pfaffofp-msgs: New approach to encoding and decoding OpenFlo...
2012-07-31 Justin Pettitdpif: Allow the port number to be requested when adding...
2012-07-30 Ed MasteUse int type for setsockopt IP_TOS value
2012-07-27 Ethan Jacksonpackets: Remove redundant RARP header.
2012-07-26 Ben Pfaffpackets: First-hop router redundancy protocol MAC addre...
2012-07-26 Giuseppe Lettierinetdev implementation for FreeBSD
2012-07-25 Justin PettitFix "*tivty" typos.
2012-07-25 Ben Pfaffmeta-flow: Fix "sparse" warning in mf_are_prereqs_ok().
2012-07-23 Simon HormanOXM: Add VLAN VID as a prerequisite for VLAN PCP
2012-07-23 Simon HormanOXM: Add encoding of VLAN VID and VLAN PCP
2012-07-23 Ben Pfaffmeta-flow: Add OF1.2-like MFF_VLAN_VID and MFF_VLAN_PCP.
2012-07-23 Ben Pfaffflow: Rename flow_set_vlan_vid() to flow_set_dl_vlan().
2012-07-23 Ben Pfaffmeta-flow: Rename MFF_VLAN_VID->MFF_DL_VLAN, MFF_VLAN_P...
2012-07-23 Simon Hormanofp-util: Add OFPUTIL_P_OF12 and NXFF_OPENFLOW12
2012-07-20 Ben Pfaffofp-print: Print the type of truncated messages, when...
2012-07-20 Ethan Jacksoncfm: Clear RDI on new CFM configurations.
2012-07-20 Ethan Jacksoncfm: Improve logging.
2012-07-20 Ben Pfaffnetdev-vport: Warn about invalid TOS.
2012-07-19 Simon HormanOXM: Allow masking of ARP SHA and THA
2012-07-19 Ben Pfaffmeta-flow: Fix mf_get_mask() bug for IPv6 flow label.
2012-07-19 Simon Hormanclassifier: Add helpers for setting ethernet addresses
2012-07-19 Simon HormanOXM: Allow masking of IPv6 Flow Label
2012-07-19 Ben Pfaffnx-match: Improve log message in nx_entry_ok().
2012-07-19 Ben Pfaffnx-match: Succeed pulling 0-byte nx-match from NULL...
2012-07-18 Ben Pfaffsystem-stats: Use "smap" instead of "shash".
2012-07-18 Ben Pfaffsmap: New function smap_steal().
2012-07-18 Ben Pfaffsmap: New functions smap_from_json(), smap_to_json().
2012-07-18 Ben Pfaffvlog: Use worker process to write to log file.
2012-07-18 Ben Pfaffvlog: Use system calls instead of stdio to write log...
2012-07-18 Ben Pfaffworker: New library for breaking a daemon into multiple...
2012-07-18 Ben Pfaffvlog: Add VLOG_ABORT() to log and call abort().
2012-07-18 Ben Pfaffdaemon: Factor out code into new function daemonize_pos...
2012-07-18 Ben Pfaffdaemon: Factor out code into new function fork_and_wait...
2012-07-18 Ben Pfaffutil: Introduce "subprogram_name" to identify subproces...
2012-07-18 Ben Pfaffsocket-util: Add functions for sending fds over Unix...
2012-07-18 Ben Pfaffsocket-util: New function xset_nonblocking().
2012-07-18 Ben Pfaffsocket-util: Remove 'passcred' parameter from make_unix...
2012-07-18 Isaku Yamahataofp-actions: simplify ofpacts_from_openflow1[01]
2012-07-18 Ben Pfaffofp-util: Wildcard VLAN PCP in OF1.0 matches when 802...
2012-07-18 Ben Pfaffofp-actions: Improve action error logging a bit more.
2012-07-17 Ethan Jacksonofproto: Fix compiler warnings.
2012-07-16 Ben Pfaffofp-actions: Improve comments.
2012-07-13 Ben Pfaffmemory: Document the memory/show unixctl command.
2012-07-12 Zoltan Kisslib: Define OVSP_NONE in a more clear way
2012-07-12 Ben Pfaffofproto: New feature to notify controllers of flow...
2012-07-12 Ben Pfaffrconn: Add byte counting feature to rconn_packet_counter.
2012-07-12 Ben PfaffAdd OFPRR_EVICTION to enum ofp_flow_removed_reason.
2012-07-12 Ben Pfaffofp-util: Make put_stats__() public as ofputil_put_stat...
2012-07-12 Ben Pfaffofp-print: Slightly extend ofp_print_bit_names().
2012-07-12 Ben Pfaffclassifier: New function cls_rule_is_loose_match().
2012-07-12 Ben Pfaffofp-print: Print out_port field in "flow_mod"s.
2012-07-12 Ben Pfaffovs-ofctl: Add --sort and --rsort options for "dump...
2012-07-12 Ben Pfaffofp-util: Reload ofpbuf pointers after nx_put_match().
2012-07-12 Simon Hormanmeta-flow: Remove mf_set_subfield and mf_set_subfield
2012-07-12 Joe Stringermeta-flow: Reduce redundant transport set/get code
next