aboutsummaryrefslogtreecommitdiff
path: root/datapath
AgeCommit message (Expand)Author
2011-03-31datapath: Update for changes in 2.6.39-rc1Simon Horman
2011-03-30datapath: Fix mysterious GRE-over-IPSEC problems.Ben Pfaff
2011-03-24datapath: Avoid memory leak in odp_packet_cmd_execute().Ben Pfaff
2011-03-23datapath: Add compatibility with sk_buff's vlan_tci before 2.6.33.Ben Pfaff
2011-03-18datapath: Use ipv4_dst_hoplimit() instead of direct access.Jesse Gross
2011-03-18datapath: Backport ip4_dst_hoplimit() from 2.6.38.Jesse Gross
2011-03-16Support vlan_group workaround implemented in XenServer kernels.Ben Pfaff
2011-03-14datapath: Check for backported dev_get_by_index_rcu().Jesse Gross
2011-03-14datapath: Use compat directory only for backported code.Jesse Gross
2011-03-10tunneling: Rely on protocol handles to parse ToS.Jesse Gross
2011-03-09datapath: Enable vlan offload on internal devices.Jesse Gross
2011-03-09datapath: Avoid random tun_id in odp_packet_cmd_execute().Ben Pfaff
2011-03-04tunneling: Don't leak dst on vlan tagging failure.Jesse Gross
2011-03-03datapath: Add backport for USHRT_MAX.Jesse Gross
2011-03-03datapath: Drop BUG_ON when checksumming and copying.Jesse Gross
2011-03-03datapath: Update IPv6 parsing code for kernel style.Jesse Gross
2011-03-03datapath: Allow jumbograms through IPv6 parsing.Jesse Gross
2011-03-03datapath: Check packet len does not exceed attribute len.Jesse Gross
2011-03-03datapath: Record upcall errors as lost packets.Jesse Gross
2011-03-02datapath: Remove unneeded modify_vlan_tci() parameters.Ben Pfaff
2011-03-02datapath: Avoid duplicate test in tnl_free_linked_skbs().Ben Pfaff
2011-03-02datapath: Simplify send_frags().Ben Pfaff
2011-02-25datapath: call tnl_ops only after setting optionsValient Gough
2011-02-24datapath: Destroy internal devices before freeing datapath.Jesse Gross
2011-02-24datapath: Don't free vport until all references are gone.Jesse Gross
2011-02-23datapath: Memset executed packet's fields using memset.Jesse Gross
2011-02-18datapath: Properly initialize ovs_skb_cb of packet from userspace.Ben Pfaff
2011-02-11Remove /proc/net compatibility support.Ben Pfaff
2011-02-07datapath: Check for backported rcu_read_lock_held.Jesse Gross
2011-02-07datapath: Use vlan deacceleration function in upcall.Jesse Gross
2011-02-07datapath: Don't use vlan_features before 2.6.26.Jesse Gross
2011-02-07datapath: Better calculate max nlattr-formatted flow size.Justin Pettit
2011-02-07datapath: Increase size of max nlattr-formatted flow to 132.Justin Pettit
2011-02-07datapath: Clear rxhash when using an action that may affect itSimon Horman
2011-02-07datapath: Add module parameter to allow TSO with vlans.Jesse Gross
2011-02-07datapath: Add definition for FCoE offload.Jesse Gross
2011-02-07datapath: Use vlan acceleration for vlan operations.Jesse Gross
2011-02-07datapath: Add vlan acceleration field for older kernels.Jesse Gross
2011-02-07tunneling: Check refcount of each page in frags.Jesse Gross
2011-02-04tunneling: Always use skb->len for PMTUD.Jesse Gross
2011-02-04tunneling: Fix uninitialized variable warning in check_mtu.Jesse Gross
2011-02-04datapath: Consider tunnels to have no MTU, fixing jumbo frame support.Ben Pfaff
2011-02-03tunneling: Simplify path MTU discovery logic.Jesse Gross
2011-02-03Zero padding bytes in odp_key_ipv4, odp_key_arp.Ben Pfaff
2011-02-02nicira-ext: Support matching IPv6 Neighbor Discovery messages.Justin Pettit
2011-02-02nicira-ext: Support matching IPv6 traffic.Justin Pettit
2011-02-02nicira-ext: Support matching ARP source and target hardware addresses.Justin Pettit
2011-02-01datapath: Dump flow actions only if there is room.Ben Pfaff
2011-01-31datapath: Fix behavior of NLA_NESTED for pre-2.6.29 kernels.Ben Pfaff
2011-01-31datapath: Fix flow time used computation.Jesse Gross