summaryrefslogtreecommitdiff
path: root/datapath/linux
Commit message (Expand)AuthorAgeFilesLines
* compat: Fix RHEL 7 build warningsGreg Rose2018-02-271-0/+1
* compat: Fix RHEL 7 compileGreg Rose2018-02-271-1/+1
* ip_tunnels: Fix grammar error.William Tu2018-02-231-1/+1
* datapath: Add meter infrastructureAndy Zhou2018-02-121-0/+9
* datapath: Add meter netlink definitionsAndy Zhou2018-02-121-0/+51
* datapath: reliable interface indentification in port dumpsJiri Benc2018-02-121-0/+2
* datapath: use ktime_get_ts64() instead of ktime_get_ts()Arnd Bergmann2018-02-122-0/+12
* datapath: fix data type in queue_gso_packetsGustavo A. R. Silva2018-02-121-1/+1
* compat: Fix compiler headersGreg Rose2018-02-121-0/+2
* datapath: Fix SKB_GSO_UDP usageGreg Rose2018-02-121-1/+10
* compat:inet_frag.h: Check for frag_percpu_counter_batchGreg Rose2018-02-121-0/+14
* compat: Do not include headers when not compilingGreg Rose2018-02-122-2/+2
* datapath: Fix netdev_master_upper_dev_link for 4.14Greg Rose2018-02-121-4/+26
* datapath: enable NSH supportYi Yang2018-02-073-3/+20
* datapath: nsh: add GSO supportYi Yang2018-02-071-0/+3
* datapath: net: add NSH header structures and helpersYi Yang2018-02-072-0/+308
* datapath: vxlan: factor out VXLAN-GPE next protocolYi Yang2018-02-074-31/+57
* datapath: ether: add NSH ethertypeYi Yang2018-02-071-0/+4
* gre: strip gre-tso offload flagswenxu2018-01-251-0/+2
* Revert "compat:inet_frag.h: Check for frag_percpu_counter_batch"Ben Pfaff2018-01-241-14/+0
* compat:inet_frag.h: Check for frag_percpu_counter_batchGreg Rose2018-01-231-0/+14
* dpif: Add support for OVS_ACTION_ATTR_CT_CLEAREric Garver2018-01-201-0/+2
* nsh: add new flow key 'ttl'Yi Yang2018-01-111-1/+1
* nsh: rework NSH netlink keys and actionsYi Yang2018-01-081-31/+27
* datapath: Fix kernel panic for uninitialized tun_dst of ovs_gso_cb.Yunjian Wang2017-12-041-1/+6
* NSH: Minor bugfixesJan Scheurich2017-11-081-3/+3
* datapath: Remove redundant check for IFF_NO_QUEUEKaige Fu2017-11-011-3/+0
* datapath: Check for existence of nf_hook_ops member listGreg Rose2017-09-221-0/+2
* datapath: Fixup RTNL ops for kernel 4.13Greg Rose2017-09-222-11/+21
* compat: Add check for DST_NOCACHEGreg Rose2017-09-221-1/+5
* datapath: compat: Fix build on RHEL 7.4Yi-Hung Wei2017-08-231-0/+2
* Generic encap and decap support for NSHJan Scheurich2017-08-071-0/+23
* userspace: Add support for NSH MD1 match fieldsJan Scheurich2017-08-071-0/+10
* compat: net: store port/representator id in metadata_dst.Joe Stringer2017-07-241-0/+15
* compat: Implement upstream net device free change.Greg Rose2017-07-242-0/+8
* compat: convert many more places to skb_put_zero().Joe Stringer2017-07-241-0/+12
* datapath: more accurate checksumming in queue_userspace_packet()Joe Stringer2017-07-241-0/+15
* datapath: introduce nf_conntrack_helper_put functionGreg Rose2017-07-242-0/+13
* datapath: Fix kernel panic for ovs reassemble.wangzhike2017-07-216-114/+119
* netdev: fix missing shifts of VXLAN_EXT_GPEEric Garver2017-07-131-2/+3
* datapath: Fix missing "_ATTR" docstrings from some actions.Justin Pettit2017-06-281-2/+2
* openvswitch.h: OVS_KEY_ATTR_PACKET_TYPE is userspace-only.Ben Pfaff2017-06-271-0/+4
* openvswitch.h: Use odp_port_t for port numbers in userspace-only structs.Ben Pfaff2017-06-201-2/+2
* compat: Restrict __ro_after_init usageGreg Rose2017-06-191-1/+14
* userspace: add vxlan gpe support to vportGeorg Schmuecking2017-06-021-0/+1
* userspace: Switching of L3 packets in L2 pipelineJan Scheurich2017-06-021-0/+2
* packets: Remove unnecessary "packed" annotations.Ben Pfaff2017-05-301-1/+1
* userspace: Support for push_eth and pop_eth actionsJan Scheurich2017-05-081-3/+1
* datapath: backport: vxlan: do not output confusing error messageJiri Benc2017-05-041-2/+0
* datapath: backport: vxlan: correctly handle ipv6.disable module parameterJiri Benc2017-05-031-3/+7