summaryrefslogtreecommitdiffstats
path: root/net/openvswitch (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: openvswitch: use div_u64() for 64-by-32 divisionsTonghao Zhang2020-04-261-1/+1
* net: openvswitch: suitable access to the dp_metersTonghao Zhang2020-04-261-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-04-262-2/+5
|\
| * net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang2020-04-202-2/+5
* | net: openvswitch: use u64 for meter bucketTonghao Zhang2020-04-242-2/+2
* | net: openvswitch: make EINVAL return value more obviousTonghao Zhang2020-04-241-3/+2
* | net: openvswitch: remove the unnecessary checkTonghao Zhang2020-04-241-5/+4
* | net: openvswitch: set max limitation to metersTonghao Zhang2020-04-242-10/+49
* | net: openvswitch: expand the meters supported numberTonghao Zhang2020-04-243-63/+195
|/
* net: openvswitch: use hlist_for_each_entry_rcu instead of hlist_for_each_entryTonghao Zhang2020-04-031-4/+6
* net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu2020-03-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-131-0/+1
|\
| * openvswitch: add missing attribute validation for hashJakub Kicinski2020-03-031-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-215-15/+24
|\|
| * openvswitch: Distribute switch variables for initializationKees Cook2020-02-201-8/+10
| * flow_table.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-181-2/+4
| * datapath.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-181-3/+6
| * vport.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-181-1/+2
| * meter.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-181-1/+2
* | openvswitch: add TTL decrement actionMatteo Croce2020-02-172-0/+137
|/
* net: openvswitch: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-141-7/+4
* openvswitch: New MPLS actions for layer 2 tunnellingMartin Varghese2019-12-252-6/+58
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-092-3/+3
* net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese2019-12-051-1/+2
* openvswitch: support asymmetric conntrackAaron Conole2019-12-051-0/+11
* Fixed updating of ethertype in function skb_mpls_popMartin Varghese2019-12-021-1/+2
* openvswitch: remove another BUG_ON()Paolo Abeni2019-12-011-1/+5
* openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni2019-12-011-1/+4
* openvswitch: fix flow command message sizePaolo Abeni2019-11-271-1/+5
* net: openvswitch: don't call pad_packet if not necessaryTonghao Zhang2019-11-151-14/+8
* net: openvswitch: add hash info to upcallTonghao Zhang2019-11-152-1/+37
* net: openvswitch: select vport upcall portid directlyTonghao Zhang2019-11-071-2/+3
* Change in Openvswitch to support MPLS label depth of 3 in ingress directionMartin Varghese2019-11-064-33/+85
* net: openvswitch: simplify the ovs_dp_cmd_newTonghao Zhang2019-11-041-22/+38
* net: openvswitch: don't unlock mutex when changing the user_features failsTonghao Zhang2019-11-041-1/+1
* net: openvswitch: fix possible memleak on destroy flow-tableTonghao Zhang2019-11-041-88/+98
* net: openvswitch: add likely in flow_lookupTonghao Zhang2019-11-041-2/+2
* net: openvswitch: simplify the flow_hashTonghao Zhang2019-11-041-5/+2
* net: openvswitch: optimize flow-mask looking upTonghao Zhang2019-11-041-51/+53
* net: openvswitch: optimize flow mask cache hash collisionTonghao Zhang2019-11-041-42/+53
* net: openvswitch: shrink the mask array if necessaryTonghao Zhang2019-11-041-10/+23
* net: openvswitch: convert mask list in mask arrayTonghao Zhang2019-11-043-51/+167
* net: openvswitch: add flow-mask cache for performanceTonghao Zhang2019-11-043-16/+107
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-022-16/+15
|\
| * netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault2019-10-261-9/+11
| * net: openvswitch: free vport unless register_netdevice() succeedsHillf Danton2019-10-221-7/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-2/+3
|\|
| * net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti2019-10-161-2/+3
* | openvswitch: Allow attaching helper in later commitYi-Hung Wei2019-10-061-8/+13
|/
* netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-1/+1