summaryrefslogtreecommitdiff
path: root/datapath/datapath.h
Commit message (Expand)AuthorAgeFilesLines
* datapath: Use net_ratelimit in OVS_NLERRJoe Perches2014-02-031-3/+5
* datapath: Allow user space to announce ability to accept unaligned Netlink me...Thomas Graf2013-12-161-0/+2
* datapath: Silence RCU lockdep checks from flow lookup.Jesse Gross2013-12-031-0/+2
* datapath: collect mega flow mask statsAndy Zhou2013-10-221-0/+4
* datapath: Move mega-flow list out of rehashing struct.Pravin B Shelar2013-10-011-4/+2
* datapath: Restructure datapath.c and flow.cPravin B Shelar2013-10-011-0/+1
* datapath: Move flow table rehashing to flow install.Pravin B Shelar2013-09-071-0/+2
* datapath: Remove vlan compat supportPravin B Shelar2013-09-061-5/+0
* datapath: Remove checksum compat supportPravin B Shelar2013-09-061-10/+0
* datapath: Move generic tunnel functions to lisp module.Pravin B Shelar2013-08-131-1/+0
* datapath: Fix Netlink error message header.Jesse Gross2013-07-091-1/+1
* datapath: add netlink error message to help kernel userspace integration.Andy Zhou2013-07-031-0/+4
* datapath: Make OVS_ACTION_ATTR_USERSPACE action to send packet keyAndy Zhou2013-06-251-0/+2
* datapath: Simplify datapath locking.Pravin B Shelar2013-04-121-6/+20
* datapath.h Fix a stale comment.Andy Zhou2013-04-101-1/+0
* Tunnel: Cleanup old tunnel infrastructure.Pravin B Shelar2013-03-041-0/+1
* datapath: Remove CAPWAP tunneling support.Pravin B Shelar2013-02-191-1/+0
* Allow OVS_USERSPACE_ATTR_USERDATA to be variable length.Ben Pfaff2013-02-151-1/+1
* openvswitch: Remove Linux bridge compatibility.Pravin B Shelar2012-12-271-4/+0
* datapath: support Linux 3.7Isaku Yamahata2012-12-201-3/+3
* datapath: Add support for tun_key to Open vSwitch datapathKyle Mestery2012-10-201-2/+3
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* datapath: Increase maximum number of datapath ports.Pravin B Shelar2012-02-161-7/+26
* datapath: Add support for namespace.Pravin B Shelar2012-01-301-4/+33
* datapath: remove unused version.h includesDevendra Naga2012-01-171-1/+0
* datapath: Scope global symbols with ovs_ prefix.Jesse Gross2011-11-221-9/+9
* datapath: Use u64_stats_sync for datapath and vport stats.Jesse Gross2011-11-211-2/+2
* datapath: Dont export get_dp().Pravin B Shelar2011-11-161-1/+0
* datapath: Reformat copyright messages.Jesse Gross2011-11-161-6/+14
* datapath: remove actions.hPravin B Shelar2011-11-101-0/+1
* datapath: Remove vport from OVS_CB.Jesse Gross2011-11-071-2/+0
* datapath: Fix coding style issues.Pravin B Shelar2011-11-071-1/+2
* Implement new fragment handling policy.Ben Pfaff2011-10-211-5/+0
* datapath: Move Netlink PID for userspace actions from flows to actions.Ben Pfaff2011-10-121-3/+7
* datapath: Remove unused vlan constants.Jesse Gross2011-09-301-6/+0
* sFlow: Genericize/simplify kernel sFlow implementationPravin Shelar2011-09-281-14/+5
* datapath: Use unicast Netlink sockets for upcalls.Jesse Gross2011-09-231-1/+1
* datapath: Fully initialize datapath before local port.Jesse Gross2011-09-201-2/+0
* Set MTU in userspace rather than kernel.Justin Pettit2011-09-151-2/+0
* datapath: Improve kernel hash tablePravin Shelar2011-09-091-2/+2
* datapath: genl_notify() on port disappearances.Ethan Jackson2011-09-011-0/+3
* datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit2011-08-191-7/+7
* datapath: Further mirror checksum offloading state on old kernels.Jesse Gross2011-06-161-2/+5
* datapath: Use compat directory only for backported code.Jesse Gross2011-03-141-0/+1
* datapath: Add vlan acceleration field for older kernels.Jesse Gross2011-02-071-0/+6
* datapath: Change dp_idx to dp_ifindex, the ifindex of the local port.Ben Pfaff2011-01-281-2/+4
* datapath: Convert upcalls and ODP_EXECUTE to use AF_NETLINK socket layer.Ben Pfaff2011-01-281-14/+4
* datapath: Adopt Generic Netlink-compatible locking.Ben Pfaff2011-01-271-6/+8
* datapath: Drop port information from odp_stats.Ben Pfaff2011-01-271-2/+0
* datapath: Report kernel's flow key when passing packets up to userspace.Ben Pfaff2011-01-271-2/+20