| Commit message (Expand) | Author | Age | Files | Lines |
* | packet: Add IP pseudoheader checksum calculation. | Jesse Gross | 2015-04-07 | 1 | -0/+14 |
* | dp-packet: Remove ofpbuf dependency. | Pravin B Shelar | 2015-03-03 | 1 | -79/+79 |
* | Implement set-field for IPv6 ND fields (nd_target, nd_sll, and nd_tll). | Sharo, Randall A CIV SPAWARSYSCEN-ATLANTIC, 55200 | 2015-01-13 | 1 | -0/+52 |
* | openvswitch: Userspace tunneling. | Pravin B Shelar | 2014-11-12 | 1 | -0/+35 |
* | packet: Fix sparse warnings ICMPv6. | Jesse Gross | 2014-09-02 | 1 | -2/+3 |
* | datapath: Fix checksum calculation when modifying ICMPv6 packets. | Jesse Gross | 2014-08-29 | 1 | -0/+5 |
* | packets: Fix misaligned data accesses for MPLS and SCTP fields. | Ben Pfaff | 2014-04-05 | 1 | -6/+6 |
* | ofpbuf: Abstract 'l2' pointer and document usage conventions. | Jarno Rajahalme | 2014-04-03 | 1 | -9/+15 |
* | ofpbuf: Rename trivial _get_ functions without the "get". | Jarno Rajahalme | 2014-04-03 | 1 | -17/+17 |
* | ofpbuf: Introduce access api for base, data and size. | Pravin Shelar | 2014-03-30 | 1 | -4/+4 |
* | lib/ofpbuf: Compact | Jarno Rajahalme | 2014-03-29 | 1 | -85/+52 |
* | lib/hash.h: add hash_uint64() | Andy Zhou | 2014-03-28 | 1 | -4/+2 |
* | lib/ofpbuf: Remove 'l7' pointer. | Jarno Rajahalme | 2014-03-25 | 1 | -4/+7 |
* | lib/packets: Remove packet_get_tcp_flags(). | Jarno Rajahalme | 2014-03-19 | 1 | -17/+1 |
* | lib/flow: Retain ODPP_NONE on flow_extract(). | Jarno Rajahalme | 2014-03-19 | 1 | -20/+0 |
* | lib: simplify flow_extract() API | Andy Zhou | 2014-02-28 | 1 | -0/+21 |
* | packets: Always set ethertype in push_mpls() | Simon Horman | 2014-02-19 | 1 | -2/+3 |
* | packet: Make set_ethertype() static | Simon Horman | 2014-02-19 | 1 | -1/+1 |
* | packets: Fix userland implementation of set-field ipv6 addresses | YAMAMOTO Takashi | 2014-02-04 | 1 | -2/+2 |
* | lib: Add tpid parameter to eth_push_vlan() | Simon Horman | 2014-01-16 | 1 | -2/+2 |
* | lib/util: Rename ctz() as ctz32(). | Jarno Rajahalme | 2013-12-03 | 1 | -1/+1 |
* | lib: More intuitive syntax for TCP flags matching. | Jarno Rajahalme | 2013-12-02 | 1 | -0/+33 |
* | Switch from sscanf() to ovs_scan() throughout the tree. | Ben Pfaff | 2013-11-15 | 1 | -2/+1 |
* | Widen TCP flags handling. | Jarno Rajahalme | 2013-10-29 | 1 | -6/+18 |
* | packets: Remove unused function eth_mpls_depth | Simon Horman | 2013-09-24 | 1 | -26/+0 |
* | openvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_MAX, OVS_BE64_MAX. | Ben Pfaff | 2013-09-17 | 1 | -1/+1 |
* | packets, pktbuf: Align L3 headers on 32-bit boundary. | Ben Pfaff | 2013-08-27 | 1 | -7/+13 |
* | packets: Introduce IPv6 headers not aligned on a 32-bit boundary. | Ben Pfaff | 2013-08-27 | 1 | -14/+18 |
* | packets: Do not assume that IPv4, TCP, or ARP headers are 32-bit aligned. | Ben Pfaff | 2013-08-27 | 1 | -9/+12 |
* | ofproto-dpif: Add SCTP support | Joe Stringer | 2013-08-22 | 1 | -0/+22 |
* | clang: Fix the alignment warning. | Alex Wang | 2013-07-23 | 1 | -3/+5 |
* | packets: Make eth_addr_is_reserved() thread-safe. | Ben Pfaff | 2013-07-23 | 1 | -3/+7 |
* | Always update ethertype on mpls_pop | Simon Horman | 2013-06-05 | 1 | -2/+1 |
* | packets: Fix typo in reserved multicast Ethernet addresses. | Ben Pfaff | 2013-06-05 | 1 | -16/+16 |
* | Remove encal_dl_type from struct flow | Simon Horman | 2013-03-15 | 1 | -2/+1 |
* | Add support for dec_mpls_ttl action | Simon Horman | 2013-03-06 | 1 | -1/+1 |
* | packet: packet_get_tcp_flags: use flow's innermost dl_type | Simon Horman | 2013-02-06 | 1 | -1/+3 |
* | packet: Correctly set ethertype in pop_mpls() | Simon Horman | 2013-02-06 | 1 | -1/+1 |
* | User-Space MPLS actions and matches | Simon Horman | 2013-02-05 | 1 | -1/+178 |
* | packets: Create global helper is_ip_any(). | Ethan Jackson | 2013-01-28 | 1 | -4/+2 |
* | Remove useless use of <assert.h>. | Ben Pfaff | 2013-01-16 | 1 | -1/+0 |
* | packets: Change IP_ARGS interface to take an ovs_be32 instead of a pointer. | Ben Pfaff | 2012-12-12 | 1 | -2/+2 |
* | datapath: add ipv6 'set' action | Ansis Atteka | 2012-11-13 | 1 | -0/+155 |
* | packets: Remove redundant RARP header. | Ethan Jackson | 2012-07-26 | 1 | -12/+12 |
* | packets: First-hop router redundancy protocol MAC addresses are not BPDUs. | Ben Pfaff | 2012-07-26 | 1 | -48/+61 |
* | Allow general masking of IPv6 addresses rather than just CIDR masks. | Ben Pfaff | 2012-06-12 | 1 | -3/+4 |
* | Allow general masking of IPv4 addresses rather than just CIDR masks. | Ben Pfaff | 2012-06-12 | 1 | -3/+4 |
* | packets: Rename compose_benign_packet(). | Ethan Jackson | 2012-06-07 | 1 | -1/+1 |
* | packets: Use RARPs for learning packets. | Ethan Jackson | 2012-06-07 | 1 | -60/+27 |
* | packets: Update the reserved protocols list. | Ethan Jackson | 2012-06-06 | 1 | -0/+24 |