summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* datapath: ovs_ct_exit to be done under ovs_lockTonghao Zhang2020-11-272-2/+5
* compat: rcu: Add support for consolidated-RCU reader checkingJoel Fernandes (Google)2020-11-271-2/+21
* compat: Fix compile warning.Greg Rose2020-11-161-1/+4
* compat: Remove stale code.Greg Rose2020-11-162-7/+1
* compat: Include confirm_neigh parameter if neededGreg Rose2020-01-072-0/+9
* compat: Remove unused functionGreg Rose2019-10-251-21/+0
* datapath: Use new header file net/ipv6_frag.hFlorian Westphal2019-09-063-0/+10
* datapath: Pass nf_hook_state to nf_conntrack_in()Florian Westphal2019-09-064-2/+35
* datapath: Handle removal of nf_conntrack_l3proto.hYifeng Sun2019-09-061-0/+2
* datapath: Fix compiling error for 4.14.111+ kernelYifeng Sun2019-09-062-2/+3
* datapath: meter: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-09-064-3/+362
* datapath: Clear the L4 portion of the key for "later" fragmentsJustin Pettit2019-08-291-1/+4
* datapath: Properly set L4 keys on "later" IP fragmentsGreg Rose2019-08-293-68/+95
* compat: Fix compilation error on CentOS 7.6Yi-Hung Wei2019-06-261-0/+1
* ip6_gre: Fix a bug that clears address bitsYifeng Sun2019-06-071-4/+0
* datapath: Revert "datapath: Fix template leak in error cases."Flavio Leitner2019-04-161-4/+2
* datapath: fix flow actions reallocationAndrea Righi2019-04-151-2/+2
* datapath: Fix IPv6 later frags parsingYi-Hung Wei2019-02-041-3/+5
* datapath: Derive IP protocol number for IPv6 later fragsYi-Hung Wei2019-02-041-13/+9
* datapath: Avoid OOB read when parsing flow nlattrsRoss Lagerwall2019-02-041-1/+1
* stt: Fix return code during xmit.Aaron Conole2019-01-241-1/+1
* compat: Fixup ipv6 fragmentation on 4.9.135+ kernelsGreg Rose2019-01-231-2/+52
* nf_conntrack_proto: Fix HAVE_NET_NS_GET macro for nf_conntrackYifeng Sun2018-12-271-4/+4
* datapath: compat: Fix static key backportYi-Hung Wei2018-12-181-6/+14
* erspan: fix error handling for erspan tunnelHaishuang Yan2018-11-051-0/+3
* datapath: Fix wrong push/pop ethernet validationJaime CaamaƱo Ruiz2018-11-021-2/+2
* NSH: Fix NSH-related length macros that cause stack overflowYifeng Sun2018-10-261-2/+2
* datapath: compat: Fix compilation issue with grsecurity patchYi-Hung Wei2018-10-151-0/+7
* gre: Rename fallback devices to avoid udev's interferenceYifeng Sun2018-09-183-6/+7
* datapath: lisp: Fix uninitialized field in tunnel_cfg.Yunjian Wang2018-09-121-0/+1
* erspan: set erspan_ver to 1 by default when adding an erspan devXin Long2018-09-062-0/+4
* datapath: conntrack: Support conntrack zone limitYi-Hung Wei2018-08-175-5/+573
* datapath: Add conntrack limit netlink definitionYi-Hung Wei2018-08-171-0/+28
* datapath: compat: Introduce static key supportYi-Hung Wei2018-08-172-0/+71
* datapath: compat: Backports nf_conncountYi-Hung Wei2018-08-173-0/+700
* compat: Backport nf_ct_netns_{get, put}()Yi-Hung Wei2018-08-174-1/+137
* porting: Add fixes to support kernel 4.15.xYifeng Sun2018-08-171-0/+10
* ip_tunnel: Fix bugs that could crash kernelYifeng Sun2018-08-151-3/+6
* compat: Substitute more dependable defineGreg Rose2018-08-132-3/+3
* datapath: meter: Fix setting meter id for new entriesJustin Pettit2018-08-071-5/+5
* erspan: set bso bit based on mirrored packet's lenGreg Rose2018-07-311-0/+28
* datapath: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is foundStefano Brivio2018-07-301-6/+3
* datapath: NAT support for shifted portmap rangesYi-Hung Wei2018-07-301-2/+6
* datapath: Introduce net_rwsem and remove rtnl_lock()Yi-Hung Wei2018-07-301-0/+8
* datapath: meter: fix the incorrect calculation of max delta_tzhangliping2018-07-301-3/+9
* compat: Allow IPv6 GRE/ERSPAN Tx when ip6_gre is loadedGreg Rose2018-07-272-12/+46
* compat: Initialize IPv4 reassembly secret timerGreg Rose2018-07-273-10/+6
* datapath: work around the single GRE receive limitation.William Tu2018-07-112-16/+56
* datapath: Add missing code in ip_tunnel_lookup()Greg Rose2018-06-292-2/+5
* compat: Fix gre header bugGreg Rose2018-06-291-4/+6