summaryrefslogtreecommitdiff
path: root/lib/odp-util.c
Commit message (Expand)AuthorAgeFilesLines
* userspace: Switching of L3 packets in L2 pipelineJan Scheurich2017-06-021-35/+147
* packets: Remove unnecessary "packed" annotations.Ben Pfaff2017-05-301-1/+1
* userspace: Support for push_eth and pop_eth actionsJan Scheurich2017-05-081-2/+54
* packets: Reduce redundant copies of connection states.Ben Pfaff2017-04-211-46/+10
* Fix format specifier technicalities.Ben Pfaff2017-03-171-5/+5
* Add support for 802.1ad (QinQ tunneling)Eric Garver2017-03-161-80/+110
* conntrack: Force commit.Jarno Rajahalme2017-03-081-2/+18
* odp: Support conntrack orig tuple key.Jarno Rajahalme2017-03-081-0/+86
* datapath: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme2017-03-081-0/+38
* dpif: Meter framework.Jarno Rajahalme2017-03-081-0/+14
* datapath: add Ethernet push and pop actionsYang, Yi Y2017-03-021-0/+12
* odp: Add datapath clone action parser.Andy Zhou2017-02-011-13/+46
* dpif-netdev: Add clone actionAndy Zhou2017-01-231-0/+16
* odp: Use struct in6_addr for IPv6 addresses.Jarno Rajahalme2017-01-041-39/+22
* mpls: Fix MPLS restoration after patch port and group bucket.Jarno Rajahalme2016-12-021-2/+14
* ofp-actions: Add "ingress" and "egress" options to "sample" action.Ben Pfaff2016-11-301-2/+23
* lib: Use nl_attr_get_odp_port().Joe Stringer2016-11-161-1/+1
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-191-69/+19
* datapath: backport: libnl: nla_put_be64(): align on a 64-bit areaPravin B Shelar2016-07-171-0/+2
* Introduce 128-bit xxregs.Justin Pettit2016-07-121-0/+6
* flow: New function is_nd().Ben Pfaff2016-07-021-6/+2
* ofp-actions: Add truncate action.William Tu2016-06-241-0/+23
* ipfix: Support tunnel information for Flow IPFIX.Benli Ye2016-06-171-4/+9
* odp-util: Remove odp_in_port from struct odp_flow_key_parms.Jesse Gross2016-06-131-3/+3
* ofproto-dpif-xlate: Fix IGMP megaflow matching.Ben Pfaff2016-05-201-2/+2
* util: Pass 128-bit arguments directly instead of using pointers.Justin Pettit2016-05-081-4/+4
* hmap: Add HMAP_FOR_EACH_POP.Daniele Di Proietto2016-04-261-4/+3
* odp-util: Fix build warning on flags_mask.antonio.fischetti@intel.com2016-04-221-1/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* odp-util: Use FLOW_MAX_MPLS_LABELS when parsing MPLS ODP keys.Jarno Rajahalme2016-02-291-1/+1
* odp-util: Format and scan multiple MPLS labels.Jarno Rajahalme2016-02-241-21/+56
* odp-util: Fix formatting and parsing of 'frag' in tnl_push ipv4 argument.Ben Pfaff2016-02-011-2/+4
* hash: New helper functions hash_bytes32() and hash_bytes64().Ben Pfaff2016-01-201-3/+2
* odp-util: Accept fields with zero maskHaggai Eran2016-01-191-6/+3
* odp-util: Fix memory leak reported by valgrind.William Tu2016-01-041-9/+13
* odp-util: Correctly [de]serialize mask for ND attributes.Daniele Di Proietto2015-12-101-4/+13
* odp-util: Return exact mask if netlink mask attribute is missing.Daniele Di Proietto2015-12-101-6/+29
* odp-util: Commit ICMP set only for ICMP packets.Daniele Di Proietto2015-12-101-2/+8
* odp-util: Consider NAT bits in conversions and format.Daniele Di Proietto2015-12-041-0/+16
* netdev-vport: Add IPv6 support for build/push/pop tunnel headerThadeu Lima de Souza Cascardo2015-12-041-33/+74
* odp-util: Limit scope of vlan in format_odp_action().Simon Horman2015-12-011-3/+3
* tunneling: extend flow_tnl with ipv6 addressesJiri Benc2015-11-301-4/+35
* lib: add format_in6_addr and scan_in6_addrJiri Benc2015-11-301-6/+22
* conntrack: Add support for NAT.Jarno Rajahalme2015-11-251-15/+351
* byte-order: Make hton128() and ntoh128() behave like their counterparts.Justin Pettit2015-11-241-4/+4
* vswitchd: Allow modifying ICMP type and code.Justin Pettit2015-11-091-3/+41
* odp-util: Fix CT action formating.Jarno Rajahalme2015-10-231-0/+1
* Add support for connection tracking helper/ALGs.Joe Stringer2015-10-131-1/+25
* Add connection tracking label support.Joe Stringer2015-10-131-1/+115