summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* datapath: Add a missing comment.Jarno Rajahalme2017-02-231-0/+2
* datapath: Add force commit.Jarno Rajahalme2017-02-232-2/+29
* compat: nf_ct_delete compat.Jarno Rajahalme2017-02-231-0/+10
* datapath: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme2017-02-238-45/+246
* datapath: Inherit master's labels.Jarno Rajahalme2017-02-231-14/+31
* datapath: Refactor labels initialization.Jarno Rajahalme2017-02-231-47/+66
* datapath: Simplify labels length logic.Jarno Rajahalme2017-02-231-10/+8
* datapath: Unionize ovs_key_ct_label with a u32 array.Jarno Rajahalme2017-02-232-9/+14
* datapath: Do not trigger events for unconfirmed connections.Jarno Rajahalme2017-02-231-6/+27
* datapath: Use inverted tuple in ovs_ct_find_existing() if NATted.Jarno Rajahalme2017-02-231-2/+22
* datapath: Fix comments for skb->_nfctJarno Rajahalme2017-02-231-7/+7
* datapath: add and use nf_ct_set helperFlorian Westphal2017-02-232-4/+10
* datapath: add and use skb_nfct helperFlorian Westphal2017-02-232-3/+14
* datapath: make ndo_get_stats64 a void functionstephen hemminger2017-02-231-4/+2
* dpif-netdev: Add clone actionAndy Zhou2017-01-231-1/+2
* datapath: Ensure correct L4 checksum with NAT helpers.John Hurley2017-01-061-30/+17
* datapath: compat: Fix build on RHEL 7.3Yi-Hung Wei2016-12-146-4/+43
* doc: Populate 'topics' sectionStephen Finucane2016-12-122-268/+0
* datapath: Fix compile time assertion.Jarno Rajahalme2016-12-091-1/+3
* datapath: Allow compile against current net-next.Jarno Rajahalme2016-12-094-9/+24
* datapath: backport: openvswitch: Fix skb leak in IPv6 reassembly.Daniele Di Proietto2016-11-301-1/+4
* datapath: compat: vxlan: Avoid possible NULL dereference in vxlan_gro_receive.Zhang Dongya2016-11-131-1/+1
* doc: Convert datapath/README to rSTStephen Finucane2016-11-033-266/+266
* datapath: geneve: Handle vlan tagPravin B Shelar2016-11-011-2/+31
* datapath: backport: vxlan: avoid using stale vxlan socket.Pravin B Shelar2016-10-312-38/+42
* lisp: avoid using stale lisp socket.Pravin B Shelar2016-10-311-9/+25
* datapath: backport: geneve: avoid using stale geneve socket.Pravin B Shelar2016-10-311-11/+34
* datapath: Support a fixed size of 128 distinct labels.Jarno Rajahalme2016-10-201-2/+12
* datapath: avoid deferred execution of recirc actionsLance Richardson2016-09-201-3/+28
* datapath: backport: openvswitch: use alias for genetlink family namesThadeu Lima de Souza Cascardo2016-09-161-0/+4
* datapath: compat: tunnels: Log error during initialization.Pravin B Shelar2016-09-155-0/+5
* datapath: compat: geneve: use ovs specific device type for compat geneve module.Pravin B Shelar2016-09-121-1/+1
* datapath: Use pre-routing hook for conntrack.Joe Stringer2016-09-091-1/+1
* datapath: compat: handle_offloads: remove csum_help param.Pravin B Shelar2016-08-185-13/+5
* datapath: compat: backport LCO optimization.Pravin B Shelar2016-08-185-19/+47
* datapath: backport: openvswitch: do not ignore netdev errors when creating tu...Pravin B Shelar2016-08-156-6/+41
* datapath: backport: OVS: Ignore negative headroom valuePravin B Shelar2016-08-151-1/+1
* datapath: compat: keep skb mark across tunnel devices.Pravin B Shelar2016-08-122-2/+2
* datapath: compat: keep skb encapsulation zero on older kernel.Pravin B Shelar2016-08-111-2/+5
* datapath: compat: vxlan: fix vxlan_notify_add_rx_port().Pravin B Shelar2016-08-111-26/+17
* datapath: compat: geneve: fix geneve_notify_add_rx_port()Pravin B Shelar2016-08-113-27/+37
* datapath: backport: net: vxlan: lwt: Fix vxlan local traffic.Pravin B Shelar2016-08-091-2/+2
* datapath: backport: net: vxlan: lwt: Use source ip address during route lookup.Pravin B Shelar2016-08-091-12/+18
* datapath: Remove incorrect WARN_ONCE().Jarno Rajahalme2016-08-041-7/+1
* datapath: compat: Use checksum offload for outer header.Pravin B Shelar2016-08-032-32/+2
* datapath: compat: gso: tighen checks for compat GSO code.Pravin B Shelar2016-08-034-4/+11
* datapath: backport: geneve: fix max_mtu settingPravin B Shelar2016-08-031-2/+7
* datapath: backport: openvswitch: fix conntrack netlink event deliveryPravin B Shelar2016-08-031-2/+12
* datapath: compat: vxlan: fix udp-csum typoPravin B Shelar2016-08-031-1/+1
* datapath: fix size of struct ovs_gso_cbPravin B Shelar2016-08-032-1/+2