aboutsummaryrefslogtreecommitdiff
path: root/datapath
AgeCommit message (Expand)Author
2011-09-20datapath: Correctly validate vport attributes on old kernels.Jesse Gross
2011-09-20datapath: Fully initialize datapath before local port.Jesse Gross
2011-09-19datapath: Correctly set error code in queue_userspace_packets().Jesse Gross
2011-09-14datapath: Set vport in skb when executed from userspace.Jesse Gross
2011-09-08datapath: Allow a packet with no input port to omit ODP_KEY_ATTR_IN_PORT.Ben Pfaff
2011-09-08datapath: Calculate flow hash after extracting metadata.Jesse Gross
2011-07-28datapath: Backport flex_arrays.Jesse Gross
2011-07-28datapath: Don't pass __GFP_ZERO to kmalloc on older kernels.Jesse Gross
2011-07-28datapath: Backport reciprocal division.Jesse Gross
2011-07-28Datapath action should not refer to controllerpravin shelar
2011-07-26datapath: Add missing targets to avoid failure on e.g. "make TAGS".Ben Pfaff
2011-07-12datapath: An expanded table should be larger than its predecessorSimon Horman
2011-06-30tunneling: Force selection of an IP ID with GRE.Jesse Gross
2011-06-29datapath: Support Linux 3.0Simon Horman
2011-06-24datapath: Rename linux-2.6 and compat-2.6 directories.Jesse Gross
2011-06-23datapath: Add missing header.Jesse Gross
2011-06-22configure: Do not reject Linux 3.0 at configure time.Ben Pfaff
2011-06-22configure: Remove "26" from Linux variable names.Ben Pfaff
2011-06-16datapath: Use consume_skb() on non-errors.Jesse Gross
2011-06-16datapath: Backport consume_skb().Jesse Gross
2011-06-16datapath: Further mirror checksum offloading state on old kernels.Jesse Gross
2011-06-16datapath: Drop set_skb_csum_bits().Jesse Gross
2011-06-16tunneling: Avoid extra copying if expanding headroom.Jesse Gross
2011-06-16datapath: Simplify make_writable().Jesse Gross
2011-06-16datapath: Use strip_vlan() for modify_vlan_tci().Jesse Gross
2011-06-13datapath: Check for supported kernel versions.Jesse Gross
2011-06-09Remove NXAST_DROP_SPOOFED_ARP action.Justin Pettit
2011-06-08datapath: Remove redundant nw_ prefix from fields in flow key.Jesse Gross
2011-06-08datapath: IP fragments should include L4 header in flow length.Jesse Gross
2011-06-02tunneling: Warn if CAPWAP is not available on this kernel.Jesse Gross
2011-06-01datapath: Get packet metadata from userspace in odp_packet_cmd_execute().Ben Pfaff
2011-05-27datapath: Don't call genlmsg_reply() under rcu_read_lock().Jesse Gross
2011-05-19datapath: Check that netdev vport is fully initialized.Jesse Gross
2011-05-18datapath: Hash and compare only the part of sw_flow_key actually used.Andrew Evans
2011-05-11datapath: Pull data into linear area only on demand.Jesse Gross
2011-05-01tunneling: Add DF inherit and default flags to set of public tunnel flags.Andrew Evans
2011-04-29tunneling: Add df_default and df_inherit tunnel options.Andrew Evans
2011-04-29datapath: Remove dead code in queue_control_packets().Ethan Jackson
2011-04-29datapath: Drop parameters from execute_actions().Ben Pfaff
2011-04-29datapath: Make every packet passing through the datapath have an sw_flow.Ben Pfaff
2011-04-29datapath: Avoid freeing wild pointer in corner case.Ben Pfaff
2011-04-29datapath: No need to zero cb anymore in odp_packet_cmd_execute().Ben Pfaff
2011-04-27datapath: Make git ignore linux-2.6/vlan.c.Andrew Evans
2011-04-27datapath: Backport DIV_ROUND_UP.Jesse Gross
2011-04-07datapath: Update netdev_frame_hook() for 2.6.39 rx handler API change.Andrew Evans
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