summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* 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 maximum netlink message sizeGreg Rose2017-10-311-0/+4
* datapath: Fix up vxlan device flagsGreg Rose2017-09-221-1/+9
* 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: fix skb_panic due to the incorrect actions attrlenGreg Rose2017-09-223-3/+7
* datapath: Remove unnecessary newlines from OVS_NLERR usesGreg Rose2017-09-222-10/+6
* datapath: Optimize operations for OvS flow_stats.Tonghao Zhang2017-09-223-4/+9
* datapath: Optimize updating for OvS flow_stats.Tonghao Zhang2017-09-221-2/+1
* datapath: Remove all references to SKB_GSO_UDP.Greg Rose2017-09-221-0/+6
* 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
* datapath: fix potential out of bound access in parse_ctGreg Rose2017-07-261-2/+5
* datapath: Fix for force/commit action failuresGreg Rose2017-07-241-15/+36
* datapath: fix mis-ordered comment lines for ovs_skb_cbGreg Rose2017-07-241-1/+1
* datapath: Avoid using stack larger than 1024.Tonghao Zhang2017-07-241-23/+58
* compat: net: store port/representator id in metadata_dst.Joe Stringer2017-07-242-1/+18
* datapath: get rid of redundant vxlan_dev.flagsGreg Rose2017-07-241-0/+8
* 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-242-1/+13
* datapath: Fix inconsistent teardown and release of private netdev state.Greg Rose2017-07-241-0/+7
* datapath: more accurate checksumming in queue_userspace_packet()Joe Stringer2017-07-242-1/+16
* datapath: introduce nf_conntrack_helper_put functionGreg Rose2017-07-243-2/+15
* datapath: Fix kernel panic for ovs reassemble.wangzhike2017-07-218-123/+138
* datapath: enable VxLAN-gpe port creation in compat modeYang, Yi Y2017-07-191-0/+15
* 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
* datapath: Remove untracked CT on newer kernels.Joe Stringer2017-05-031-0/+2
* datapath: Fix ovs_flow_key_update()Yi-Hung Wei2017-05-031-2/+8
* datapath: correctly fragment packet with mpls headersYi-Hung Wei2017-05-031-4/+20
* datapath: set network header correctly on key extractYi-Hung Wei2017-05-031-8/+3
* datapath: Fixups for MPLS GSOYi-Hung Wei2017-05-032-15/+45
* compat: Remove unused netdevice backport code.Joe Stringer2017-04-282-76/+0
* compat: Fix build error in kernels 4.10Greg Rose2017-04-282-0/+24
* datapath: Delete conntrack entry clashing with an expectation.Jarno Rajahalme2017-04-271-1/+29
* datapath: nf_connlabels_replace() backport.Jarno Rajahalme2017-04-271-0/+47
* datapath: Add eventmask support to CT action.Jarno Rajahalme2017-04-272-0/+39