summaryrefslogtreecommitdiff
path: root/datapath/linux/compat
Commit message (Expand)AuthorAgeFilesLines
* datapath: Backport the removal of __tcp_checksum_complete()Yifeng Sun2019-06-131-1/+1
* OVS: remove use of VLAN_TAG_PRESENTMichał Mirosław2019-06-131-0/+19
* datapath: Check extack argument of rtnl_create_link()Yifeng Sun2019-06-131-0/+4
* datapath: Fix build errors for 4.9.172+ kernelsYifeng Sun2019-06-071-1/+22
* netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng2019-05-101-0/+10
* datapath: Fix conntrack_count related compilation errorsYifeng Sun2019-05-102-3/+7
* datapath: Use new header file net/ipv6_frag.hFlorian Westphal2019-05-101-0/+8
* datapath: Pass nf_hook_state to nf_conntrack_in()Florian Westphal2019-05-102-0/+28
* datapath: Handle removal of nf_conntrack_l3proto.hYifeng Sun2019-05-101-0/+2
* datapath: Fix compiling error for 4.14.111+ kernelYifeng Sun2019-04-271-2/+2
* datapath: Add a new action check_pkt_lenNuman Siddique2019-04-221-0/+17
* 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: meter: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-04-162-0/+357
* 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
* datapath: compat: Fix static key backportYi-Hung Wei2018-12-181-6/+14
* openvswitch: kernel datapath clone actionYifeng Sun2018-12-171-2/+9
* datapath: check tunnel option type in tunnel flagsPieter Jansen van Vuuren2018-12-154-3/+9
* compat: Fixup ip_tunnel_info_opts_setGreg Rose2018-12-151-1/+15
* 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
* NSH: Fix NSH-related length macros that cause stack overflowYifeng Sun2018-10-261-2/+2
* 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
* compat: Remove unused functionGreg Rose2018-08-311-21/+0
* datapath: Fix builds on older kernels.Darrell Ball2018-08-301-0/+43
* datapath: Add support for kernel 4.16.x & 4.17.xYifeng Sun2018-08-242-45/+9
* datapath: Add conntrack limit netlink definitionYi-Hung Wei2018-08-171-0/+28
* datapath: compat: Introduce static key supportYi-Hung Wei2018-08-171-0/+70
* datapath: compat: Backports nf_conncountYi-Hung Wei2018-08-172-0/+698
* compat: Backport nf_ct_netns_{get, put}()Yi-Hung Wei2018-08-173-0/+134
* 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: 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
* compat: Allow IPv6 GRE/ERSPAN Tx when ip6_gre is loadedGreg Rose2018-07-271-10/+31