summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* ofproto: Fix consistent hashingLiran Schour2016-07-131-3/+2
* Increase number of registers to 16.Justin Pettit2016-07-122-2/+2
* ofproto-dpif-mirror: Add mirror snaplen support.William Tu2016-07-035-7/+41
* ofproto: Add relaxed group_mod command ADD_OR_MODJan Scheurich2016-07-021-0/+25
* bfd: Allow setting OAM bit when encapsulated in tunnel.Jesse Gross2016-06-295-21/+36
* util: New function nullable_xstrdup().Ben Pfaff2016-06-263-12/+5
* ipfix: Export user specified virtual observation IDWenyu Zhang2016-06-243-11/+94
* Revert "ipfix: Export user specified virtual observation ID".Ben Pfaff2016-06-243-94/+11
* ofp-actions: Add truncate action.William Tu2016-06-244-0/+140
* ipfix: Export user specified virtual observation IDWenyu Zhang2016-06-243-11/+94
* ofproto: Set to revalidate when a new version is available.Jarno Rajahalme2016-06-213-26/+15
* xlate: Fix typo in comment.Jarno Rajahalme2016-06-211-1/+1
* ipfix: Support tunnel information for Flow IPFIX.Benli Ye2016-06-175-18/+125
* ipfix: Bug fix for not sending template packets on 32-bit OSBenli Ye2016-06-141-2/+2
* ipfix: Add support for exporting ipfix statistics.Benli Ye2016-06-147-22/+274
* odp-util: Remove odp_in_port from struct odp_flow_key_parms.Jesse Gross2016-06-131-3/+0
* ofproto-dpif-upcall: Translate input port as part of upcall translation.Jesse Gross2016-06-131-1/+10
* ofproto-dpif-upcall: Prevent memory leak on log message.Thadeu Lima de Souza Cascardo2016-06-081-0/+1
* debian, rhel: Ship ovs shared libraries and header filesEdwin Chiu2016-06-071-1/+1
* ipfix: Bug fix for configuring IPFIX for flowsBenli Ye2016-06-051-2/+2
* ofproto-dpif: Cache result of time_msec() for rule_expire().Daniele Di Proietto2016-06-021-4/+4
* xlate: Skip recirculation for output and set actionsSimon Horman2016-05-271-1/+121
* ofproto: update mtu when port is getting removed as wellak47izatool@gmail.com2016-05-251-7/+29
* netdev-native-tnl: Introduce ip_build_header()Pravin B Shelar2016-05-233-60/+11
* upcall: Unregister dpif cbs in udpif_destroy().Joe Stringer2016-05-231-0/+3
* ofproto-dpif: Call dpif_poll_threads_set() before dpif_run().Daniele Di Proietto2016-05-231-2/+2
* hmap: Use struct for hmap_at_position().Daniele Di Proietto2016-05-231-5/+3
* ofproto-dpif-xlate: Fix IGMP megaflow matching.Ben Pfaff2016-05-201-8/+20
* dpif: Pass flow parameter to dpif_execute().Daniele Di Proietto2016-05-202-0/+11
* tnl-ports: Handle STT ports.Pravin B Shelar2016-05-181-2/+6
* tunnel: Add IP ECN related functions.Pravin B Shelar2016-05-181-3/+3
* dpif-netdev: create batch objectPravin B Shelar2016-05-181-2/+3
* ofproto-dpif-xlate: Fix compilation with GCC 4.6.Ben Pfaff2016-05-171-1/+1
* ofproto-dpif-upcall: Fix UFID usage with flow_modify.Joe Stringer2016-05-171-1/+1
* ofproto-dpif-xlate: Always generate wildcards.Ben Pfaff2016-05-141-13/+8
* ofproto-dpif-upcall: Pass key to dpif_flow_get().Joe Stringer2016-05-111-1/+2
* ofproto-dpif-xlate: fix for group liveness propagationLászló Sürü2016-05-111-1/+1
* ofproto-dpif: Restore packet metadata when a continuation is resumed.Numan Siddique2016-05-101-6/+18
* util: Pass 128-bit arguments directly instead of using pointers.Justin Pettit2016-05-083-3/+3
* cmap: New macro CMAP_INITIALIZER, for initializing an empty cmap.Ben Pfaff2016-05-093-30/+8
* ofproto-dpif: Do not count resubmit to later tables against limit.Ben Pfaff2016-05-094-26/+71
* ofproto-dpif: Rename "recurse" to "indentation".Ben Pfaff2016-05-094-40/+42
* Remove "VLAN splinters" feature.Pravin B Shelar2016-04-277-493/+4
* hmap: Add HMAP_FOR_EACH_POP.Daniele Di Proietto2016-04-266-21/+14
* ofproto-dpif-xlate: Tidy up ct_mark xlate code.Joe Stringer2016-04-221-11/+10
* ofproto-dpif-xlate: xlate ct_{mark, label} correctly.Joe Stringer2016-04-221-11/+16
* tunneling: Fix for concomitant IPv4 and IPv6 tunnelsThadeu Lima de Souza Cascardo2016-04-211-0/+4
* ofproto-dpif-xlate: Generate bitmasks in set_field.Joe Stringer2016-04-151-1/+1
* Move lib/ofp-print.h to include/openvswitch directoryBen Warren2016-04-142-2/+2
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-1410-59/+53