aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/datapath.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-27openvswitch: Allow matching on conntrack labelJoe Stringer1-7/+11
2015-08-27openvswitch: Add conntrack actionJoe Stringer1-16/+50
2015-08-27openvswitch: Serialize acts with original netlink lenJoe Stringer1-1/+1
2015-07-21openvswitch: Abstract vport name through ovs_vport_name()Thomas Graf1-2/+2
2015-07-21openvswitch: Move dev pointer into vport itselfThomas Graf1-5/+2
2015-07-21openvswitch: Make tunnel set action attach a metadata dstThomas Graf1-4/+4
2015-06-01openvswitch: include datapath actions with sampled-packet upcall to userspaceNeil McKee1-2/+16
2015-05-05openvswitch: Use eth_proto_is_802_3Alexander Duyck1-1/+1
2015-03-12net: Kill hold_net release_netEric W. Biederman1-3/+1
2015-02-20openvswitch: Fix net exit.Pravin B Shelar1-2/+43
2015-01-26openvswitch: Add support for unique flow IDs.Joe Stringer1-50/+157
2015-01-26openvswitch: Refactor ovs_nla_fill_match().Joe Stringer1-35/+6
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-3/+6
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-01-14openvswitch: packet messages need their own probe attribtueThomas Graf1-1/+2
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-1/+1
2014-12-27genetlink: pass only network namespace to genl_has_listeners()Johannes Berg1-2/+1
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+7
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko1-3/+1
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko1-1/+2
2014-11-14openvswitch: Convert dp rcu read operation to locked operationsPravin B Shelar1-7/+7
2014-11-09openvswitch: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme1-18/+31
2014-11-09openvswitch: Constify various function argumentsThomas Graf1-5/+5
2014-11-09openvswitch: Remove redundant key ref from upcall_info.Pravin B Shelar1-19/+26
2014-11-09openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang1-4/+17
2014-11-09openvswitch: Export symbols as GPL symbols.Pravin B Shelar1-2/+2
2014-11-05openvswitch: Refactor action alloc and copy api.Pravin B Shelar1-21/+4
2014-11-05openvswitch: Move key_attr_size() to flow_netlink.h.Joe Stringer1-28/+3
2014-11-05openvswitch: Remove flow member from struct ovs_skb_cbLorand Jakab1-5/+7
2014-11-05openvswitch: Refactor get_dp() function into multiple access APIs.Andy Zhou1-10/+21
2014-11-05openvswitch: Refactor ovs_flow_cmd_fill_info().Joe Stringer1-27/+66
2014-11-05openvswitch: Additional logging for -EINVAL on flow setups.Jesse Gross1-3/+9
2014-11-05openvswitch: Move table destroy to dp-rcu callback.Pravin B Shelar1-3/+2
2014-11-05openvswitch: Add basic MPLS support to kernelSimon Horman1-3/+3
2014-10-28openvswitch: Export lockdep_ovsl_is_held to modules.David S. Miller1-0/+1
2014-10-28ovs: Turn vports with dependencies into separate modulesThomas Graf1-2/+14
2014-10-20net: make skb_gso_segment error handling more robustFlorian Westphal1-0/+2
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross1-1/+4
2014-10-06openvswitch: Factor out allocation and verification of actions.Jesse Gross1-11/+27
2014-10-06openvswitch: Add support for matching on OAM packets.Jesse Gross1-0/+1
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+5
2014-09-19openvswitch: restore OVS_FLOW_CMD_NEW notificationsSamuel Gauthier1-4/+5
2014-09-15openvswitch: Add recirc and hash action.Andy Zhou1-2/+9
2014-09-15openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar1-14/+6
2014-09-15openvswitch: refactor ovs flow extract API.Pravin B Shelar1-6/+15
2014-09-15openvswitch: Remove pkt_key from OVS_CBPravin B Shelar1-4/+2
2014-09-03openvswitch: distinguish between the dropped and consumed skbLi RongQing1-2/+5
2014-09-02openvswitch: fix a memory leakLi RongQing1-1/+3
2014-08-07openvswitch: fix duplicate #include headersJean Sacren1-2/+0
2014-07-29openvswitch: Use IS_ERR_OR_NULLHimangi Saraogi1-1/+1