summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang2020-04-202-2/+5
* net: openvswitch: use hlist_for_each_entry_rcu instead of hlist_for_each_entryTonghao Zhang2020-04-021-4/+6
* net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu2020-03-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-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-162-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-242-6/+58
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-092-3/+3
* net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese2019-12-041-1/+2
* openvswitch: support asymmetric conntrackAaron Conole2019-12-041-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-261-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-142-1/+37
* net: openvswitch: select vport upcall portid directlyTonghao Zhang2019-11-061-2/+3
* Change in Openvswitch to support MPLS label depth of 3 in ingress directionMartin Varghese2019-11-054-33/+85
* net: openvswitch: simplify the ovs_dp_cmd_newTonghao Zhang2019-11-031-22/+38
* net: openvswitch: don't unlock mutex when changing the user_features failsTonghao Zhang2019-11-031-1/+1
* net: openvswitch: fix possible memleak on destroy flow-tableTonghao Zhang2019-11-031-88/+98
* net: openvswitch: add likely in flow_lookupTonghao Zhang2019-11-031-2/+2
* net: openvswitch: simplify the flow_hashTonghao Zhang2019-11-031-5/+2
* net: openvswitch: optimize flow-mask looking upTonghao Zhang2019-11-031-51/+53
* net: openvswitch: optimize flow mask cache hash collisionTonghao Zhang2019-11-031-42/+53
* net: openvswitch: shrink the mask array if necessaryTonghao Zhang2019-11-031-10/+23
* net: openvswitch: convert mask list in mask arrayTonghao Zhang2019-11-033-51/+167
* net: openvswitch: add flow-mask cache for performanceTonghao Zhang2019-11-033-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-251-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-151-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
* openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing2019-09-261-1/+1
* net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey2019-09-063-5/+48
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-023-67/+99
|\
| * openvswitch: Clear the L4 portion of the key for "later" fragments.Justin Pettit2019-08-281-1/+4
| * openvswitch: Properly set L4 keys on "later" IP fragmentsGreg Rose2019-08-283-66/+95
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-271-1/+14
|\|
| * openvswitch: Fix conntrack cache with timeoutYi-Hung Wei2019-08-251-0/+13
| * openvswitch: Fix log message in ovs conntrackYi-Hung Wei2019-08-241-1/+1