summaryrefslogtreecommitdiff
path: root/net/openvswitch/datapath.c
AgeCommit message (Expand)Author
2016-01-31net: preserve IP control block during GSO segmentationKonstantin Khlebnikov
2015-10-03openvswitch: Zero flows on allocation.Jesse Gross
2015-03-12net: Kill hold_net release_netEric W. Biederman
2015-02-20openvswitch: Fix net exit.Pravin B Shelar
2015-01-26openvswitch: Add support for unique flow IDs.Joe Stringer
2015-01-26openvswitch: Refactor ovs_nla_fill_match().Joe Stringer
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-14openvswitch: packet messages need their own probe attribtueThomas Graf
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-12-27genetlink: pass only network namespace to genl_has_listeners()Johannes Berg
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko
2014-11-14openvswitch: Convert dp rcu read operation to locked operationsPravin B Shelar
2014-11-09openvswitch: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme
2014-11-09openvswitch: Constify various function argumentsThomas Graf
2014-11-09openvswitch: Remove redundant key ref from upcall_info.Pravin B Shelar
2014-11-09openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang
2014-11-09openvswitch: Export symbols as GPL symbols.Pravin B Shelar
2014-11-05openvswitch: Refactor action alloc and copy api.Pravin B Shelar
2014-11-05openvswitch: Move key_attr_size() to flow_netlink.h.Joe Stringer
2014-11-05openvswitch: Remove flow member from struct ovs_skb_cbLorand Jakab
2014-11-05openvswitch: Refactor get_dp() function into multiple access APIs.Andy Zhou
2014-11-05openvswitch: Refactor ovs_flow_cmd_fill_info().Joe Stringer
2014-11-05openvswitch: Additional logging for -EINVAL on flow setups.Jesse Gross
2014-11-05openvswitch: Move table destroy to dp-rcu callback.Pravin B Shelar
2014-11-05openvswitch: Add basic MPLS support to kernelSimon Horman
2014-10-28openvswitch: Export lockdep_ovsl_is_held to modules.David S. Miller
2014-10-28ovs: Turn vports with dependencies into separate modulesThomas Graf
2014-10-20net: make skb_gso_segment error handling more robustFlorian Westphal
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross
2014-10-06openvswitch: Factor out allocation and verification of actions.Jesse Gross
2014-10-06openvswitch: Add support for matching on OAM packets.Jesse Gross
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-19openvswitch: restore OVS_FLOW_CMD_NEW notificationsSamuel Gauthier
2014-09-15openvswitch: Add recirc and hash action.Andy Zhou
2014-09-15openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar
2014-09-15openvswitch: refactor ovs flow extract API.Pravin B Shelar
2014-09-15openvswitch: Remove pkt_key from OVS_CBPravin B Shelar
2014-09-03openvswitch: distinguish between the dropped and consumed skbLi RongQing
2014-09-02openvswitch: fix a memory leakLi RongQing
2014-08-07openvswitch: fix duplicate #include headersJean Sacren
2014-07-29openvswitch: Use IS_ERR_OR_NULLHimangi Saraogi
2014-07-24openvswitch: Avoid memory corruption in queue_userspace_packet()Andy Zhou
2014-07-24openvswitch: Allow each vport to have an array of 'port_id's.Alex Wang
2014-07-16openvswitch: make generic netlink group conststephen hemminger
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-01openvswitch: introduce rtnl ops stubJiri Pirko
2014-06-30openvswitch: Use exact lookup for flow_get and flow_del.Alex Wang