summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* datapath: lisp: Fix uninitialized field in tunnel_cfg.Yunjian Wang2018-09-121-0/+1
* datapath: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is foundStefano Brivio2018-07-301-6/+3
* compat: Initialize IPv4 reassembly secret timerGreg Rose2018-07-273-10/+6
* datapath: stt: linearize in SKIP_ZERO_COPY caseNeal Shrader via dev2018-06-251-7/+0
* compat: Fix upstream 4.4.119 kernelGreg Rose2018-05-082-0/+7
* datapath: Prevent panicGreg Rose2018-04-231-0/+10
* gre: strip gre-tso offload flagswenxu2018-01-261-0/+2
* datapath: Fix kernel panic for uninitialized tun_dst of ovs_gso_cb.Yunjian Wang2017-12-041-1/+6
* datapath: Remove redundant check for IFF_NO_QUEUEKaige Fu2017-11-021-3/+0
* datapath: Check maximum netlink message sizeGreg Rose2017-10-311-0/+4
* datapath: fix potential out of bound access in parse_ctGreg Rose2017-07-261-2/+5
* compat: Restrict __ro_after_init usageGreg Rose2017-06-191-1/+14
* datapath: backport: vxlan: do not output confusing error messageJiri Benc2017-05-041-2/+0
* datapath: backport: vxlan: correctly handle ipv6.disable module parameterJiri Benc2017-05-031-3/+7
* datapath: Avoid struct copy on conntrack labels.Jarno Rajahalme2017-04-191-2/+5
* datapath: Inherit master's labels.Jarno Rajahalme2017-04-191-14/+31
* datapath: Refactor labels initialization.Jarno Rajahalme2017-04-191-56/+64
* datapath: Simplify labels length logic.Jarno Rajahalme2017-04-191-10/+8
* datapath: Unionize ovs_key_ct_label with a u32 array.Jarno Rajahalme2017-04-192-9/+14
* datapath: Do not trigger events for unconfirmed connections.Jarno Rajahalme2017-04-191-6/+27
* datapath: Use inverted tuple in ovs_ct_find_existing() if NATted.Jarno Rajahalme2017-04-191-2/+22
* datapath: handle NF_REPEAT from nf_conntrack_in()Pablo Neira Ayuso2017-04-192-6/+23
* datapath: remove unnecessary EXPORT_SYMBOLsJiri Benc2017-04-193-4/+0
* datapath: remove unused functionsJiri Benc2017-04-192-17/+0
* datapath: fix flow stats accounting when node 0 is not possibleThadeu Lima de Souza Cascardo2017-04-192-3/+6
* compat: vxlan: Fix NULL dereference in dst_cache.Joe Stringer2017-04-121-2/+2
* datapath: maintain correct checksum state in conntrack actions.Joe Stringer2017-02-101-2/+4
* 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