summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* datapath: Correct argument size for ODP_FLOW_GET.Ben Pfaff2010-12-231-1/+1
* Implement a new Nicira extension action for multipath link selection.Ben Pfaff2010-12-171-0/+127
* nicira-ext: Convert all "uintNN_t"s to "ovs_beNN"s.Ben Pfaff2010-12-171-34/+34
* nicira-ext: Correct and extend examples for NXM_OF_VLAN_TCI field.Ben Pfaff2010-12-131-1/+7
* datapath-protocol: Include netlink.h.Jesse Gross2010-12-132-0/+2
* Expand tunnel IDs from 32 to 64 bits.Ben Pfaff2010-12-103-15/+30
* datapath: Replace "struct odp_action" by Netlink attributes.Ben Pfaff2010-12-101-101/+32
* nicira-ext: Remove unused macro NICIRA_OUI_STR.Ben Pfaff2010-12-091-2/+0
* nicira-ext: Clarify comments about 'src' and 'dst' in NXAST_REG actions.Ben Pfaff2010-12-071-3/+6
* nicira-ext: Clarify and fix macros to check for NXM metadata registers.Ben Pfaff2010-12-071-1/+2
* Fix "make dist" by adding include/linux/types.h to distribution.Ben Pfaff2010-12-061-1/+3
* datapath: Make adding and attaching a vport a single step.Ben Pfaff2010-12-032-9/+16
* nicira-ext: Name the enum used for flow formats, to clarify code.Ben Pfaff2010-12-031-1/+1
* datapath: Add __aligned_u64 compat support for user and kernel headers.Ben Pfaff2010-12-031-0/+13
* openflow: Remove vestigial support for including from kernel.Ben Pfaff2010-12-021-4/+0
* openflow: Change ofp_phy_port's 'name' member from uint8_t[] to char[].Ben Pfaff2010-12-021-1/+1
* ofproto: Send OFPT_PORT_STATUS messages to primary slave controllers.Ben Pfaff2010-11-241-2/+2
* flow: Fully separate flow_wildcards from OpenFlow wildcard bits.Ben Pfaff2010-11-221-0/+2
* nicira-ext: New Nicira vendor action NXAST_NOTE.Ben Pfaff2010-11-151-0/+19
* Add support for matching Ethernet multicast frames.Ben Pfaff2010-11-111-1/+5
* ofproto: Implement support for registers in extended flow match.Ben Pfaff2010-11-111-1/+131
* ofproto: Implement Nicira Extended Match flexible flow match (NXM).Ben Pfaff2010-11-091-11/+601
* datapath: Fix build on 2.6.18.Ben Pfaff2010-11-091-1/+11
* Fix distribution by adding include/linux/if_link.h to "make dist".Ben Pfaff2010-11-092-0/+2
* datapath: Use "struct rtnl_link_stats64" instead of "struct odp_vport_stats".Ben Pfaff2010-11-092-16/+47
* nicira-ext: Shuffle comments around.Ben Pfaff2010-11-081-56/+76
* ofproto: Generalize tun_id_from_cookie into flow_format.Ben Pfaff2010-11-051-0/+5
* Sync Nicira error number assignments with "wdp" branch.Ben Pfaff2010-11-051-0/+18
* Fix typos in comments.Ben Pfaff2010-11-051-1/+1
* ofp-util: Add infrastructure for vendor extensions to OpenFlow error codes.Ben Pfaff2010-11-051-2/+48
* Fix "make dist" by adding include/openvswitch/types.h to the distribution.Ben Pfaff2010-10-291-1/+2
* Make the ovs_be<N> types generally available.Ben Pfaff2010-10-292-4/+38
* datapath: Simplify ODPAT_SET_DL_TCI action.Ben Pfaff2010-10-181-5/+3
* datapath: Drop padding from struct odp_flow_key.Ben Pfaff2010-10-111-1/+0
* datapath: Combine dl_vlan and dl_vlan_pcp.Ben Pfaff2010-10-111-32/+20
* datapath: Remove implementation of port groups.Ben Pfaff2010-10-111-24/+0
* Add Nicira extension for modifying queue without transmittingJustin Pettit2010-10-021-1/+22
* datapath: Add tunnel header caching.Jesse Gross2010-09-221-0/+1
* ovs-ofctl: Add support for drop_spoofed_arp action.Ben Pfaff2010-09-101-1/+1
* 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