aboutsummaryrefslogtreecommitdiff
path: root/datapath/datapath.h
AgeCommit message (Expand)Author
2013-03-06Tunnel: Cleanup old tunnel infrastructure.Pravin B Shelar
2013-03-06datapath: Remove CAPWAP tunneling support.Pravin B Shelar
2012-12-27openvswitch: Remove Linux bridge compatibility.Pravin B Shelar
2012-12-20datapath: support Linux 3.7Isaku Yamahata
2012-10-20datapath: Add support for tun_key to Open vSwitch datapathKyle Mestery
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-02-16datapath: Increase maximum number of datapath ports.Pravin B Shelar
2012-01-30datapath: Add support for namespace.Pravin B Shelar
2012-01-17datapath: remove unused version.h includesDevendra Naga
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