summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* Remove /proc/net compatibility support.Ben Pfaff2011-02-115-231/+2
* datapath: Check for backported rcu_read_lock_held.Jesse Gross2011-02-071-1/+1
* datapath: Use vlan deacceleration function in upcall.Jesse Gross2011-02-071-7/+4
* datapath: Don't use vlan_features before 2.6.26.Jesse Gross2011-02-071-1/+5
* datapath: Better calculate max nlattr-formatted flow size.Justin Pettit2011-02-072-2/+20
* datapath: Increase size of max nlattr-formatted flow to 132.Justin Pettit2011-02-071-2/+2
* datapath: Clear rxhash when using an action that may affect itSimon Horman2011-02-073-0/+12
* datapath: Add module parameter to allow TSO with vlans.Jesse Gross2011-02-071-7/+34
* datapath: Add definition for FCoE offload.Jesse Gross2011-02-071-0/+4
* datapath: Use vlan acceleration for vlan operations.Jesse Gross2011-02-077-173/+157
* datapath: Add vlan acceleration field for older kernels.Jesse Gross2011-02-076-0/+106
* tunneling: Check refcount of each page in frags.Jesse Gross2011-02-071-1/+1
* tunneling: Always use skb->len for PMTUD.Jesse Gross2011-02-041-5/+5
* tunneling: Fix uninitialized variable warning in check_mtu.Jesse Gross2011-02-041-1/+1
* datapath: Consider tunnels to have no MTU, fixing jumbo frame support.Ben Pfaff2011-02-048-68/+14
* tunneling: Simplify path MTU discovery logic.Jesse Gross2011-02-031-24/+27
* Zero padding bytes in odp_key_ipv4, odp_key_arp.Ben Pfaff2011-02-031-0/+3
* nicira-ext: Support matching IPv6 Neighbor Discovery messages.Justin Pettit2011-02-022-10/+111
* nicira-ext: Support matching IPv6 traffic.Justin Pettit2011-02-024-31/+214
* nicira-ext: Support matching ARP source and target hardware addresses.Justin Pettit2011-02-022-0/+8
* datapath: Dump flow actions only if there is room.Ben Pfaff2011-02-011-18/+14
* datapath: Fix behavior of NLA_NESTED for pre-2.6.29 kernels.Ben Pfaff2011-01-311-0/+25
* datapath: Fix flow time used computation.Jesse Gross2011-01-313-1/+16
* datapath: Avoid nla_parse_nested const warning on < 2.6.22.Jesse Gross2011-01-301-1/+4
* datapath: Correct version check for genetlink net namespaces.Jesse Gross2011-01-301-2/+3
* datapath: Drop allocation of memory for ODP_PACKET_ATTR_TYPE.Jesse Gross2011-01-301-1/+0
* datapath: Use multicast groups allocated for upcalls.Jesse Gross2011-01-291-83/+86
* datapath: s/ODPAT_/ODP_ACTION_ATTR_/ to fit new naming scheme.Ben Pfaff2011-01-282-50/+50
* datapath: Change dp_idx to dp_ifindex, the ifindex of the local port.Ben Pfaff2011-01-283-64/+69
* datapath: Convert ODP_FLOW_* commands to use AF_NETLINK socket layer.Ben Pfaff2011-01-283-278/+239
* datapath: Convert ODP_VPORT_* to use AF_NETLINK socket layer.Ben Pfaff2011-01-282-185/+171
* datapath: Convert ODP_DP_* commands to use AF_NETLINK socket layer.Ben Pfaff2011-01-285-165/+288
* datapath: Convert upcalls and ODP_EXECUTE to use AF_NETLINK socket layer.Ben Pfaff2011-01-288-219/+188
* datapath: Adopt Generic Netlink-compatible locking.Ben Pfaff2011-01-277-303/+291
* datapath: Eliminate vport_mutex by protecting vport table with RCU.Ben Pfaff2011-01-274-98/+25
* datapath: Backport more Netlink functions.Ben Pfaff2011-01-271-0/+17
* datapath: Backport genl_register_family_with_ops().Ben Pfaff2011-01-273-35/+70
* datapath: Extend compatibility code for genl_register_mc_group().Ben Pfaff2011-01-275-41/+34
* Eliminate ODPL_* from userspace-facing interface.Ben Pfaff2011-01-271-10/+10
* datapath: Get rid of ODPP_NONE.Ben Pfaff2011-01-271-1/+1
* datapath: Convert ODP_EXECUTE to use Netlink framing.Ben Pfaff2011-01-274-123/+60
* datapath: Remove non-standard nla_put_be{16,32,64} functions.Ben Pfaff2011-01-271-37/+0
* datapath: Convert datapath operations to use Netlink framing.Ben Pfaff2011-01-274-786/+846
* datapath: Convert ODP_FLOW_* and ODP_EXECUTE to put dp_idx into message.Ben Pfaff2011-01-272-156/+239
* datapath: Eliminate 'flags' member from odp_flow.Ben Pfaff2011-01-272-24/+14
* datapath: Change ODP_FLOW_GET to retrieve only a single flow at a time.Ben Pfaff2011-01-272-108/+31
* datapath: Drop port information from odp_stats.Ben Pfaff2011-01-272-6/+0
* datapath: Drop queue information from odp_stats.Ben Pfaff2011-01-271-2/+0
* datapath: Drop flow information from odp_stats.Ben Pfaff2011-01-271-4/+0
* datapath: Change userspace vport interface to use Netlink attributes.Ben Pfaff2011-01-279-649/+674