summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
...
* ip_gre: get key from session_id correctly in erspan_rcvXin Long2018-05-211-1/+0
* ip_gre: check packet length and mtu correctly in erspan txWilliam Tu2018-05-211-2/+2
* compat/gre: add collect_md modeWilliam Tu2018-05-212-37/+54
* gre: refactor the gre_fb_xmitWilliam Tu2018-05-211-0/+48
* gre: fix goto statement typoWilliam Tu2018-05-211-2/+2
* gre: introduce native tunnel support for ERSPANWilliam Tu2018-05-2111-233/+1887
* compat: Remove unsupported kernel compat codeGreg Rose2018-05-2123-380/+2
* datapath: compat: Fix build on RHEL 7.5Yi-Hung Wei2018-05-146-2/+26
* compat: Fix upstream 4.4.119 kernelGreg Rose2018-05-082-0/+7
* datapath: Prevent panicGreg Rose2018-04-231-0/+10
* 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: Remove padding from packet before L3+ conntrack processingEd Swierk2018-02-161-0/+34
* datapath: Remove unneeded semicolonsChristopher Díaz Riveros2018-02-161-2/+2
* datapath: remove unused hardirq.hYang Shi2018-02-161-1/+0
* datapath: drop unneeded newlineJulia Lawall2018-02-161-2/+2
* datapath: Fix pop_vlan action for double tagged framesEric Garver2018-02-161-3/+12
* datapath: do not propagate headroom updates to internal portpaolo abeni2018-02-161-18/+1
* datapath: meter: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2018-02-121-1/+1
* datapath: meter: fix NULL pointer dereference in ovs_meter_cmd_reply_startGustavo A. R. Silva2018-02-121-1/+1
* datapath: Using kfree_rcu() to simplify the codeWei Yongjun2018-02-121-8/+1
* datapath: Fix return value check in ovs_meter_cmd_features()Wei Yongjun2018-02-121-1/+1
* datapath: Add meter infrastructureAndy Zhou2018-02-126-4/+696
* datapath: Add meter netlink definitionsAndy Zhou2018-02-121-0/+51
* datapath: reliable interface indentification in port dumpsJiri Benc2018-02-124-16/+42
* datapath: export get_dp() APIAndy Zhou2018-02-122-29/+31
* datapath: use ktime_get_ts64() instead of ktime_get_ts()Arnd Bergmann2018-02-123-3/+16
* datapath: fix the incorrect flow action alloc sizezhangliping2018-02-121-8/+8
* datapath: fix data type in queue_gso_packetsGustavo A. R. Silva2018-02-122-2/+2
* datapath: Fix an error handling path in 'ovs_nla_init_match_and_action()Christophe JAILLET2018-02-121-1/+2
* compat: Fix compiler headersGreg Rose2018-02-121-0/+2
* datapath: Fix SKB_GSO_UDP usageGreg Rose2018-02-122-4/+16
* datapath: conntrack: make protocol tracker pointers constFlorian Westphal2018-02-121-2/+2
* 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-122-5/+28
* datapath: enable NSH supportYi Yang2018-02-079-5/+682
* datapath: nsh: add GSO supportYi Yang2018-02-073-1/+10
* 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
* datapath: add ct_clear actionEric Garver2018-01-224-0/+31
* 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