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
/
datapath
/
flow.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
datapath: Fix a kernel crash caused by corrupted mask list.
Andy Zhou
2013-06-21
1
-1
/
+1
*
gre: Restructure tunneling.
Pravin B Shelar
2013-06-20
1
-6
/
+3
*
datapath: Mega flow implementation
Andy Zhou
2013-06-20
1
-19
/
+76
*
datapath: Refine Netlink message size calculation and kill FLOW_BUFSIZE
Thomas Graf
2013-03-29
1
-29
/
+0
*
Tunnel: Cleanup old tunnel infrastructure.
Pravin B Shelar
2013-03-04
1
-3
/
+2
*
datapath: Increase maximum allocation size of action list.
Pravin B Shelar
2013-02-28
1
-1
/
+1
*
Revert "datapath: Increase maximum allocation size of action list."
Pravin B Shelar
2013-02-28
1
-4
/
+1
*
datapath: Increase maximum allocation size of action list.
Pravin B Shelar
2013-02-22
1
-1
/
+4
*
datapath: Clear struct ovs_key_ipv4_tunnel padding.
Pravin B Shelar
2013-01-25
1
-0
/
+5
*
datapath: Fix nelink attribute size for flow.
Pravin B Shelar
2013-01-20
1
-18
/
+25
*
datapath: More flexible kernel/userspace tunneling attribute.
Pravin B Shelar
2013-01-18
1
-1
/
+19
*
datapath: add skb mark matching and set action
Ansis Atteka
2012-11-21
1
-2
/
+4
*
datapath: Move tun_key out of struct phy and union.
Jesse Gross
2012-11-08
1
-3
/
+1
*
datapath: Remove flow refcount functionality.
Jesse Gross
2012-11-05
1
-6
/
+1
*
datapath: Optimize flow key match for non tunnel flows.
Pravin B Shelar
2012-10-20
1
-8
/
+7
*
datapath: Add support for tun_key to Open vSwitch datapath
Kyle Mestery
2012-10-20
1
-4
/
+8
*
datapath: Fix FLOW_BUFSIZE definition.
Jesse Gross
2012-09-03
1
-3
/
+5
*
Global replace of Nicira Networks.
Raju Subramanian
2012-05-02
1
-1
/
+1
*
datapath: Increase maximum number of datapath ports.
Pravin B Shelar
2012-02-16
1
-1
/
+2
*
datapath: Implement flow table re-hashing.
Pravin B Shelar
2012-01-04
1
-1
/
+5
*
datapath: Scope global symbols with ovs_ prefix.
Jesse Gross
2011-11-22
1
-29
/
+29
*
datapath: Fix whitespace error.
Jesse Gross
2011-11-17
1
-1
/
+1
*
datapath: Reformat copyright messages.
Jesse Gross
2011-11-16
1
-4
/
+14
*
datapath: Properly validate length of OVS_KEY_ATTR_ENCAP attributes.
Ben Pfaff
2011-11-15
1
-1
/
+1
*
datapath: Fix comment formatting.
Jesse Gross
2011-11-09
1
-3
/
+3
*
Support matching and modifying IP TTL.
Justin Pettit
2011-11-09
1
-1
/
+2
*
Support matching and modifying IP ECN bits.
Justin Pettit
2011-11-09
1
-1
/
+1
*
Don't overload IP TOS with the frag matching bits.
Justin Pettit
2011-11-09
1
-7
/
+3
*
Support matching IPv6 flow label.
Justin Pettit
2011-11-09
1
-3
/
+4
*
datapath: Fix coding style issues.
Pravin B Shelar
2011-11-07
1
-5
/
+4
*
datapath: Convert kernel priority actions into match/set.
Pravin B Shelar
2011-11-01
1
-5
/
+9
*
Implement new fragment handling policy.
Ben Pfaff
2011-10-21
1
-2
/
+8
*
datapath: Refactor actions in terms of match fields.
Pravin B Shelar
2011-10-21
1
-0
/
+1
*
datapath-protocol: Rename to <linux/openvswitch.h>.
Ben Pfaff
2011-10-12
1
-1
/
+1
*
datapath: Move Netlink PID for userspace actions from flows to actions.
Ben Pfaff
2011-10-12
1
-1
/
+0
*
datapath: Use unicast Netlink sockets for upcalls.
Jesse Gross
2011-09-23
1
-0
/
+1
*
datapath: Improve kernel hash table
Pravin Shelar
2011-09-09
1
-9
/
+30
*
datapath: Allow a packet with no input port to omit OVS_KEY_ATTR_IN_PORT.
Ben Pfaff
2011-09-08
1
-1
/
+1
*
datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.
Justin Pettit
2011-08-19
1
-8
/
+8
*
datapath: Remove redundant nw_ prefix from fields in flow key.
Jesse Gross
2011-06-08
1
-2
/
+2
*
datapath: Get packet metadata from userspace in odp_packet_cmd_execute().
Ben Pfaff
2011-06-01
1
-0
/
+2
*
datapath: Hash and compare only the part of sw_flow_key actually used.
Andrew Evans
2011-05-18
1
-23
/
+47
*
datapath: Update IPv6 parsing code for kernel style.
Jesse Gross
2011-03-03
1
-3
/
+4
*
datapath: Better calculate max nlattr-formatted flow size.
Justin Pettit
2011-02-07
1
-2
/
+15
*
datapath: Increase size of max nlattr-formatted flow to 132.
Justin Pettit
2011-02-07
1
-2
/
+2
*
nicira-ext: Support matching IPv6 Neighbor Discovery messages.
Justin Pettit
2011-02-02
1
-2
/
+3
*
nicira-ext: Support matching IPv6 traffic.
Justin Pettit
2011-02-02
1
-2
/
+10
*
nicira-ext: Support matching ARP source and target hardware addresses.
Justin Pettit
2011-02-02
1
-0
/
+2
*
datapath: Fix flow time used computation.
Jesse Gross
2011-01-31
1
-0
/
+1
*
datapath: Convert ODP_FLOW_* commands to use AF_NETLINK socket layer.
Ben Pfaff
2011-01-28
1
-1
/
+1
[prev]
[next]