summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* netdev implementation for FreeBSDGiuseppe Lettieri2012-07-267-0/+1721
* Fix "*tivty" typos.Justin Pettit2012-07-252-3/+3
* meta-flow: Fix "sparse" warning in mf_are_prereqs_ok().Ben Pfaff2012-07-241-1/+1
* OXM: Add VLAN VID as a prerequisite for VLAN PCPSimon Horman2012-07-232-1/+4
* OXM: Add encoding of VLAN VID and VLAN PCPSimon Horman2012-07-231-4/+18
* meta-flow: Add OF1.2-like MFF_VLAN_VID and MFF_VLAN_PCP.Ben Pfaff2012-07-236-0/+93
* flow: Rename flow_set_vlan_vid() to flow_set_dl_vlan().Ben Pfaff2012-07-234-4/+4
* meta-flow: Rename MFF_VLAN_VID->MFF_DL_VLAN, MFF_VLAN_PCP->MFF_DL_VLAN_PCP.Ben Pfaff2012-07-232-22/+22
* ofp-util: Add OFPUTIL_P_OF12 and NXFF_OPENFLOW12Simon Horman2012-07-222-2/+28
* ofp-print: Print the type of truncated messages, when available.Ben Pfaff2012-07-201-2/+18
* cfm: Clear RDI on new CFM configurations.Ethan Jackson2012-07-201-1/+3
* cfm: Improve logging.Ethan Jackson2012-07-201-14/+18
* netdev-vport: Warn about invalid TOS.Ben Pfaff2012-07-201-1/+3
* OXM: Allow masking of ARP SHA and THASimon Horman2012-07-197-93/+130
* meta-flow: Fix mf_get_mask() bug for IPv6 flow label.Ben Pfaff2012-07-191-1/+3
* classifier: Add helpers for setting ethernet addressesSimon Horman2012-07-191-24/+44
* OXM: Allow masking of IPv6 Flow LabelSimon Horman2012-07-197-43/+69
* nx-match: Improve log message in nx_entry_ok().Ben Pfaff2012-07-191-1/+2
* nx-match: Succeed pulling 0-byte nx-match from NULL buffer.Ben Pfaff2012-07-191-4/+8
* system-stats: Use "smap" instead of "shash".Ben Pfaff2012-07-184-18/+32
* smap: New function smap_steal().Ben Pfaff2012-07-182-1/+14
* smap: New functions smap_from_json(), smap_to_json().Ben Pfaff2012-07-182-0/+41
* vlog: Use worker process to write to log file.Ben Pfaff2012-07-181-1/+51
* vlog: Use system calls instead of stdio to write log files.Ben Pfaff2012-07-181-12/+12
* worker: New library for breaking a daemon into multiple processes.Ben Pfaff2012-07-183-1/+518
* vlog: Add VLOG_ABORT() to log and call abort().Ben Pfaff2012-07-184-2/+61
* daemon: Factor out code into new function daemonize_post_detach().Ben Pfaff2012-07-182-5/+23
* daemon: Factor out code into new function fork_and_wait_for_startup().Ben Pfaff2012-07-182-6/+29
* util: Introduce "subprogram_name" to identify subprocesses and threads.Ben Pfaff2012-07-185-11/+29
* socket-util: Add functions for sending fds over Unix domain sockets.Ben Pfaff2012-07-182-0/+279
* socket-util: New function xset_nonblocking().Ben Pfaff2012-07-185-8/+18
* socket-util: Remove 'passcred' parameter from make_unix_socket().Ben Pfaff2012-07-183-17/+6
* ofp-actions: simplify ofpacts_from_openflow1[01]Isaku Yamahata2012-07-181-31/+15
* ofp-util: Wildcard VLAN PCP in OF1.0 matches when 802.1Q not present.Ben Pfaff2012-07-171-0/+1
* ofp-actions: Improve action error logging a bit more.Ben Pfaff2012-07-171-12/+19
* ofproto: Fix compiler warnings.Ethan Jackson2012-07-171-1/+1
* ofp-actions: Improve comments.Ben Pfaff2012-07-161-4/+10
* memory: Document the memory/show unixctl command.Ben Pfaff2012-07-132-0/+8
* lib: Define OVSP_NONE in a more clear wayZoltan Kiss2012-07-121-1/+1
* ofproto: New feature to notify controllers of flow table changes.Ben Pfaff2012-07-127-2/+561
* rconn: Add byte counting feature to rconn_packet_counter.Ben Pfaff2012-07-122-23/+28
* Add OFPRR_EVICTION to enum ofp_flow_removed_reason.Ben Pfaff2012-07-121-0/+2
* ofp-util: Make put_stats__() public as ofputil_put_stats_header().Ben Pfaff2012-07-122-11/+18
* ofp-print: Slightly extend ofp_print_bit_names().Ben Pfaff2012-07-121-9/+11
* classifier: New function cls_rule_is_loose_match().Ben Pfaff2012-07-122-31/+49
* ofp-print: Print out_port field in "flow_mod"s.Ben Pfaff2012-07-121-0/+5
* ovs-ofctl: Add --sort and --rsort options for "dump-flows" command.Ben Pfaff2012-07-122-38/+54
* ofp-util: Reload ofpbuf pointers after nx_put_match().Ben Pfaff2012-07-121-11/+13
* meta-flow: Remove mf_set_subfield and mf_set_subfieldSimon Horman2012-07-122-85/+1
* meta-flow: Reduce redundant transport set/get codeJoe Stringer2012-07-111-14/+2