index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
packets.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
dp-packet: Remove ofpbuf dependency.
Pravin B Shelar
2015-03-03
1
-17
/
+17
*
ofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGS
Madhu Challa
2015-02-14
1
-0
/
+3
*
packets: Do not use zero sized array in icmp header.
Gurucharan Shetty
2015-01-16
1
-2
/
+0
*
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
/
+23
*
openvswitch: Userspace tunneling.
Pravin B Shelar
2014-11-12
1
-0
/
+28
*
packets: Use WORDS_BIGENDIAN for struct geneve_opt.
Jesse Gross
2014-11-03
1
-6
/
+6
*
Use magic ETH_ADDR_LEN instead of 6 for Ethernet address length.
Wang Sheng-Hui
2014-10-22
1
-4
/
+4
*
Rapid Spanning Tree Protocol (IEEE 802.1D).
Daniele Venturino
2014-09-09
1
-0
/
+5
*
packet: Fix sparse warnings ICMPv6.
Jesse Gross
2014-09-02
1
-0
/
+9
*
Extend OVS IPFIX exporter to export tunnel headers
Wenyu Zhang
2014-08-18
1
-1
/
+3
*
datapath: Add support for Geneve tunneling.
Jesse Gross
2014-06-20
1
-0
/
+18
*
packet: Add function ip_is_local_multicast()
Flavio Leitner
2014-05-19
1
-0
/
+5
*
packets: Add igmp header definitions
Daniel Borkmann
2014-05-19
1
-0
/
+15
*
lib/flow: Add miniflow accessors and miniflow_get_tcp_flags().
Jarno Rajahalme
2014-04-18
1
-33
/
+18
*
lib/flow: Introduce miniflow_extract().
Jarno Rajahalme
2014-04-18
1
-0
/
+1
*
packets: Fix misaligned data accesses for MPLS and SCTP fields.
Ben Pfaff
2014-04-05
1
-3
/
+3
*
lib/packet.h: add hash_mac()
Andy Zhou
2014-03-28
1
-0
/
+11
*
dpif-netdev: user space datapath recirculation
Andy Zhou
2014-03-25
1
-1
/
+8
*
packets: packet metadata from flow function instead of macro.
Gurucharan Shetty
2014-03-24
1
-3
/
+12
*
lib/packets: Remove packet_get_tcp_flags().
Jarno Rajahalme
2014-03-19
1
-1
/
+0
*
lib/flow: Retain ODPP_NONE on flow_extract().
Jarno Rajahalme
2014-03-19
1
-5
/
+3
*
lib: simplify flow_extract() API
Andy Zhou
2014-02-28
1
-2
/
+8
*
packet: Make set_ethertype() static
Simon Horman
2014-02-19
1
-2
/
+0
*
ofproto-dpif-xlate: Make flows that match ICMP fields revalidate correctly.
Ben Pfaff
2014-02-11
1
-1
/
+13
*
lib: Add tpid parameter to eth_push_vlan()
Simon Horman
2014-01-16
1
-1
/
+1
*
dpif: Use explicit packet metadata.
Jarno Rajahalme
2013-12-30
1
-0
/
+11
*
lib: More intuitive syntax for TCP flags matching.
Jarno Rajahalme
2013-12-02
1
-0
/
+1
*
Switch from sscanf() to ovs_scan() throughout the tree.
Ben Pfaff
2013-11-15
1
-7
/
+4
*
Widen TCP flags handling.
Jarno Rajahalme
2013-10-29
1
-9
/
+12
*
packets: Remove unused function eth_mpls_depth
Simon Horman
2013-09-24
1
-2
/
+0
*
packets: Introduce IPv6 headers not aligned on a 32-bit boundary.
Ben Pfaff
2013-08-27
1
-0
/
+32
*
packets: Do not assume that IPv4, TCP, or ARP headers are 32-bit aligned.
Ben Pfaff
2013-08-27
1
-9
/
+8
*
ofproto-dpif: Add SCTP support
Joe Stringer
2013-08-22
1
-0
/
+10
*
bfd: Optimize BFD for Megaflows.
Gurucharan Shetty
2013-08-05
1
-0
/
+3
*
Make attribute packed equivalent for MSC compilers.
Linda Sun
2013-07-17
1
-6
/
+12
*
ovs-dpctl: Add mega flow support
Andy Zhou
2013-06-20
1
-1
/
+10
*
Add support for dec_mpls_ttl action
Simon Horman
2013-03-06
1
-0
/
+1
*
packet: packet_get_tcp_flags: use flow's innermost dl_type
Simon Horman
2013-02-06
1
-2
/
+7
*
User-Space MPLS actions and matches
Simon Horman
2013-02-05
1
-0
/
+80
*
packets: Create global helper is_ip_any().
Ethan Jackson
2013-01-28
1
-1
/
+7
*
packets: Change IP_ARGS interface to take an ovs_be32 instead of a pointer.
Ben Pfaff
2012-12-12
1
-9
/
+5
*
vswitchd: Fix function prototype of packet_set_ipv6()
Pravin B Shelar
2012-11-14
1
-1
/
+1
*
datapath: add ipv6 'set' action
Ansis Atteka
2012-11-13
1
-0
/
+3
*
OF11: push_vlan support
Isaku Yamahata
2012-10-26
1
-1
/
+3
*
packets: Add ECN constants.
Jesse Gross
2012-09-25
1
-0
/
+4
*
packets: Remove redundant RARP header.
Ethan Jackson
2012-07-26
1
-19
/
+1
*
packets: Add ETH_TYPE_MPLS and ETH_TYPE_MPLS_MCAST.
Ben Pfaff
2012-06-12
1
-0
/
+2
*
packets: Define IPPROTO_SCTP if not provided by <netinet/in.h>.
Ben Pfaff
2012-06-12
1
-0
/
+4
*
packets: Rename compose_benign_packet().
Ethan Jackson
2012-06-07
1
-2
/
+1
*
packets: Use RARPs for learning packets.
Ethan Jackson
2012-06-07
1
-2
/
+21
[next]