aboutsummaryrefslogtreecommitdiff
path: root/datapath/flow.c
AgeCommit message (Expand)Author
2010-08-30treewide: Remove trailing whitespaceJoe Perches
2010-08-27datapath: Avoid accesses past the end of skbuff data in actions.Ben Pfaff
2010-08-27datapath: Fix default value of skb transport_header.Ben Pfaff
2010-08-27datapath: Avoid pskb_may_pull() checks where not needed.Ben Pfaff
2010-08-27datapath: Report memory allocation errors in flow_extract().Ben Pfaff
2010-08-26Add Nicira extension to OpenFlow for dropping spoofed ARP packets.Ben Pfaff
2010-08-26datapath: Free up flow_extract() return value for reporting errors.Ben Pfaff
2010-08-26datapath: Remove skb->len >= ETH_HLEN check from flow_extract().Ben Pfaff
2010-08-26datapath: Use 'bool' instead of 'int' where appropriate.Ben Pfaff
2010-08-26datapath: Use min() instead of open-coding it.Ben Pfaff
2010-08-10datapath: Fix handling of 802.1Q and SNAP headers.Ben Pfaff
2010-08-02datapath: Inline flow_cast().Ben Pfaff
2010-08-02datapath: Don't track IP TOS value two different ways.Ben Pfaff
2010-07-30datapath: Remove dead code.Jesse Gross
2010-07-26datapath: Don't query time for every packet.Jesse Gross
2010-06-08timeval: Use monotonic time where appropriate.Jesse Gross
2010-04-19datapath: Genericize hash table.Jesse Gross
2010-04-19datapath: Add generic virtual port layer.Jesse Gross
2010-04-19tunneling: Add support for tunnel ID.Jesse Gross
2010-03-15datapath: Validate ToS when flow is added.Jesse Gross
2010-03-15datapath: Use constants instead of actual values.Jesse Gross
2010-02-20ofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow 0.9)Justin Pettit
2009-11-17datapath: Remove unused print_flow() functionJustin Pettit
2009-11-16datapath: Cleanup tab/space issues in datapathJustin Pettit
2009-09-01Add ability for the datapath to match IP address in ARPsJustin Pettit
2009-06-15Update primary code license to Apache 2.0.Ben Pfaff
2009-07-08Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff