aboutsummaryrefslogtreecommitdiff
path: root/datapath
AgeCommit message (Expand)Author
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
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