summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* 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
* datapath: Typo fix.Jarno Rajahalme2017-04-271-1/+1
* datapath: pass extended ACK struct to parsing functionsJohannes Berg2017-04-205-9/+32
* datapath: Fix refcount leak on force commit.Jarno Rajahalme2017-04-191-2/+2
* datapath: Openvswitch: Refactor sample and recirc actions implementationAndy Zhou2017-04-191-79/+93
* datapath: openvswitch: Optimize sample action for the clone use casesAndy Zhou2017-04-195-98/+172
* datapath: openvswitch: Refactor recirc key allocation.Andy Zhou2017-04-191-26/+40
* datapath: openvswitch: Deferred fifo API change.Andy Zhou2017-04-191-7/+11
* datapath: openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PADKris Murphy2017-04-191-0/+2
* datapath: net/openvswitch: Set the ipv6 source tunnel key address attribute c...Or Gerlitz2017-04-191-1/+1
* datapath: actions: fixed a brace coding style warning.Peter Downs2017-04-191-2/+1
* compat: ipv6: orphan skbs in reassembly unit.Eric Dumazet2017-04-193-6/+9
* datapath: Pack struct sw_flow_key.Jarno Rajahalme2017-04-194-34/+39
* datapath: Always define NF_CT_LABELS_MAX_SIZEAndy Zhou2017-04-191-3/+3