summaryrefslogtreecommitdiff
path: root/datapath/datapath.c
Commit message (Expand)AuthorAgeFilesLines
...
* datapath: Remove compat workqueue.Pravin B Shelar2013-09-071-8/+1
* datapath: Move flow table rehashing to flow install.Pravin B Shelar2013-09-071-39/+11
* datapath: Remove compat support for NLA_NUL_STRINGPravin B Shelar2013-09-061-55/+0
* datapath: Cleanup netlink compat code.Pravin B Shelar2013-09-061-6/+6
* datapath: Remove vlan compat supportPravin B Shelar2013-09-061-4/+6
* datapath: Remove checksum compat supportPravin B Shelar2013-09-061-3/+0
* datapath: Remove skb->mark compat code.Pravin B Shelar2013-09-061-8/+2
* datapath: Move kernel version check to configure.Pravin B Shelar2013-09-061-5/+0
* datapath: Drop support for linux pre-2.6.32 kernel.Pravin B Shelar2013-09-061-2/+2
* datapath: Add SCTP supportJoe Stringer2013-08-221-0/+6
* datapath: Move generic tunnel functions to lisp module.Pravin B Shelar2013-08-131-1/+0
* datapath: Use parallel_ops genl.Pravin B Shelar2013-08-101-0/+4
* datapath: Support for Linux kernel 3.10Pravin B Shelar2013-08-101-1/+1
* datapath: Add 'ovs_' prefix to extern symbols.Jesse Gross2013-08-091-3/+3
* datapath: Support for Linux kernel 3.9.Kyle Mestery2013-07-311-2/+2
* datapath: remove RCU annotation from flow->maskAndy Zhou2013-07-221-4/+2
* datapath: Improve net-namespace compat code.Pravin B Shelar2013-07-201-0/+2
* datapath: Use masked flow when validating actions.Jesse Gross2013-07-161-4/+11
* datapath: Use RCU lock for dp dump operation.Pravin B Shelar2013-07-151-6/+7
* datapath: add netlink error message to help kernel userspace integration.Andy Zhou2013-07-031-2/+6
* datapath: Use RCU lock for flow dump operation.Pravin B Shelar2013-07-031-10/+12
* datapath: Make OVS_ACTION_ATTR_USERSPACE action to send packet keyAndy Zhou2013-06-251-0/+2
* datapath: Return EEXIST on overlapping new flow requestAndy Zhou2013-06-201-6/+5
* datapath: Mega flow implementationAndy Zhou2013-06-201-36/+85
* datapath: Immediately exit on error in ovs_vport_cmd_set().Jesse Gross2013-05-021-5/+7
* datapath: Remove unneeded ovs_netdev_get_ifindex()Thomas Graf2013-04-301-1/+2
* datapath: Fix inconsistency in upstream and out of tree ovs module.Pravin B Shelar2013-04-191-2/+1
* datapath: Simplify datapath locking.Pravin B Shelar2013-04-121-116/+170
* datapath: Move common genl notify code into ovs_notify()Thomas Graf2013-03-291-20/+16
* datapath: Refine Netlink message size calculation and kill FLOW_BUFSIZEThomas Graf2013-03-291-24/+60
* datapath: Use nla_memcpy() to memcpy() data from attributesThomas Graf2013-03-291-1/+1
* datapath: Specify the minimal length of OVS_PACKET_ATTR_PACKET in the policyThomas Graf2013-03-291-3/+6
* datapath: net: add ETH_P_802_3_MINSimon Horman2013-03-281-1/+1
* datapath: Preallocate reply skb in ovs_vport_cmd_set().Jesse Gross2013-03-261-12/+17
* datapath: Remove checks for preinitialized flow.Jesse Gross2013-03-181-27/+23
* datapath: hlist: drop the node parameter from iteratorsSasha Levin2013-03-151-6/+4
* Tunnel: Cleanup old tunnel infrastructure.Pravin B Shelar2013-03-041-9/+1
* Revert "datapath: Increase maximum allocation size of action list."Pravin B Shelar2013-02-281-4/+4
* datapath: Increase maximum allocation size of action list.Pravin B Shelar2013-02-221-4/+4
* datapath: Use nla_len() in queue_userspace_packet().Jesse Gross2013-02-191-1/+1
* Allow OVS_USERSPACE_ATTR_USERDATA to be variable length.Ben Pfaff2013-02-151-5/+6
* datapath: Call genlmsg_end in queue_userspace_packetRich Lane2013-02-151-0/+1
* datapath: Fix ovs_vport_cmd_new return value on successRich Lane2013-02-081-0/+1
* datapath: Fix ovs_vport_cmd_del return value on successRich Lane2013-02-081-0/+1
* datapath: adjust skb_gso_segment() for calling in rx pathCong Wang2013-02-061-1/+1
* datapath: Remove vport MAC address configuration.Jesse Gross2013-01-281-34/+13
* datapath: Return correct error code when dumping flow actions.Jesse Gross2013-01-211-4/+2
* datapath: Don't dump partial action lists in flows.Ben Pfaff2013-01-211-3/+8
* Revert "datapath: Avoid null deref when GSO is for verifying header integrity...Jesse Gross2013-01-211-2/+0
* datapath: Avoid null deref when GSO is for verifying header integrity only.Ben Pfaff2013-01-211-0/+2