summaryrefslogtreecommitdiff
path: root/datapath/datapath.c
Commit message (Expand)AuthorAgeFilesLines
* datapath: Drop support for kernel older than 3.10Pravin B Shelar2016-03-141-6/+1
* datapath: Allow matching on conntrack labelJoe Stringer2015-12-031-7/+12
* datapath: Add conntrack actionJoe Stringer2015-12-031-16/+49
* datapath: Serialize acts with original netlink lenJoe Stringer2015-12-031-1/+1
* compat: Backport IPv4 reassembly.Joe Stringer2015-12-031-1/+8
* datapath: Add support for lwtunnelPravin B Shelar2015-12-031-13/+15
* datapath: Backport "openvswitch: Zero flows on allocation."Jesse Gross2015-09-231-2/+2
* datapath: Add support for 4.1 kernel.Joe Stringer2015-09-181-3/+1
* datapath: Revert "datapath: Constify netlink structs."Pravin B Shelar2015-08-051-13/+12
* datapath: Use eth_proto_is_802_3.Alexander Duyck2015-07-301-1/+1
* datapath: Constify netlink structs.Joe Stringer2015-07-301-12/+13
* datapath: Whitespace fixes.Joe Stringer2015-07-301-0/+2
* 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