summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-7/+8
|\ \ | |/
| * ovs: datapath: hide clang frame-overflow warningsArnd Bergmann2019-07-241-7/+8
* | openvswitch: Print error when ovs_execute_actions() failsYifeng Sun2019-08-061-2/+5
|/
* net: openvswitch: rename flow_stats to sw_flow_statsPablo Neira Ayuso2019-07-193-10/+10
* net: openvswitch: do not update max_headroom if new headroom is equal to old ...Taehee Yoo2019-07-121-11/+28
* net: core: add MPLS update core helper and use in OvSJohn Hurley2019-07-081-10/+3
* net: core: move pop MPLS functionality from OvS to core helperJohn Hurley2019-07-081-35/+2
* net: core: move push MPLS functionality from OvS to core helperJohn Hurley2019-07-081-27/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-4/+2
|\
| * net: openvswitch: fix csum updates for MPLS actionsJohn Hurley2019-06-301-4/+2
* | net: openvswitch: use netif_ovs_is_port() instead of opencodeTaehee Yoo2019-07-082-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1720-276/+32
|\ \ | |/
OpenPOWER on IntegriCloud