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
...
*
packets: Add support for modifying ICMP type and code.
Justin Pettit
2015-11-09
1
-0
/
+1
*
packets: New function ip_parse_masked().
Ben Pfaff
2015-10-16
1
-0
/
+2
*
Add connection tracking label support.
Joe Stringer
2015-10-13
1
-0
/
+1
*
Add connection tracking mark support.
Joe Stringer
2015-10-13
1
-0
/
+1
*
Add support for connection tracking.
Joe Stringer
2015-10-13
1
-1
/
+17
*
lib: Add ipv6 helper functions.
Jiri Benc
2015-10-05
1
-0
/
+8
*
packets: Provide functions to work with IPv4-mapped IPv6 addresses.
Thadeu Lima de Souza Cascardo
2015-10-05
1
-0
/
+21
*
netdev-dpdk: Fix build failure due to new struct eth_addr.
Aaron Conole
2015-09-05
1
-2
/
+3
*
packets: Avoid compile errors.
Aaron Conole
2015-09-04
1
-2
/
+2
*
userspace: Define and use struct eth_addr.
Jarno Rajahalme
2015-08-28
1
-91
/
+103
*
ofproto-dpif-rid: Make lookups cheaper.
Jarno Rajahalme
2015-08-26
1
-2
/
+63
*
dpif-netdev: Translate Geneve options per-flow, not per-packet.
Jesse Gross
2015-08-05
1
-40
/
+1
*
mcast-snooping: Add Multicast Listener Discovery support
Thadeu Lima de Souza Cascardo
2015-07-01
1
-0
/
+40
*
mcast-snooping: Use IPv6 address for MDB
Thadeu Lima de Souza Cascardo
2015-07-01
1
-0
/
+1
*
tunnels: Don't initialize unnecessary packet metadata.
Jesse Gross
2015-07-01
1
-3
/
+12
*
tunneling: Userspace datapath support for Geneve options.
Jesse Gross
2015-06-26
1
-0
/
+1
*
pkt-metadata: Avoid introducing overhead for userspace tunnels.
Jesse Gross
2015-06-25
1
-1
/
+1
*
tunnel: Geneve TLV handling support for OpenFlow.
Jesse Gross
2015-06-25
1
-0
/
+2
*
openflow: Table maintenance commands for Geneve options.
Jesse Gross
2015-06-25
1
-0
/
+3
*
Merge remote-tracking branch 'origin/master' into ovn4
Justin Pettit
2015-06-18
1
-0
/
+26
|
\
|
*
Add IGMPv3 support.
Thadeu Lima de Souza Cascardo
2015-06-17
1
-0
/
+26
*
|
packets: Generalize compose_arp().
Ben Pfaff
2015-06-16
1
-3
/
+8
|
/
*
Add support functions for 8021.ad push and pop vlan.
Thomas F. Herbert
2015-06-07
1
-0
/
+7
*
packet: Avoid array of struct with zero length member.
Jesse Gross
2015-04-07
1
-1
/
+1
*
packet: Add IP pseudoheader checksum calculation.
Jesse Gross
2015-04-07
1
-0
/
+1
*
tunneling: Add userspace tunnel support for Geneve.
Jesse Gross
2015-04-07
1
-0
/
+19
*
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
[prev]
[next]