summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* Fix misspellings in comments and docs.Andy Hill2013-06-041-1/+1
* datapath: fix variable names in commentLorand Jakab2013-06-031-2/+2
* datapath: Check for positive packet length in vport_send().Jesse Gross2013-05-131-1/+1
* datapath: Free skb dropped by lisp_tnl_send().Jarno Rajahalme2013-05-071-0/+1
* datapath: Kill VPORT_F_TUN_ID vport flag.Pravin B Shelar2013-05-069-25/+15
* datapath: Move vport init to first port create.Pravin B Shelar2013-05-065-85/+55
* datapath: Unify vport error stats handling.Pravin B Shelar2013-05-067-57/+37
* tunneling: Remove struct tnl_vport and tnl_ops.Pravin B Shelar2013-05-067-330/+230
* datapath: Remove unused get_config vport op.Jesse Gross2013-05-062-4/+0
* 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-305-12/+3
* datapath: Use generic struct pcpu_tstats.Pravin B Shelar2013-04-294-20/+34
* datapath: Account for RHEL6.4 backports in compat layerThomas Graf2013-04-254-3/+11
* datapath: Use openvswitch_handle_frame hook in >=RHEL6.4 to live side by side...Thomas Graf2013-04-251-4/+32
* datapath: Fix struct vport comment.Pravin B Shelar2013-04-191-2/+0
* datapath: Fix inconsistency in upstream and out of tree ovs module.Pravin B Shelar2013-04-191-2/+1
* datapath: Fix stale comment in flow.c.Pravin B Shelar2013-04-181-3/+3
* datapath: Remove vport->linknamePravin B Shelar2013-04-121-2/+0
* datapath: Simplify datapath locking.Pravin B Shelar2013-04-1213-370/+273
* datapath: Add workqueue API to ovs compat workqueue.Pravin B Shelar2013-04-122-7/+24
* datapath.h Fix a stale comment.Andy Zhou2013-04-101-1/+0
* datapath: Don't insert empty OVS_VPORT_ATTR_OPTIONS attributeThomas Graf2013-04-021-6/+8
* 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-292-53/+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-284-5/+9
* datapath: correct an invalid BUG_ONHong Zhiguo2013-03-271-1/+1
* datapath: Fix IP ID setting.Jarno Rajahalme2013-03-261-10/+9
* datapath: Factor out common code from *_build_header() to ovs_tnl_send().Jarno Rajahalme2013-03-264-28/+9
* datapath: Preallocate reply skb in ovs_vport_cmd_set().Jesse Gross2013-03-261-12/+17
* datapath: Remove checks for preinitialized flow.Jesse Gross2013-03-184-34/+25
* datapath: Provide additional RCU backports.Jesse Gross2013-03-152-0/+11
* datapath: hlist: drop the node parameter from iteratorsSasha Levin2013-03-153-16/+10
* datapath: Backport simplified hlist iterators.Jesse Gross2013-03-153-0/+33
* datapath: fix drvinfo strings set in driversJiri Pirko2013-03-141-1/+1
* datapath: Check for Centos 6.4 backports.Jesse Gross2013-03-133-2/+4
* datapath: Reduce loop limit by one to 4.Jesse Gross2013-03-121-1/+1
* tunneling: Simplify ovs_tnl_send() error handling code.Pravin B Shelar2013-03-051-2/+2
* datapath: Fix circular dependency between bug.h and kernel.h.Jesse Gross2013-03-063-17/+0
* Tunnel: Cleanup old tunnel infrastructure.Pravin B Shelar2013-03-0411-1203/+333
* datapath: Increase maximum allocation size of action list.Pravin B Shelar2013-02-281-1/+1
* Revert "datapath: Increase maximum allocation size of action list."Pravin B Shelar2013-02-283-25/+7
* Add support for LISP tunnelingLorand Jakab2013-02-258-16/+510
* datapath: fix the calculation of checksum for vlan headerCong Wang2013-02-221-2/+2
* datapath: Increase maximum allocation size of action list.Pravin B Shelar2013-02-223-7/+25
* datapath: use skb_mark for route lookupsAnsis Atteka2013-02-201-3/+13
* ipsec: prepare IPsec for flow based tunnelingAnsis Atteka2013-02-201-1/+1
* datapath: Remove CAPWAP tunneling support.Pravin B Shelar2013-02-1910-984/+1
* datapath: Fix parsing invalid LLC/SNAP ethertypesRich Lane2013-02-191-1/+5