summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
...
* compat: Move genl_ops policy to genl_familyJohannes Berg2020-03-063-0/+58
* compat: Fix up changes to inet frags in 5.1+Greg Rose2020-03-061-0/+14
* compat: Remove HAVE_BOOL_TYPEGreg Rose2020-01-312-11/+0
* userspace: Improved packet drop statistics.Anju Thomas2020-01-071-0/+24
* compat: Include confirm_neigh parameter if neededGreg Rose2020-01-072-0/+9
* dpif: Add support to set user featuresPaul Blakey2019-12-221-0/+3
* datapath: make generic netlink group constGreg Rose2019-12-022-11/+12
* ofproto-dpif-upcall: Echo HASH attribute back to datapath.Tonghao Zhang2019-11-221-0/+1
* Datapath: Change in openvswitch kernel module to support MPLS label depth of ...Martin Varghese2019-11-224-32/+83
* compat: Add missing inline keywordGreg Rose2019-11-201-1/+1
* ip_gre: Remove even more unused codeGreg Rose2019-11-051-102/+0
* Revert "ip_gre: Remove even more unused code"Greg Rose2019-11-011-0/+38
* ip_gre: Remove even more unused codeGreg Rose2019-10-311-38/+0
* ip_gre: Removed unused ipgre netdev opsGreg Rose2019-10-311-16/+0
* datapath: Allow attaching helper in later commitYi-Hung Wei2019-10-181-8/+13
* datapath: Fix log message in ovs conntrackYi-Hung Wei2019-10-181-1/+1
* datapath: Replace removed NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Yi-Hung Wei2019-10-181-2/+2
* datapath: Check for null pointer return from nla_nest_start_noflagColin Ian King2019-10-181-0/+4
* datapath: Load and reference the NAT helper.Yi-Hung Wei2019-10-182-6/+38
* datapath: genetlink: optionally validate strictly/dumpsYi-Hung Wei2019-10-183-0/+60
* datapath: Use nla_nest_start_noflag()Yi-Hung Wei2019-10-187-28/+39
* datapath: Handle NF_NAT_NEEDED replacementYi-Hung Wei2019-10-181-8/+17
* datapath: add seqadj extension when NAT is used.Flavio Leitner2019-10-181-0/+6
* datapath: Detect upstream nf_nat changeYi-Hung Wei2019-10-181-1/+12
* datapath: Replace nf_ct_invert_tuplepr() with nf_ct_invert_tuple()Yi-Hung Wei2019-10-182-1/+15
* datapath: Fix linking without CONFIG_NF_CONNTRACK_LABELSArnd Bergmann2019-10-181-1/+2
* datapath: compat: drop bridge nf reset from nf_resetGreg Rose2019-10-182-1/+5
* datapath: rename flow_stats to sw_flow_statsPablo Neira Ayuso2019-10-183-9/+9
* compat: remove the incorrect mtu limit for erspanHaishuang Yan2019-10-181-0/+3
* datapath: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing2019-10-181-1/+1
* datapath: hide clang frame-overflow warningsArnd Bergmann2019-10-181-7/+8
* compat: Fix small naming issueGreg Rose2019-10-171-3/+3
* 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