summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* doc: Convert docs to Markdown languageThomas Graf2014-10-282-26/+26
* datapath: Use upstream ipv6_find_hdr().Pravin B Shelar2014-10-233-16/+23
* datapath: Fix comment style.Pravin B Shelar2014-10-2310-21/+41
* datapath: Replace __force type cast with rcu_dereference_raw().Pravin B Shelar2014-10-233-6/+6
* datapath: net: make skb_gso_segment error handling more robustPravin B Shelar2014-10-211-0/+2
* datapath: fix a use after freeLi RongQing2014-10-171-5/+6
* datapath: use vport instead of pFabian Frederick2014-10-171-2/+2
* datapath: compat: Fix compilation 3.11Pravin B Shelar2014-10-137-9/+9
* datapath: Add support for RHEL-7 / CentOS-7 kernel.Pravin B Shelar2014-10-0311-13/+40
* datapath: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme2014-10-037-127/+187
* datapath: avoid hard coding OVS_VPORT_TYPE_GENEVEAndy Zhou2014-10-021-1/+1
* datapath: Constify various function argumentsThomas Graf2014-09-2312-44/+47
* datapath: Restore OVS_CB after skb_segment.Pravin B Shelar2014-09-231-0/+4
* datapath: Fix double free when ovs_nla_copy_actions() failsThomas Graf2014-09-231-1/+1
* datapath: compat: Fix compilation for 2.6.32 kernelPravin B Shelar2014-09-211-1/+1
* datapath: Remove pkt_key from OVS_CB.Pravin B Shelar2014-09-206-219/+148
* datapath: restore OVS_FLOW_CMD_NEW notificationsSamuel Gauthier2014-09-202-4/+21
* datapath: Provide compatibility for kernels up to 3.17Thomas Graf2014-09-2015-34/+100
* datapath: fix sparse warning.Pravin B Shelar2014-09-201-3/+3
* datapath: change the data type of error status to atomic_long_tLi RongQing2014-09-202-26/+13
* datapath: Remove support to set vport stats.Pravin B Shelar2014-09-203-45/+15
* datapath: Improve robustness of this_cpu_ptr definition in compat layerAndy Zhou2014-09-153-11/+4
* datapath: Add IS_ERR_OR_NULL for backward compatibility.Pravin B Shelar2014-09-121-0/+7
* openvswitch: rename ->sync to ->syncpWANG Cong2014-09-122-7/+7
* datapath: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-09-123-15/+18
* datapath: Use IS_ERR_OR_NULLHimangi Saraogi2014-09-121-1/+1
* datapath: fix duplicate #include headersJean Sacren2014-09-121-2/+0
* datapath: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat2014-09-122-1/+5
* datapath: Add this_cpu_{read, inc, dec} APIs for backward compatibilityAndy Zhou2014-09-102-0/+19
* datapath: Backport __ip_select_ident() functionPravin B Shelar2014-09-101-0/+5
* openvswitch.h: Fix the type of struct ovs_key_nd nd_target field.Jarno Rajahalme2014-09-101-3/+3
* 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