summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* 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
* compat: vxlan: Fix NULL dereference in dst_cache.Joe Stringer2017-04-121-2/+2
* datapath: Avoid struct copy on conntrack labels.Jarno Rajahalme2017-04-111-2/+5
* datapath: Add a missing comment.Jarno Rajahalme2017-03-081-0/+2
* datapath: Add force commit.Jarno Rajahalme2017-03-082-2/+29
* compat: nf_ct_delete compat.Jarno Rajahalme2017-03-081-0/+37
* datapath: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme2017-03-088-46/+245
* datapath: Inherit master's labels.Jarno Rajahalme2017-03-081-14/+31
* datapath: Refactor labels initialization.Jarno Rajahalme2017-03-081-56/+64
* datapath: Simplify labels length logic.Jarno Rajahalme2017-03-081-10/+8
* datapath: Unionize ovs_key_ct_label with a u32 array.Jarno Rajahalme2017-03-082-9/+14
* datapath: Do not trigger events for unconfirmed connections.Jarno Rajahalme2017-03-081-6/+27
* datapath: Use inverted tuple in ovs_ct_find_existing() if NATted.Jarno Rajahalme2017-03-081-2/+22
* datapath: Fix comments for skb->_nfctJarno Rajahalme2017-03-081-7/+7
* datapath: add and use nf_ct_set helperFlorian Westphal2017-03-082-4/+10
* datapath: add and use skb_nfct helperFlorian Westphal2017-03-082-3/+14
* dpif: Meter framework.Jarno Rajahalme2017-03-081-1/+3
* datapath: Simplify do_execute_actions().andy zhou2017-03-031-22/+20
* datapath: maintain correct checksum state in conntrack actions.Lance Richardson2017-03-031-2/+4
* datapath: make ndo_get_stats64 a void functionstephen hemminger2017-03-031-4/+2
* datapath: netns: make struct pernet_operations::id unsigned int.Alexey Dobriyan2017-03-022-2/+2
* datapath: allow L3 netdev portsYang, Yi Y2017-03-021-3/+6