summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/datapath.c
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: Add packet len info to upcall.William Tu2016-06-221-1/+12
* openvswitch: Add packet truncation support.William Tu2016-06-101-12/+17
* ovs: align nlattr properly when neededNicolas Dichtel2016-04-261-12/+15
* ovs: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-1/+2
* ovs: allow nl 'flow set' to use ufid without flow keySamuel Gauthier2016-03-131-11/+17
* ovs: propagate per dp max headroom to all vportsPaolo Abeni2016-03-011-0/+40
* Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal2016-02-181-5/+5
* openvswitch: Revert: "Enable memory mapped Netlink i/o"Florian Westphal2016-02-181-7/+3
* openvswitch: allow management from inside user namespacesTycho Andersen2016-02-111-10/+10
* net: preserve IP control block during GSO segmentationKonstantin Khlebnikov2016-01-151-4/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-071-1/+1
|\
| * net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-291-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-3/+2
|\ \
| * | openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-221-3/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-261-2/+2
|\| |
| * | openvswitch: Zero flows on allocation.Jesse Gross2015-09-221-2/+2
* | | genetlink: simplify genl_notifyJiri Benc2015-09-241-2/+1
|/ /
* | ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar2015-08-311-1/+2
* | openvswitch: Remove egress_tun_info.Pravin B Shelar2015-08-291-1/+0
* | openvswitch: Allow matching on conntrack labelJoe Stringer2015-08-271-7/+11
* | openvswitch: Add conntrack actionJoe Stringer2015-08-271-16/+50
* | openvswitch: Serialize acts with original netlink lenJoe Stringer2015-08-271-1/+1
* | openvswitch: Abstract vport name through ovs_vport_name()Thomas Graf2015-07-211-2/+2
* | openvswitch: Move dev pointer into vport itselfThomas Graf2015-07-211-5/+2
* | openvswitch: Make tunnel set action attach a metadata dstThomas Graf2015-07-211-4/+4
|/
* openvswitch: include datapath actions with sampled-packet upcall to userspaceNeil McKee2015-06-011-2/+16
* openvswitch: Use eth_proto_is_802_3Alexander Duyck2015-05-051-1/+1
* net: Kill hold_net release_netEric W. Biederman2015-03-121-3/+1
* openvswitch: Fix net exit.Pravin B Shelar2015-02-201-2/+43
* 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