summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/datapath.c
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: Add support for unique flow IDs.Joe Stringer2015-01-261-50/+157
* openvswitch: Refactor ovs_nla_fill_match().Joe Stringer2015-01-261-35/+6
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-3/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-151-1/+2
|\
| * openvswitch: packet messages need their own probe attribtueThomas Graf2015-01-141-1/+2
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-1/+1
|/
* genetlink: pass only network namespace to genl_has_listeners()Johannes Berg2014-12-271-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-211-7/+7
|\
| * openvswitch: Convert dp rcu read operation to locked operationsPravin B Shelar2014-11-141-7/+7
* | vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko2014-11-211-3/+1
* | vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2014-11-211-1/+2
* | openvswitch: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme2014-11-091-18/+31
* | openvswitch: Constify various function argumentsThomas Graf2014-11-091-5/+5
* | openvswitch: Remove redundant key ref from upcall_info.Pravin B Shelar2014-11-091-19/+26
* | openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang2014-11-091-4/+17
* | openvswitch: Export symbols as GPL symbols.Pravin B Shelar2014-11-091-2/+2
* | openvswitch: Refactor action alloc and copy api.Pravin B Shelar2014-11-051-21/+4
* | openvswitch: Move key_attr_size() to flow_netlink.h.Joe Stringer2014-11-051-28/+3
* | openvswitch: Remove flow member from struct ovs_skb_cbLorand Jakab2014-11-051-5/+7
* | openvswitch: Refactor get_dp() function into multiple access APIs.Andy Zhou2014-11-051-10/+21
* | openvswitch: Refactor ovs_flow_cmd_fill_info().Joe Stringer2014-11-051-27/+66
* | openvswitch: Additional logging for -EINVAL on flow setups.Jesse Gross2014-11-051-3/+9
* | openvswitch: Move table destroy to dp-rcu callback.Pravin B Shelar2014-11-051-3/+2
* | openvswitch: Add basic MPLS support to kernelSimon Horman2014-11-051-3/+3
* | openvswitch: Export lockdep_ovsl_is_held to modules.David S. Miller2014-10-281-0/+1
* | ovs: Turn vports with dependencies into separate modulesThomas Graf2014-10-281-2/+14
|/
* net: make skb_gso_segment error handling more robustFlorian Westphal2014-10-201-0/+2
* openvswitch: Add support for Geneve tunneling.Jesse Gross2014-10-061-1/+4
* openvswitch: Factor out allocation and verification of actions.Jesse Gross2014-10-061-11/+27
* openvswitch: Add support for matching on OAM packets.Jesse Gross2014-10-061-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-4/+5
|\
| * openvswitch: restore OVS_FLOW_CMD_NEW notificationsSamuel Gauthier2014-09-191-4/+5
* | openvswitch: Add recirc and hash action.Andy Zhou2014-09-151-2/+9
* | openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar2014-09-151-14/+6
* | openvswitch: refactor ovs flow extract API.Pravin B Shelar2014-09-151-6/+15
* | openvswitch: Remove pkt_key from OVS_CBPravin B Shelar2014-09-151-4/+2
|/
* openvswitch: distinguish between the dropped and consumed skbLi RongQing2014-09-031-2/+5
* openvswitch: fix a memory leakLi RongQing2014-09-021-1/+3
* openvswitch: fix duplicate #include headersJean Sacren2014-08-071-2/+0
* openvswitch: Use IS_ERR_OR_NULLHimangi Saraogi2014-07-291-1/+1
* openvswitch: Avoid memory corruption in queue_userspace_packet()Andy Zhou2014-07-241-1/+2
* openvswitch: Allow each vport to have an array of 'port_id's.Alex Wang2014-07-241-7/+16
* openvswitch: make generic netlink group conststephen hemminger2014-07-161-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-161-14/+13
|\
| * openvswitch: Use exact lookup for flow_get and flow_del.Alex Wang2014-06-301-12/+11
| * openvswitch: Fix tracking of flags seen in TCP flows.Ben Pfaff2014-06-291-2/+2
* | openvswitch: introduce rtnl ops stubJiri Pirko2014-07-011-1/+8
|/
* openvswitch: Simplify genetlink code.Pravin B Shelar2014-05-221-95/+90
* openvswitch: Minimize ovs_flow_cmd_new|set critical sections.Jarno Rajahalme2014-05-221-76/+116
* openvswitch: Split ovs_flow_cmd_new_or_set().Jarno Rajahalme2014-05-221-44/+116
OpenPOWER on IntegriCloud