aboutsummaryrefslogtreecommitdiff
path: root/datapath/datapath.h
AgeCommit message (Expand)Author
2011-11-22datapath: Scope global symbols with ovs_ prefix.Jesse Gross
2011-11-21datapath: Use u64_stats_sync for datapath and vport stats.Jesse Gross
2011-11-16datapath: Dont export get_dp().Pravin B Shelar
2011-11-16datapath: Reformat copyright messages.Jesse Gross
2011-11-10datapath: remove actions.hPravin B Shelar
2011-11-07datapath: Remove vport from OVS_CB.Jesse Gross
2011-11-07datapath: Fix coding style issues.Pravin B Shelar
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-10-12datapath: Move Netlink PID for userspace actions from flows to actions.Ben Pfaff
2011-09-30datapath: Remove unused vlan constants.Jesse Gross
2011-09-28sFlow: Genericize/simplify kernel sFlow implementationPravin Shelar
2011-09-23datapath: Use unicast Netlink sockets for upcalls.Jesse Gross
2011-09-20datapath: Fully initialize datapath before local port.Jesse Gross
2011-09-15Set MTU in userspace rather than kernel.Justin Pettit
2011-09-09datapath: Improve kernel hash tablePravin Shelar
2011-09-01datapath: genl_notify() on port disappearances.Ethan Jackson
2011-08-19datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit
2011-06-16datapath: Further mirror checksum offloading state on old kernels.Jesse Gross
2011-03-14datapath: Use compat directory only for backported code.Jesse Gross
2011-02-07datapath: Add vlan acceleration field for older kernels.Jesse Gross
2011-01-28datapath: Change dp_idx to dp_ifindex, the ifindex of the local port.Ben Pfaff
2011-01-28datapath: Convert upcalls and ODP_EXECUTE to use AF_NETLINK socket layer.Ben Pfaff
2011-01-27datapath: Adopt Generic Netlink-compatible locking.Ben Pfaff
2011-01-27datapath: Drop port information from odp_stats.Ben Pfaff
2011-01-27datapath: Report kernel's flow key when passing packets up to userspace.Ben Pfaff
2011-01-05datapath: Use call_rcu() when deleting a datapath.Jesse Gross
2010-12-13datapath: Add usage of __rcu annotation.Jesse Gross
2010-12-13datapath: Add usage of __percpu annotation.Jesse Gross
2010-12-10Expand tunnel IDs from 32 to 64 bits.Ben Pfaff
2010-12-03datapath: Consolidate checksum compatibility code.Jesse Gross
2010-12-03datapath: Merge "struct dp_port" into "struct vport".Ben Pfaff
2010-12-03datapath: Make adding and attaching a vport a single step.Ben Pfaff
2010-10-11datapath: Remove implementation of port groups.Ben Pfaff
2010-09-22datapath: Move is_frag out of struct ovs_skb_cb.Jesse Gross
2010-09-22datapath: Enable usage of cached flows.Jesse Gross
2010-08-26datapath: Free up flow_extract() return value for reporting errors.Ben Pfaff
2010-08-20datpath: Avoid reporting half updated statistics.Jesse Gross
2010-04-26datapath: Update 'struct ovs_skb_cb' comments.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-05datapath: Update hardware computed checksum on VLAN change.Jesse Gross
2010-02-28datapath: Consistently maintain checksum offloading state.Jesse Gross
2010-02-05Merge branch 'master' into nextJustin Pettit
2010-02-02datapath: Set datapath device MTU to minimum of MTU of ports.Jesse Gross
2010-01-26datapath: Handle packets with precomputed checksums.Jesse Gross
2010-01-25Merge "sflow" into "master".Ben Pfaff
2010-01-25datapath: Clean up vswitch_skb_checksum_setup().Ben Pfaff
2010-01-20sflow: Fix sFlow sampling structure.Ben Pfaff
2010-01-08Improve comments on interpretation of sFlow sampling probabilities.Ben Pfaff