summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* datapath: Fix compiling error for 4.14.111+ kernelYifeng Sun2019-04-272-2/+3
* datapath: Add a new action check_pkt_lenNuman Siddique2019-04-223-0/+232
* Add a new OVS action check_pkt_largerNuman Siddique2019-04-221-0/+22
* compat: iptunnel: NULL pointer deref for ip_md_tunnel_xmitAlan Maguire2019-04-162-3/+19
* datapath: fix missing checks for nla_nest_startKangjie Lu2019-04-161-0/+8
* net: openvswitch: fix a NULL pointer dereferenceKangjie Lu2019-04-161-0/+4
* datapath: convert to kvmallocKent Overstreet2019-04-164-43/+13
* datapath: meter: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-04-164-3/+362
* datapath: Revert "datapath: Fix template leak in error cases."Flavio Leitner2019-04-151-4/+2
* datapath: fix flow actions reallocationAndrea Righi2019-04-121-2/+2
* datapath: Clean up some gcov, tmp and cache files.Ilya Maximets2019-02-111-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
* Support for match & set ICMPv6 reserved and options type fieldsVishal Deep Ajmera2019-02-041-0/+8
* stt: Fix return code during xmit.Aaron Conole2019-01-241-1/+1
* datapath: return -EEXIST if inet6_add_protocol failsGreg Rose2019-01-231-0/+7
* compat: Fixup ipv6 fragmentation on 4.9.135+ kernelsGreg Rose2019-01-221-2/+52
* nf_conntrack_proto: Fix HAVE_NET_NS_GET macro for nf_conntrackYifeng Sun2018-12-271-4/+4
* Revert "datapath: Derive IP protocol number for IPv6 later frags"Greg Rose2018-12-181-9/+13
* datapath: compat: Fix static key backportYi-Hung Wei2018-12-181-6/+14
* openvswitch: kernel datapath clone actionYifeng Sun2018-12-173-2/+114
* datapath: fix spelling mistake "execeeds" -> "exceeds"Colin Ian King2018-12-151-1/+1
* datapath: load NAT helperFlavio Leitner2018-12-151-0/+4
* datapath: fix return type of ndo_start_xmit functionYueHaibing2018-12-151-2/+3
* datapath: Derive IP protocol number for IPv6 later fragsYi-Hung Wei2018-12-151-13/+9
* datapath: check tunnel option type in tunnel flagsPieter Jansen van Vuuren2018-12-155-4/+15
* compat: Fixup ip_tunnel_info_opts_setGreg Rose2018-12-151-1/+15
* datapath: kzalloc() -> kcalloc()Kees Cook2018-12-151-1/+1
* datapath: kmalloc() -> kmalloc_array()Kees Cook2018-12-151-2/+3
* datapath: use KARCH when building linux datapath modulesYousong Zhou2018-12-031-2/+2
* datapath: add transport ports in route lookup for geneveQiuyu Xiao2018-11-091-10/+19
* gre: Remove dead ipgre codeGreg Rose2018-11-091-63/+2
* 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: Use correct reply values in datapath and vport opsYifeng Sun2018-10-171-10/+10
* 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
* datapath: stt: Remove unused if statement in function stt_cleanup().Yunjian Wang2018-09-071-3/+0
* erspan: set erspan_ver to 1 by default when adding an erspan devXin Long2018-09-062-0/+4
* rhel: use full path for /sbin/depmodMartin Xu2018-09-051-1/+1
* compat: Remove unused functionGreg Rose2018-08-311-21/+0
* datapath: Fix builds on older kernels.Darrell Ball2018-08-302-0/+44
* datapath: Add support for kernel 4.16.x & 4.17.xYifeng Sun2018-08-243-46/+9
* 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