summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* lib/odp: Masked set action execution and printing.Jarno Rajahalme2014-09-081-0/+10
* datapath: Remove unused dp parameter.Pravin B Shelar2014-09-083-16/+14
* datapath: Set packet egress_tun_info.Pravin B Shelar2014-09-081-1/+1
* datapath: distinguish between the dropped and consumed skbLi RongQing2014-09-081-2/+8
* datapath: fix panic with multiple vlan headersJiri Benc2014-09-081-0/+3
* datapath: Implement recirc action without recursionAndy Zhou2014-09-053-16/+165
* datapath: Remove recirc stack depth limit checkAndy Zhou2014-09-054-65/+10
* datapath: fix a memory leakLi RongQing2014-09-021-1/+4
* datapath: simplify sample action implementationAndy Zhou2014-08-291-26/+19
* datapath: Fix checksum calculation when modifying ICMPv6 packets.Jesse Gross2014-08-291-2/+6
* datapath: Always initialize fix_segment for GSO packet.Pravin B Shelar2014-08-292-2/+4
* datapath: Fix recirc bug where skb is double freed.Andy Zhou2014-08-261-12/+17
* datapath: Remove flow member from struct ovs_skb_cbLorand Jakab2014-08-253-11/+12
* Extend OVS IPFIX exporter to export tunnel headersWenyu Zhang2014-08-1813-70/+346
* datapath: Move key_attr_size() to flow_netlink.h.Joe Stringer2014-08-153-34/+36
* datapath: Simplify flow mask cache delete.Pravin B Shelar2014-08-141-60/+47
* datapath: Fix memory leak in ovs_vport_alloc() error pathChristoph Jaeger2014-08-121-1/+3
* datapath: Update flow key before recircAndy Zhou2014-08-123-38/+26
* datapath/flow_netlink: Validate IPv6 flow key and mask values.Jarno Rajahalme2014-08-111-0/+5
* datapath/actions: Mark recalculate_csum as likely in set_ipv6_addr().Jarno Rajahalme2014-08-111-1/+1
* datapath: Avoid NULL mask check while building maskPravin B Shelar2014-08-081-61/+60
* datapath: Optimize recirc action.Pravin B Shelar2014-08-081-37/+185
* datapath: Avoid using stack larger than 1024.Pravin B Shelar2014-08-071-7/+22
* datapath: Refactor action alloc and copy api.Pravin B Shelar2014-08-073-48/+26
* datapath: Update comments about 'OVS_KEY_ATTR_8021Q'.Justin Pettit2014-08-071-1/+1
* datapath: Use tun_info only for egress tunnel path.Pravin B Shelar2014-08-0610-56/+50
* datapath: Optimize Flow mask cache hash collision case.Pravin B Shelar2014-08-061-23/+25
* datapath: Avoid using wrong metadata for recic action.Pravin B Shelar2014-08-064-10/+22
* datapath: refactor ovs flow extract API.Pravin B Shelar2014-08-066-58/+78
* datapath: Correct comment about 'tun_info' member in ovs_skb_cb.Justin Pettit2014-08-051-1/+2
* Do not seemingly #include Linux-specific headers on other platforms.Ben Pfaff2014-08-042-0/+617
* datapath: do not use vport type to determine presence of Geneve attributesAnsis Atteka2014-08-013-11/+5
* datapath: Remove unlikely() for WARN_ON() conditionsThomas Graf2014-07-301-1/+1
* datapath: Remove redundant key ref from upcall_info.Pravin B Shelar2014-07-303-23/+18
* datapath: Drop packets when interdev is not upChunhe Li2014-07-301-0/+5
* datapath: Use currect rcu API in exact match flow lookup function.Pravin B Shelar2014-07-281-10/+7
* datapath: Fix buffer overrun in mask array realloc.Pravin B Shelar2014-07-251-1/+2
* datapath: Add NULL check for mask pointer.Pravin B Shelar2014-07-251-37/+14
* datapath/flow_netlink: Avoid wildcarding tunnel key with disabled megaflowsDaniele Di Proietto2014-07-231-0/+19
* datapath: flow_netlink: Fix a bug.Alex Wang2014-07-231-1/+2
* datapath: Refactor get_dp() function into multiple access APIs.Andy Zhou2014-07-221-10/+20
* datapath: Check for NULL upcall_portids.Pravin B Shelar2014-07-151-0/+3
* datapath: Refactor ovs_flow_cmd_fill_info().Joe Stringer2014-07-141-29/+66
* datapath/flow_netlink: Create right mask with disabled megaflowsDaniele Di Proietto2014-07-111-23/+53
* datapath: Enable tunnel GSO features.Pravin B Shelar2014-07-116-1/+86
* datapath: refactor do_output() to move skb_clone NULL check out of fast pathAndy Zhou2014-07-101-14/+11
* datapath: add skb_clone NULL check for the sampling action.Andy Zhou2014-07-101-0/+3
* datapath: add skb_clone NULL check in the recirc action.Andy Zhou2014-07-101-7/+9
* datapath/flow_netlink: Fix NDP flow mask validationDaniele Di Proietto2014-07-101-1/+1
* datapath: Additional logging for -EINVAL on flow setups.Jesse Gross2014-07-022-7/+23