summaryrefslogtreecommitdiff
path: root/datapath/datapath.c
Commit message (Expand)AuthorAgeFilesLines
* datapath: Include datapath actions with sampled-packet upcall to userspace.Neil McKee2015-07-171-2/+16
* datapath: Stop using __DATE__ and __TIME__ in startup string.Jesse Gross2015-04-271-2/+1
* datapath: Turn vports with dependencies into separate modulesThomas Graf2015-04-041-2/+15
* datapath: Add support for unique flow IDs.Joe Stringer2015-02-271-50/+157
* datapath: Refactor ovs_nla_fill_match().Joe Stringer2015-02-271-35/+6
* datapath: Fix net exit.Pravin B Shelar2015-02-201-2/+43
* datapath: Account for "netlink: make nlmsg_end() and genlmsg_end() void"Thomas Graf2015-02-031-3/+6
* datapath: Account for "genetlink: pass only network namespace to genl_has_lis...Thomas Graf2015-02-031-2/+1
* datapath: Account for "rename vlan_tx_* helpers since "tx" is misleading there"Thomas Graf2015-02-031-2/+2
* dpif: Use separate OVS_PACKET_ATTR_PROBE for packet messgesThomas Graf2015-01-151-1/+2
* datapath: introduce rtnl ops stubThomas Graf2015-01-071-1/+8
* datapath: Account for rename to vlan_insert_tag_set_proto()Thomas Graf2015-01-071-1/+1
* datapath: fix coding style.Pravin B Shelar2014-11-091-33/+27
* datapath: Convert dp rcu read operation to locked operationsPravin B Shelar2014-11-041-7/+7
* datapath: Fix comment style.Pravin B Shelar2014-10-231-5/+10
* datapath: Replace __force type cast with rcu_dereference_raw().Pravin B Shelar2014-10-231-1/+1
* datapath: net: make skb_gso_segment error handling more robustPravin B Shelar2014-10-211-0/+2
* datapath: Add support for RHEL-7 / CentOS-7 kernel.Pravin B Shelar2014-10-031-1/+1
* datapath: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme2014-10-031-18/+34
* datapath: Constify various function argumentsThomas Graf2014-09-231-10/+11
* 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: Remove pkt_key from OVS_CB.Pravin B Shelar2014-09-201-18/+17
* datapath: restore OVS_FLOW_CMD_NEW notificationsSamuel Gauthier2014-09-201-4/+6
* datapath: Remove support to set vport stats.Pravin B Shelar2014-09-201-8/+0
* openvswitch: rename ->sync to ->syncpWANG Cong2014-09-121-6/+6
* datapath: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-09-121-7/+1
* datapath: Use IS_ERR_OR_NULLHimangi Saraogi2014-09-121-1/+1
* datapath: fix duplicate #include headersJean Sacren2014-09-121-2/+0
* datapath: Remove unused dp parameter.Pravin B Shelar2014-09-081-14/+12
* 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: Implement recirc action without recursionAndy Zhou2014-09-051-1/+8
* datapath: Remove recirc stack depth limit checkAndy Zhou2014-09-051-3/+3
* datapath: fix a memory leakLi RongQing2014-09-021-1/+4
* datapath: Remove flow member from struct ovs_skb_cbLorand Jakab2014-08-251-5/+7
* Extend OVS IPFIX exporter to export tunnel headersWenyu Zhang2014-08-181-4/+17
* datapath: Move key_attr_size() to flow_netlink.h.Joe Stringer2014-08-151-34/+3
* 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-071-40/+9
* 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-061-20/+4
* datapath: refactor ovs flow extract API.Pravin B Shelar2014-08-061-6/+4
* datapath: Remove redundant key ref from upcall_info.Pravin B Shelar2014-07-301-17/+17
* datapath: Refactor get_dp() function into multiple access APIs.Andy Zhou2014-07-221-10/+20
* datapath: Refactor ovs_flow_cmd_fill_info().Joe Stringer2014-07-141-29/+66
* datapath: Additional logging for -EINVAL on flow setups.Jesse Gross2014-07-021-3/+9
* datapath: Use exact lookup for flow_get and flow_del.Alex Wang2014-07-011-12/+12
* datapath: Change u64_stats_* to use _irq instead of _bh().Jesse Gross2014-07-011-2/+2
* datapath: Initialize OVS_CB in ovs_vport_receive()Pravin B Shelar2014-06-271-4/+2