summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove trailing whitespaceJoe Perches2010-08-301-1/+1
* Add Nicira extension to OpenFlow for dropping spoofed ARP packets.Ben Pfaff2010-08-262-2/+14
* datapath: Abstract tunneling implementation from GRE.Jesse Gross2010-08-242-12/+12
* gre: Don't require incoming checksum.Jesse Gross2010-08-201-2/+1
* ofproto: Add support for NXAST_RESUBMIT recursion.Ben Pfaff2010-08-131-6/+8
* datapath: Don't track IP TOS value two different ways.Ben Pfaff2010-08-021-1/+1
* Implement QoS framework.Ben Pfaff2010-06-172-3/+48
* vlog: Check that all declared vlog modules are used, at "make" time.Ben Pfaff2010-06-151-2/+2
* netdev-vport: Use vport set_stats instead of internal dev.Jesse Gross2010-06-102-67/+0
* vport: Allow offsets to be set for stats.Jesse Gross2010-06-101-0/+1
* timeval: Use monotonic time where appropriate.Jesse Gross2010-06-081-1/+1
* datapath: Make datapath-protocol.h portable to non-Linux systems.Ben Pfaff2010-05-261-122/+132
* datapath: Make gre.h safe to include by itself.Ben Pfaff2010-05-261-5/+1
* datapath: Add 32-bit compatibility ioctls.Ben Pfaff2010-05-131-1/+4
* datapath: Avoid possibility of negative 'n_ports' in struct odp_portvec.Ben Pfaff2010-05-131-1/+1
* datapath: Avoid possibility of negative 'n_flows' in struct odp_flowvec.Ben Pfaff2010-05-131-1/+1
* ofproto: Add support for master/slave controller coordination.Ben Pfaff2010-04-201-0/+35
* Fix broken build by adding forgotten header file to list of headers.Ben Pfaff2010-04-191-0/+1
* Update fake bond devices' statistics with the sum of bond slaves' stats.Ben Pfaff2010-04-191-0/+66
* tunneling: Remove old GRE implementation.Jesse Gross2010-04-191-37/+0
* tunneling: Add userspace support for new GRE implementation.Jesse Gross2010-04-191-0/+1
* tunneling: Add datapath GRE support.Jesse Gross2010-04-191-0/+28
* datapath: Add generic virtual port layer.Jesse Gross2010-04-191-2/+53
* tunneling: Add support for tunnel ID.Jesse Gross2010-04-192-5/+46
* ofproto: Use original in_port for executing NXAST_RESUBMIT actions.Ben Pfaff2010-04-141-3/+5
* ofproto: Make NXAST_RESUBMIT take header modifications into account.Ben Pfaff2010-04-131-1/+22
* Merge "master" into "next".Ben Pfaff2010-02-242-6/+1
|\
| * openflow.h: Remove unused OFP_PACKED macro.Ben Pfaff2010-02-121-7/+1
| * datapath: Add ODPP_NORMAL constant.Ben Pfaff2010-02-121-0/+1
* | openflow: Fix frag config flag valuesJustin Pettit2010-02-201-4/+4
* | ofproto: Set protocol version to 0x01 (OpenFlow 1.0)Justin Pettit2010-02-201-59/+62
* | ofproto: Add wire-compatibility for slicing (OpenFlow 1.0)Justin Pettit2010-02-201-4/+27
* | ofproto: Querying port stats for individual ports (OpenFlow 1.0)Justin Pettit2010-02-201-1/+10
* | ofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)Justin Pettit2010-02-202-4/+8
* | ofproto: Improve resolution of flow stats and removed messages (OpenFlow 1.0)Justin Pettit2010-02-201-5/+9
* | ofproto: Add support for matching IP addresses in ARP header (OpenFlow 1.0)Justin Pettit2010-02-201-2/+5
* | ofproto: Add support for flow cookies (OpenFlow 1.0)Justin Pettit2010-02-201-5/+7
* | ofproto: Add user-specifiable datapath description (OpenFlow 1.0)Justin Pettit2010-02-201-2/+4
* | ofproto: Use 64-bit datapath id and management id (OpenFlow 0.9)Justin Pettit2010-02-201-2/+3
* | ofproto: Add support for barrier command (OpenFlow 0.9)Justin Pettit2010-02-201-1/+5
* | ofproto: Cleanups to openflow.h (OpenFlow 0.9)Justin Pettit2010-02-201-3/+4
* | ofproto: Add selective Flow Removed messages and flow deletes (OpenFlow 0.9)Justin Pettit2010-02-201-13/+12
* | ofproto: Check overlap, emerg flow cache, and error code sync (OpenFlow 0.9)Justin Pettit2010-02-201-4/+19
* | ofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow 0.9)Justin Pettit2010-02-202-21/+46
* | Merge branch 'master' into nextJustin Pettit2010-02-051-9/+48
|\ \ | |/
| * sflow: Fix sFlow sampling structure.Ben Pfaff2010-01-201-4/+1
| * datapath: Improve comments.Ben Pfaff2010-01-111-19/+39
| * datapath: Renumber ioctls to avoid gaps.Ben Pfaff2010-01-081-3/+3
| * Initial implementation of sFlow.Ben Pfaff2010-01-041-2/+24
* | Clean up nicira-ext.h header a bit.Ben Pfaff2010-02-011-12/+0