aboutsummaryrefslogtreecommitdiff
path: root/datapath
AgeCommit message (Expand)Author
2014-09-02datapath: fix a memory leakLi RongQing
2014-08-29datapath: simplify sample action implementationAndy Zhou
2014-08-29datapath: Fix checksum calculation when modifying ICMPv6 packets.Jesse Gross
2014-08-29datapath: Always initialize fix_segment for GSO packet.Pravin B Shelar
2014-08-26datapath: Fix recirc bug where skb is double freed.Andy Zhou
2014-08-25datapath: Remove flow member from struct ovs_skb_cbLorand Jakab
2014-08-18Extend OVS IPFIX exporter to export tunnel headersWenyu Zhang
2014-08-15datapath: Move key_attr_size() to flow_netlink.h.Joe Stringer
2014-08-14datapath: Simplify flow mask cache delete.Pravin B Shelar
2014-08-12datapath: Fix memory leak in ovs_vport_alloc() error pathChristoph Jaeger
2014-08-12datapath: Update flow key before recircAndy Zhou
2014-08-11datapath/flow_netlink: Validate IPv6 flow key and mask values.Jarno Rajahalme
2014-08-11datapath/actions: Mark recalculate_csum as likely in set_ipv6_addr().Jarno Rajahalme
2014-08-08datapath: Avoid NULL mask check while building maskPravin B Shelar
2014-08-08datapath: Optimize recirc action.Pravin B Shelar
2014-08-07datapath: Avoid using stack larger than 1024.Pravin B Shelar
2014-08-07datapath: Refactor action alloc and copy api.Pravin B Shelar
2014-08-07datapath: Update comments about 'OVS_KEY_ATTR_8021Q'.Justin Pettit
2014-08-06datapath: Use tun_info only for egress tunnel path.Pravin B Shelar
2014-08-06datapath: Optimize Flow mask cache hash collision case.Pravin B Shelar
2014-08-06datapath: Avoid using wrong metadata for recic action.Pravin B Shelar
2014-08-06datapath: refactor ovs flow extract API.Pravin B Shelar
2014-08-05datapath: Correct comment about 'tun_info' member in ovs_skb_cb.Justin Pettit
2014-08-04Do not seemingly #include Linux-specific headers on other platforms.Ben Pfaff
2014-08-01datapath: do not use vport type to determine presence of Geneve attributesAnsis Atteka
2014-07-30datapath: Remove unlikely() for WARN_ON() conditionsThomas Graf
2014-07-30datapath: Remove redundant key ref from upcall_info.Pravin B Shelar
2014-07-30datapath: Drop packets when interdev is not upChunhe Li
2014-07-28datapath: Use currect rcu API in exact match flow lookup function.Pravin B Shelar
2014-07-25datapath: Fix buffer overrun in mask array realloc.Pravin B Shelar
2014-07-25datapath: Add NULL check for mask pointer.Pravin B Shelar
2014-07-23datapath/flow_netlink: Avoid wildcarding tunnel key with disabled megaflowsDaniele Di Proietto
2014-07-23datapath: flow_netlink: Fix a bug.Alex Wang
2014-07-22datapath: Refactor get_dp() function into multiple access APIs.Andy Zhou
2014-07-15datapath: Check for NULL upcall_portids.Pravin B Shelar
2014-07-14datapath: Refactor ovs_flow_cmd_fill_info().Joe Stringer
2014-07-11datapath/flow_netlink: Create right mask with disabled megaflowsDaniele Di Proietto
2014-07-11datapath: Enable tunnel GSO features.Pravin B Shelar
2014-07-10datapath: refactor do_output() to move skb_clone NULL check out of fast pathAndy Zhou
2014-07-10datapath: add skb_clone NULL check for the sampling action.Andy Zhou
2014-07-10datapath: add skb_clone NULL check in the recirc action.Andy Zhou
2014-07-10datapath/flow_netlink: Fix NDP flow mask validationDaniele Di Proietto
2014-07-02datapath: Additional logging for -EINVAL on flow setups.Jesse Gross
2014-07-01datapath: Allow pop and push MPLS actions after pop VLANSimon Horman
2014-07-01datapath: Use exact lookup for flow_get and flow_del.Alex Wang
2014-07-01datapath: Change u64_stats_* to use _irq instead of _bh().Jesse Gross
2014-06-30datapath: Fix error handling for Geneve options in ipv4_tun_to_nlattr().Ben Pfaff
2014-06-27datapath: Initialize OVS_CB in ovs_vport_receive()Pravin B Shelar
2014-06-27datapath: Remove redundant tcp_flags code.Joe Stringer
2014-06-25datapath: fix sparse warning in function tbl_mask_array_delete_mask()Andy Zhou