summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* Implement Vacancy Events for OFPMP_TABLE_DESC.Saloni Jain2015-11-291-5/+21
* Implement Openflow 1.4 Vacancy Events for OFPT_TABLE_MOD.Saloni Jain2015-11-292-7/+26
* ofproto: Fix inserting buckets at the end of an empty group.Ben Pfaff2015-11-291-7/+9
* ofp-actions: Look inside write_actions for output ports and groups.Ben Pfaff2015-11-291-1/+1
* ofproto-dpif-xlate: Fix byte-order error in comparison.Ben Pfaff2015-11-261-4/+5
* ofproto-dpif: Remove a debug logYAMAMOTO Takashi2015-11-261-2/+0
* use "/usr/bin/env python" for shebangs for python scriptsYAMAMOTO Takashi2015-11-261-1/+1
* conntrack: Add support for NAT.Jarno Rajahalme2015-11-251-0/+69
* ofproto: Enable in-place modification for recirc actions.Jarno Rajahalme2015-11-254-121/+138
* ofproto: Allow xlate_actions() to fail.Jarno Rajahalme2015-11-254-33/+124
* ofproto: Correctly reject duplicate bucket ID for OFPGC_INSERT_BUCKET.Ben Pfaff2015-11-251-1/+1
* packets: Change IPv6 functions to more closely resemble IPv4 ones.Justin Pettit2015-11-242-4/+4
* openflow: Remove OFPG11_*Jarno Rajahalme2015-11-241-2/+2
* ofproto: Check actions also for packet outs and traces.Jarno Rajahalme2015-11-193-9/+29
* ofproto-dpif-xlate: Don't stop processing after ct.Joe Stringer2015-11-111-2/+12
* tunneling: extend tnl_match with ipv6Jiri Benc2015-11-101-14/+22
* upcall: Check for recirc_id in ukey_create_from_dpif_flow()Jarno Rajahalme2015-11-041-1/+8
* upcall: Eliminate dead code.Jarno Rajahalme2015-11-041-2/+0
* ofproto-dpif-xlate: Fix small typo.Justin Pettit2015-10-221-1/+1
* dpif-netlink: Allow MRU packet attribute.Andy Zhou2015-10-132-2/+18
* Add support for connection tracking helper/ALGs.Joe Stringer2015-10-131-0/+13
* Add connection tracking label support.Joe Stringer2015-10-134-2/+38
* Add connection tracking mark support.Joe Stringer2015-10-134-2/+38
* Add support for connection tracking.Joe Stringer2015-10-136-6/+160
* tnl-arp-cache: add IPv6 Neighbor Discovery supportThadeu Lima de Souza Cascardo2015-10-131-0/+1
* route: support IPv6 and use IPv4-mapped addressesThadeu Lima de Souza Cascardo2015-10-132-2/+2
* rstp: Properly disable an RSTP port before deleting it.Jarno Rajahalme2015-10-121-1/+4
* ofproto-dpif: Add check in rstp_run.Daniele Venturino2015-10-121-3/+8
* ofproto-dpif-upcall: Use flow_wildcards_has_extra().Jarno Rajahalme2015-09-291-16/+11
* ofproto-dpif: Do not block on uninitialized pause barriers.Zoltan Kiss2015-09-253-4/+16
* ofproto/bond: simplify rebalancing logicAndy Zhou2015-09-221-18/+19
* tunneling: Track recursion levels across ARP generation.Jesse Gross2015-09-174-20/+54
* ofproto-dpif-sflow: Use xzalloc() instead of calloc() to allocate memory.Ben Pfaff2015-09-161-1/+1
* ofproto: Reduce log level from WARN to INFO.Ben Pfaff2015-09-161-2/+2
* ipfix: Fix SIGFPE in bridge exporter sampling.Joe Stringer2015-09-111-0/+4
* ipfix: Add bridge_exporter_enabled().Joe Stringer2015-09-111-2/+8
* ofproto-dpif-xlate: Introduce xlate_commit_actions().Joe Stringer2015-09-111-26/+16
* ofproto: Implement OF1.4 Group & Meter change notification messagesNiti Rohilla2015-09-093-5/+53
* tnl-arp-cache: Add a command to add or modify an ARP cache entry.Ben Pfaff2015-09-091-0/+4
* ofproto-dpif-xlate: Lower missing netdev_max_backlog from WARN to INFO.Ben Pfaff2015-09-091-1/+1
* dpif-netdev: Purge all ukeys when reconfigure pmd.Alex Wang2015-09-021-0/+35
* ofproto-dpif-upcall: Allow main thread to pause all revalidators.Alex Wang2015-09-021-0/+63
* tunnel: Support matching on the presence of Geneve options.Jesse Gross2015-08-281-0/+5
* ofproto-dpif-upcall: Do not attribute stats when flow_del returns error.Alex Wang2015-08-291-0/+5
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-2813-97/+93
* meta-flow: Minor refactoring.Jarno Rajahalme2015-08-261-5/+5
* ofproto-dpif-rid: Make lookups cheaper.Jarno Rajahalme2015-08-262-34/+60
* tunneling: Remove gre64 tunnel support.Pravin B Shelar2015-08-202-19/+3
* ofproto: Allow in-place modifications of datapath flows.Ethan Jackson2015-08-131-59/+106
* ofproto-dpif-upcall: Make ukey actions modifiable with RCU.Ethan Jackson2015-08-131-9/+33