summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* datapath: Fix conntrack cache with timeoutYi-Hung Wei2019-09-301-0/+13
* datapath: Add support for conntrack timeout policyYi-Hung Wei2019-09-262-1/+33
* datapath: compat: Backport nf_conntrack_timeout supportYi-Hung Wei2019-09-263-0/+138
* datapath: compat: Backports bugfixes for nf_conncountYifeng Sun2019-08-284-163/+156
* datapath: Clear the L4 portion of the key for "later" fragmentsJustin Pettit2019-08-281-1/+4
* datapath: Properly set L4 keys on "later" IP fragmentsGreg Rose2019-08-283-68/+95
* datapath: fix csum updates for MPLS actionsGreg Rose2019-07-101-4/+2
* compat: ip6_gre: fix possible use-after-free in ip6erspan_rcvGreg Rose2019-07-101-8/+14
* tunnel: Add layer 2 IPv6 GRE encapsulation support.William Tu2019-07-031-1/+1
* compat: Clean up tunnel_id_to_keyGreg Rose2019-07-031-11/+1
* compat: Clean up gre_calc_hlenGreg Rose2019-07-034-43/+25
* compat: Remove duplicate metadata destination codeGreg Rose2019-07-033-183/+133
* compat: Fix compilation error on CentOS 7.6Yi-Hung Wei2019-06-261-0/+1
* net: core: dev: Add extack argument to dev_change_flags()Petr Machata2019-06-138-9/+19
* datapath: Backport the removal of __tcp_checksum_complete()Yifeng Sun2019-06-131-1/+1
* OVS: remove use of VLAN_TAG_PRESENTMichał Mirosław2019-06-135-19/+43
* 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
* openvswitch: use nf_ct_get_tuplepr, invert_tupleprFlorian Westphal2019-05-101-14/+3
* datapath: Fix conntrack_count related compilation errorsYifeng Sun2019-05-102-3/+7
* datapath: Use new header file net/ipv6_frag.hFlorian Westphal2019-05-103-0/+10
* datapath: Pass nf_hook_state to nf_conntrack_in()Florian Westphal2019-05-104-2/+35
* datapath: Handle removal of nf_conntrack_l3proto.hYifeng Sun2019-05-101-0/+2
* 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