summaryrefslogtreecommitdiff
path: root/net/openvswitch/datapath.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-05openvswitch: remove another BUG_ON()Paolo Abeni1-1/+5
2019-12-05openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni1-1/+4
2019-12-05openvswitch: fix flow command message sizePaolo Abeni1-1/+5
2019-10-05openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing1-1/+1
2016-01-31net: preserve IP control block during GSO segmentationKonstantin Khlebnikov1-4/+1
2015-11-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2015-10-23openvswitch: Fix egress tunnel info.Pravin B Shelar1-3/+2
2015-09-29net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2015-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-09-24genetlink: simplify genl_notifyJiri Benc1-2/+1
2015-09-23openvswitch: Zero flows on allocation.Jesse Gross1-2/+2
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar1-1/+2
2015-08-30openvswitch: Remove egress_tun_info.Pravin B Shelar1-1/+0
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-02openvswitch: include datapath actions with sampled-packet upcall to userspaceNeil McKee1-2/+16
2015-05-06openvswitch: 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-27openvswitch: Add support for unique flow IDs.Joe Stringer1-50/+157
2015-01-27openvswitch: 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-15openvswitch: packet messages need their own probe attribtueThomas Graf1-1/+2
2015-01-14net: 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-22Merge 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-15openvswitch: Convert dp rcu read operation to locked operationsPravin B Shelar1-7/+7
2014-11-10openvswitch: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme1-18/+31
2014-11-10openvswitch: Constify various function argumentsThomas Graf1-5/+5
2014-11-10openvswitch: Remove redundant key ref from upcall_info.Pravin B Shelar1-19/+26
2014-11-10openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang1-4/+17
2014-11-10openvswitch: Export symbols as GPL symbols.Pravin B Shelar1-2/+2
2014-11-06openvswitch: Refactor action alloc and copy api.Pravin B Shelar1-21/+4
2014-11-06openvswitch: Move key_attr_size() to flow_netlink.h.Joe Stringer1-28/+3
2014-11-06openvswitch: Remove flow member from struct ovs_skb_cbLorand Jakab1-5/+7
2014-11-06openvswitch: Refactor get_dp() function into multiple access APIs.Andy Zhou1-10/+21
2014-11-06openvswitch: Refactor ovs_flow_cmd_fill_info().Joe Stringer1-27/+66
2014-11-06openvswitch: Additional logging for -EINVAL on flow setups.Jesse Gross1-3/+9
2014-11-06openvswitch: Move table destroy to dp-rcu callback.Pravin B Shelar1-3/+2
2014-11-06openvswitch: Add basic MPLS support to kernelSimon Horman1-3/+3
2014-10-29openvswitch: 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