summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move lib/ofp-msgs.h to include/openvswitch directoryBen Warren2016-04-144-18/+18
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-1411-10/+11
* Move lib/meta-flow.h to include/openvswitch directoryBen Warren2016-04-145-5/+5
* Move lib/match.h to include/openvswitch directoryBen Warren2016-04-142-2/+2
* ofp-actions: Make ofpact_finish() harder to misuse.Ben Pfaff2016-04-131-1/+1
* ovs-vswitchd: Call flow_extract() for resumed packet in nxt_resume().Numan Siddique2016-03-311-0/+3
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-3016-17/+17
* Move ofp-parse.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-3010-99/+99
* list: Remove lib/list.h completely.Ben Warren2016-03-307-7/+7
* ofp-actions: Fix use-after-free with ofpact_finish().Joe Stringer2016-03-301-1/+1
* sflow: use ovs route API to get source IP address.Pravin B Shelar2016-03-241-3/+5
* tunneling: Enable IPv6 tuneling.Pravin B Shelar2016-03-241-8/+0
* tunneling: Handle multiple ip address for given device.Pravin B Shelar2016-03-241-15/+5
* ofproto/trace: Fix "unchanged" output for Final flowYAMAMOTO Takashi2016-03-241-0/+1
* ofproto-dpif: rename wait() to avoid collision with system wait(2)Lance Richardson2016-03-221-2/+2
* bond: don't re-zero recirc_id when creating bondSimon Horman2016-03-231-2/+0
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-197-7/+7
* Move lib/ofp-errors.h to include/openvswitch directoryBen Warren2016-03-193-3/+3
* Set reason before sending continuation packet-in to the controllerNuman Siddique2016-03-101-0/+1
* xlate: Always recirculate after an MPLS POP to a non-MPLS ethertype.Jarno Rajahalme2016-02-241-91/+8
* Implement OFPT_TABLE_STATUS Message.Saloni Jain2016-02-244-12/+107