summaryrefslogtreecommitdiff
path: root/lib/odp-util.c
Commit message (Expand)AuthorAgeFilesLines
* Initial check-in of kernel-based elephant flow detection.elephantJustin Pettit2014-07-251-0/+78
* datapath: Add support for Geneve tunneling.Jesse Gross2014-06-201-0/+43
* tunnel: Add support for matching on OAM packets.Jesse Gross2014-06-191-1/+9
* odp-util: Do not set port mask of non-IP packetsSimon Horman2014-06-041-0/+5
* odp-util: Always serialise recirculation in upcall key.Joe Stringer2014-05-191-12/+17
* odp-util: Improve formatting of ND export to odp.Joe Stringer2014-05-191-5/+5
* odp-util: Fix a comment.Joe Stringer2014-05-151-1/+1
* lib/odp-util: Remove extra parenthesis from sctp key output.Jarno Rajahalme2014-04-281-1/+1
* openvswitch.h: rename hash action definitionAndy Zhou2014-04-201-1/+1
* odp-util: Always generate key/mask pair in netlink for recirc_idAndy Zhou2014-04-201-21/+17
* dpif-netdev: Move hash function out of the recirc action, into its own actionAndy Zhou2014-04-161-9/+20
* lib/odp-util: Do not use mask if it doesn't exist.Jarno Rajahalme2014-04-141-8/+8
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-7/+7
* dpif-netdev: user space datapath recirculationAndy Zhou2014-03-251-5/+93
* odp-util: Fix VLAN parsing behavior in parse_8021q_onward().Ben Pfaff2014-03-201-26/+22
* CodingStyle: Allow designated initializers.Ben Pfaff2014-03-191-6/+5
* odp-util: Include tun_id when nonzero even if "key" flag not set.Ben Pfaff2014-03-011-1/+2
* lib: simplify flow_extract() APIAndy Zhou2014-02-281-5/+4
* Always insert MPLS labels after VLAN tags.Ben Pfaff2014-02-061-4/+0
* Enhance userspace support for MPLS, for up to 3 labels.Ben Pfaff2014-02-041-66/+161
* odp-util: Simplify logic in odp_flow_key_to_flow__().Ben Pfaff2013-12-311-2/+3
* odp-util: Avoid null dereference in parse_8021q_onward().Ben Pfaff2013-12-311-1/+3
* dpif: Use explicit packet metadata.Jarno Rajahalme2013-12-301-1/+70
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-1/+1
* lib/odp-util: Only use expected_bit when set.Jarno Rajahalme2013-12-061-1/+1
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-4/+4
* Switch from sscanf() to ovs_scan() throughout the tree.Ben Pfaff2013-11-151-317/+238
* odp-util: Fix formatting of ipfix action cookies, to fix a testsuite failureBen Pfaff2013-11-111-1/+1
* odp-util: Fix IPFIX breakage with old kernel modules.Ben Pfaff2013-11-111-2/+14
* netlink: New function nl_msg_put_unspec_zero().Ben Pfaff2013-11-111-7/+5
* odp-util: Parse SCTP correctly.Gurucharan Shetty2013-10-301-4/+4
* TCP flags matching support.Jarno Rajahalme2013-10-291-0/+36
* odp-util: Elaborate the comment for odp_flow_format() function.Gurucharan Shetty2013-10-141-1/+2
* odp-util: Fix code formatting.Gurucharan Shetty2013-10-141-19/+19
* Add software switch support for modifying ARP headers in OpenFlow.Ben Pfaff2013-10-091-7/+55
* dpif: Support working around actions that a datapath does not support.Ben Pfaff2013-10-091-2/+8
* odp-util: Make it possible to combine slow path reasons.Ben Pfaff2013-10-091-41/+29
* ovs-dpctl, ofproto/trace: Show and handle the in_port name in flows.Gurucharan Shetty2013-10-011-12/+63
* odp: Only pass vlan_tci to commit_vlan_action()Joe Stringer2013-09-271-6/+6
* Remove mpls_depth field from flowSimon Horman2013-09-271-29/+19
* odp-util: Parse the in_port as a name correctly.Gurucharan Shetty2013-09-241-1/+1
* openvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_MAX, OVS_BE64_MAX.Ben Pfaff2013-09-171-7/+6
* odp-util: Remove trailing whitespace.Ethan Jackson2013-09-171-1/+1
* Fix a bug in conversion between flow/mask and flow keyGuolin Yang2013-08-301-5/+11
* ofproto-dpif: Add SCTP supportJoe Stringer2013-08-221-0/+88
* odp-util: New function odp_flow_key_to_mask().Guolin Yang2013-08-201-91/+234
* flow: Rename skb_mark to pkt_mark.Jesse Gross2013-08-131-11/+11
* odp-util: Always export the priority and skb_mark netlink attributes.Andy Zhou2013-08-051-6/+2
* odp-util: add verbose mode for displaying dp flow.Andy Zhou2013-08-031-13/+34
* odp-util: Always serialize tunnel mask attributes.Jesse Gross2013-08-011-1/+1