summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-161-0/+10
* ip6_gre: Fix a bug that clears address bitsYifeng Sun2018-08-161-4/+0
* 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
* datapath: support upstream ndo_udp_tunnel_add in net_device_opswenxu2018-08-073-6/+101
* ip_gre: remove redundant variables t_hlenYueHaibing2018-08-071-5/+0
* ip_gre: fix IFLA_MTU ignored on NEWLINKXin Long2018-08-071-2/+0
* datapath: add transport ports in route lookup for sttQiuyu Xiao2018-07-311-5/+10
* datapath: add transport ports in route lookup for vxlanQiuyu Xiao2018-07-311-2/+12
* erspan: set bso bit based on mirrored packet's lenGreg Rose2018-07-311-0/+28
* compat: ip6_tunnel: improve error message.William Tu2018-07-311-3/+9
* 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