aboutsummaryrefslogtreecommitdiff
path: root/datapath
AgeCommit message (Expand)Author
2010-05-11vport: Record and free packets on unattached ports.Jesse Gross
2010-05-10gre: Include route headers in headroom calculation.Jesse Gross
2010-05-07datapath: Enable offloading on internal devices.Jesse Gross
2010-05-06datapath: Break out test for dev_disable_lro().Jesse Gross
2010-05-06datapath: Fix build issue with LRO.Jesse Gross
2010-05-06datapath: Add configure test for skb_warn_if_lro().Jesse Gross
2010-04-30datapath: Don't hold dp_mutex when setting internal devs MTU.Jesse Gross
2010-04-29datapath: Ensure packet length matches headers during checksum setup.Jesse Gross
2010-04-27vport: Better handle too-long network device names in vport_del().Ben Pfaff
2010-04-27datapath: Check device name length more carefully in create_dp().Ben Pfaff
2010-04-27datapath: Always null-terminate network device name in create_dp().Ben Pfaff
2010-04-27datapath: Fix argument to strncpy_from_user().Ben Pfaff
2010-04-26gre: Ensure skb properties are consistently set.Jesse Gross
2010-04-26datapath: Update 'struct ovs_skb_cb' comments.Jesse Gross
2010-04-22Have git ignore new symlinks and dynamic files from datapath buildsJustin Pettit
2010-04-22veth: Do a better job cleaning up on rmmodJustin Pettit
2010-04-22datapath: Define kmemdup() for kernels older than 2.6.19Justin Pettit
2010-04-21gre: Fix ICMP translation for path MTU discovery.Jesse Gross
2010-04-19Update fake bond devices' statistics with the sum of bond slaves' stats.Ben Pfaff
2010-04-19tunneling: Remove old GRE implementation.Jesse Gross
2010-04-19tunneling: Add datapath GRE support.Jesse Gross
2010-04-19datapath: Add function to copy skb checksum bits.Jesse Gross
2010-04-19datapath: Add skb_csum_help compatibility function.Jesse Gross
2010-04-19datapath: Genericize hash table.Jesse Gross
2010-04-19datapath: Add generic virtual port layer.Jesse Gross
2010-04-19datapath: Don't read net namespace on kernels that don't use them.Jesse Gross
2010-04-19datapath: Add rtnl_is_locked compatibility function.Jesse Gross
2010-04-19datapath: Add dev_get_stats compatibility function.Jesse Gross
2010-04-19tunneling: Add support for tunnel ID.Jesse Gross
2010-04-14veth: Fix problems removing veth devicesJustin Pettit
2010-03-23datapath: Support 2.6.33 kernel layout in build system.Ben Pfaff
2010-03-15datapath: Consistently maintain flow key.Jesse Gross
2010-03-15datapath: Validate ToS when flow is added.Jesse Gross
2010-03-15datapath: Use constants instead of actual values.Jesse Gross
2010-03-05gre: Add support for path MTU discovery.Jesse Gross
2010-03-05gre: Correctly account for hardware header length.Jesse Gross
2010-03-05gre: Add functions to determine address type to compat layer.Jesse Gross
2010-03-05gre: Allow IPv6 ToS bits to be propagated to tunnel packets.Jesse Gross
2010-03-05gre: Always set TTL on outer packet to 64.Jesse Gross
2010-03-05gre: Disable tx queue.Jesse Gross
2010-03-05gre: Check that the IP header is actually there before using it.Jesse Gross
2010-03-05datapath: Disable large receive offload.Jesse Gross
2010-03-05datapath: Update hardware computed checksum on VLAN change.Jesse Gross
2010-03-03brcompat: Print warning when kernel times out waiting for userspaceJustin Pettit
2010-03-03veth: Remove obvious debug printk'sJustin Pettit
2010-02-28datapath: Consistently maintain checksum offloading state.Jesse Gross
2010-02-24Merge "master" into "next".Ben Pfaff
2010-02-20datapath: Set the correct bits for OFPAT_SET_NW_TOS action.Ben Pfaff
2010-02-20ofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow 0.9)Justin Pettit