git://git.onelab.eu
/
sliver-openvswitch.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
bond: Fix comment on bond_entry::tag
[sliver-openvswitch.git]
/
datapath
/
flow.h
2012-11-22
Ansis Atteka
datapath: add skb mark matching and set action
blob
|
commitdiff
2012-11-08
Jesse Gross
datapath: Move tun_key out of struct phy and union.
blob
|
commitdiff
|
diff to current
2012-11-06
Jesse Gross
datapath: Remove flow refcount functionality.
blob
|
commitdiff
|
diff to current
2012-10-20
Pravin B Shelar
datapath: Optimize flow key match for non tunnel flows.
blob
|
commitdiff
|
diff to current
2012-10-20
Kyle Mestery
datapath: Add support for tun_key to Open vSwitch datapath
blob
|
commitdiff
|
diff to current
2012-09-04
Jesse Gross
datapath: Fix FLOW_BUFSIZE definition.
blob
|
commitdiff
|
diff to current
2012-05-03
Raju Subramanian
Global replace of Nicira Networks.
blob
|
commitdiff
|
diff to current
2012-02-17
Pravin B Shelar
datapath: Increase maximum number of datapath ports.
blob
|
commitdiff
|
diff to current
2012-01-05
Pravin B Shelar
datapath: Implement flow table re-hashing.
blob
|
commitdiff
|
diff to current
2011-11-22
Jesse Gross
datapath: Scope global symbols with ovs_ prefix.
blob
|
commitdiff
|
diff to current
2011-11-17
Jesse Gross
datapath: Fix whitespace error.
blob
|
commitdiff
|
diff to current
2011-11-16
Jesse Gross
datapath: Reformat copyright messages.
blob
|
commitdiff
|
diff to current
2011-11-16
Ben Pfaff
datapath: Properly validate length of OVS_KEY_ATTR_ENCA...
blob
|
commitdiff
|
diff to current
2011-11-09
Jesse Gross
datapath: Fix comment formatting.
blob
|
commitdiff
|
diff to current
2011-11-09
Justin Pettit
Support matching and modifying IP TTL.
blob
|
commitdiff
|
diff to current
2011-11-09
Justin Pettit
Support matching and modifying IP ECN bits.
blob
|
commitdiff
|
diff to current
2011-11-09
Justin Pettit
Don't overload IP TOS with the frag matching bits.
blob
|
commitdiff
|
diff to current
2011-11-09
Justin Pettit
Support matching IPv6 flow label.
blob
|
commitdiff
|
diff to current
2011-11-07
Pravin B Shelar
datapath: Fix coding style issues.
blob
|
commitdiff
|
diff to current
2011-11-01
Pravin B Shelar
datapath: Convert kernel priority actions into match...
blob
|
commitdiff
|
diff to current
2011-10-21
Ben Pfaff
Implement new fragment handling policy.
blob
|
commitdiff
|
diff to current
2011-10-21
Pravin B Shelar
datapath: Refactor actions in terms of match fields.
blob
|
commitdiff
|
diff to current
2011-10-12
Ben Pfaff
datapath-protocol: Rename to <linux/openvswitch.h>.
blob
|
commitdiff
|
diff to current
2011-10-12
Ben Pfaff
datapath: Move Netlink PID for userspace actions from...
blob
|
commitdiff
|
diff to current
2011-09-23
Jesse Gross
datapath: Use unicast Netlink sockets for upcalls.
blob
|
commitdiff
|
diff to current
2011-09-10
Pravin Shelar
datapath: Improve kernel hash table
blob
|
commitdiff
|
diff to current
2011-09-08
Ben Pfaff
datapath: Allow a packet with no input port to omit...
blob
|
commitdiff
|
diff to current
2011-08-20
Justin Pettit
datapath: Use "OVS_*" as opposed to "ODP_*" for user...
blob
|
commitdiff
|
diff to current
2011-06-08
Jesse Gross
datapath: Remove redundant nw_ prefix from fields in...
blob
|
commitdiff
|
diff to current
2011-06-01
Ben Pfaff
datapath: Get packet metadata from userspace in odp_pac...
blob
|
commitdiff
|
diff to current
2011-05-18
Ben Pfaff
Merge 'next' into 'master'.
blob
|
commitdiff
|
diff to current
2011-05-18
Andrew Evans
datapath: Hash and compare only the part of sw_flow_key...
blob
|
commitdiff
|
diff to current
2011-03-03
Jesse Gross
datapath: Update IPv6 parsing code for kernel style.
blob
|
commitdiff
|
diff to current
2011-02-07
Justin Pettit
datapath: Better calculate max nlattr-formatted flow...
blob
|
commitdiff
|
diff to current
2011-02-07
Justin Pettit
datapath: Increase size of max nlattr-formatted flow...
blob
|
commitdiff
|
diff to current
2011-02-02
Justin Pettit
nicira-ext: Support matching IPv6 Neighbor Discovery...
blob
|
commitdiff
|
diff to current
2011-02-02
Justin Pettit
nicira-ext: Support matching IPv6 traffic.
blob
|
commitdiff
|
diff to current
2011-02-02
Justin Pettit
nicira-ext: Support matching ARP source and target...
blob
|
commitdiff
|
diff to current
2011-01-31
Jesse Gross
datapath: Fix flow time used computation.
blob
|
commitdiff
|
diff to current
2011-01-28
Ben Pfaff
datapath: Convert ODP_FLOW_* commands to use AF_NETLINK...
blob
|
commitdiff
|
diff to current
2011-01-28
Ben Pfaff
datapath: Convert datapath operations to use Netlink...
blob
|
commitdiff
|
diff to current
2011-01-28
Ben Pfaff
datapath: Report kernel's flow key when passing packets...
blob
|
commitdiff
|
diff to current
2011-01-28
Ben Pfaff
datapath: Convert odp_flow_key to use Netlink attribute...
blob
|
commitdiff
|
diff to current
2010-12-13
Jesse Gross
datapath: Add usage of __rcu annotation.
blob
|
commitdiff
|
diff to current
2010-12-13
Jesse Gross
datapath: Use __packed macro.
blob
|
commitdiff
|
diff to current
2010-12-13
Ben Pfaff
datapath: Include <linux/netlink.h> directly into flow.h.
blob
|
commitdiff
|
diff to current
2010-12-10
Ben Pfaff
datapath: Replace "struct odp_action" by Netlink attrib...
blob
|
commitdiff
|
diff to current
2010-10-11
Ben Pfaff
datapath: Always use GFP_ATOMIC to execute actions.
blob
|
commitdiff
|
diff to current
2010-09-22
Jesse Gross
datapath: Move is_frag out of struct ovs_skb_cb.
blob
|
commitdiff
|
diff to current
2010-09-22
Jesse Gross
datapath: Add ref counting for flows.
blob
|
commitdiff
|
diff to current
2010-09-22
Jesse Gross
datapath: Move flow allocation into a function.
blob
|
commitdiff
|
diff to current
2010-08-26
Ben Pfaff
Add Nicira extension to OpenFlow for dropping spoofed...
blob
|
commitdiff
|
diff to current
2010-08-03
Ben Pfaff
datapath: Inline flow_cast().
blob
|
commitdiff
|
diff to current
2010-08-03
Ben Pfaff
datapath: Don't track IP TOS value two different ways.
blob
|
commitdiff
|
diff to current
2010-07-26
Jesse Gross
datapath: Don't query time for every packet.
blob
|
commitdiff
|
diff to current
2010-05-27
Ben Pfaff
datapath: Add missing #include to datapath/flow.h.
blob
|
commitdiff
|
diff to current
2010-04-19
Jesse Gross
datapath: Genericize hash table.
blob
|
commitdiff
|
diff to current
2010-03-25
Ben Pfaff
Merge "citrix" branch into "master".
blob
|
commitdiff
|
diff to current
2009-12-02
Ben Pfaff
Merge "master" branch into "db".
blob
|
commitdiff
|
diff to current
2009-11-18
Ben Pfaff
Merge citrix branch into master.
blob
|
commitdiff
|
diff to current
2009-11-17
Justin Pettit
datapath: Remove unused print_flow() function
blob
|
commitdiff
|
diff to current
2009-06-15
Ben Pfaff
Merge changes from citrix branch into master.
blob
|
commitdiff
|
diff to current
2009-06-15
Ben Pfaff
Update primary code license to Apache 2.0.
blob
|
commitdiff
|
diff to current
2009-07-08
Ben Pfaff
Import from old repository commit 61ef2b42a9c4ba8e1600f...
v0.90.0
blob
|
commitdiff
|
diff to current