summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* datapath: compat: Fix build on RHEL 6.6Pravin B Shelar2014-11-191-1/+1
* datapath: Fix compat checks for ipv6_skip_exthdr()Pravin B Shelar2014-11-062-7/+7
* datapath: Convert dp rcu read operation to locked operationsPravin B Shelar2014-11-041-7/+7
* datapath: Use upstream ipv6_find_hdr().Pravin B Shelar2014-10-233-16/+23
* datapath: net: make skb_gso_segment error handling more robustPravin B Shelar2014-10-211-0/+2
* datapath: fix a use after freePravin B Shelar2014-10-171-5/+6
* datapath: compat: Fix compilation 3.11Pravin B Shelar2014-10-136-8/+9
* datapath: Add backport for iptunnel_xmit.Pravin B Shelar2014-10-071-0/+13
* datapath: Add support for RHEL-7 / CentOS-7 kernel.Pravin B Shelar2014-10-0311-15/+36
* datapath: Enable tunnel GSO features.Pravin B Shelar2014-09-295-1/+81
* datapath: Restore OVS_CB after skb_segment.Pravin B Shelar2014-09-231-0/+4
* datapath: Backport __ip_select_ident() functionPravin B Shelar2014-09-101-0/+5
* 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-291-0/+2
* datapath: Simplify flow mask cache delete.Pravin B Shelar2014-08-141-70/+54
* datapath: Optimize Flow mask cache hash collision case.Pravin B Shelar2014-08-141-23/+25
* datapath: Avoid using wrong metadata for recic action.Pravin B Shelar2014-08-143-4/+22
* datapath: refactor ovs flow extract API.Pravin B Shelar2014-08-146-42/+54
* datapath: Drop packets when interdev is not upChunhe Li2014-08-011-0/+5
* 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: Check for NULL upcall_portids.Pravin B Shelar2014-07-151-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: Use exact lookup for flow_get and flow_del.Alex Wang2014-07-013-13/+38
* datapath: fix sparse warning in function tbl_mask_array_delete_mask()Andy Zhou2014-07-011-3/+3
* datapath: keep mask array compact when deleting maskAndy Zhou2014-07-011-32/+93
* datapath: simplify ovs_flow_tbl_lookup_stats()Andy Zhou2014-07-011-21/+19
* datapath: Change u64_stats_* to use _irq instead of _bh().Jesse Gross2014-07-013-24/+21
* datapath: Rehash 16-bit skbuff hashes into 32 bits.Jesse Gross2014-06-251-0/+5
* datapath: avoid memory corruption in queue_userspace_packet()Andy Zhou2014-06-121-1/+2
* datapath: fix key size computation in key_attr_size()Andy Zhou2014-06-121-0/+6
* datapath: sample action without side effectsSimon Horman2014-05-151-15/+37
* datapath: Free skb(s) on recirculation errorSimon Horman2014-05-131-2/+4
* datapath: Fix feature check for HAVE_RXHASH.Jesse Gross2014-05-021-2/+2
* datapath: clear l4_rxhash in skb_clear_hash.Pritesh Kothari2014-05-011-0/+3
* datapath: Add support for kernel 3.14.Pritesh Kothari2014-05-0115-55/+68
* datapath: handle recirculation loop detectionAndy Zhou2014-05-013-16/+27
* datapath: Remove unnecessary flow variable.Pravin B Shelar2014-04-301-1/+0
* datapath: Convert mask list in mask array.Pravin B Shelar2014-04-293-46/+163
* datapath: Add flow mask cache.Pravin B Shelar2014-04-293-15/+103
* datapath: Move table destroy to dp-rcu callback.Pravin B Shelar2014-04-293-7/+8
* datapath: Check for backported skb_orphan_frags().Joe Stringer2014-04-291-2/+2
* datapath: add recirc actionAndy Zhou2014-04-215-18/+96
* datapath: add hash actionAndy Zhou2014-04-213-1/+46
* datapath: remove unneeded declaration of new_vport().Rami Rosen2014-04-211-1/+0
* datapath: Fix a double free bug for the sample actionAndy Zhou2014-04-161-0/+2
* datapath: Allow each vport to have an array of 'port_id's.Alex Wang2014-04-143-12/+138
* datapath: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss2014-04-143-10/+39
* datapath: supply a dummy err_handler of gre_cisco_protocol to prevent kernel ...Wei Zhang2014-04-052-0/+22