summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+3
* openvswitch: Support conntrack zone limitYi-Hung Wei2018-05-255-6/+567
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-111-6/+3
|\
| * openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is foundStefano Brivio2018-05-041-6/+3
* | netfilter: add NAT support for shifted portmap rangesThierry Du Tre2018-04-241-2/+2
|/
* ovs: Remove rtnl_lock() from ovs_exit_net()Kirill Tkhai2018-03-291-2/+0
* net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai2018-03-291-0/+2
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-3/+9
|\
| * openvswitch: meter: fix the incorrect calculation of max delta_tzhangliping2018-03-111-3/+9
* | net: Convert ovs_net_opsKirill Tkhai2018-03-171-0/+1
* | openvswitch: fix vport packet length check.William Tu2018-03-081-4/+4
|/
* openvswitch: Remove padding from packet before L3+ conntrack processingEd Swierk2018-02-011-0/+34
* openvswitch: meter: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2018-01-311-1/+1
* openvswitch: add erspan version I and II supportWilliam Tu2018-01-251-1/+51
* flow_netlink: Remove unneeded semicolonsChristopher Díaz Riveros2018-01-181-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-171-50/+1
|\
| * Revert "openvswitch: Add erspan tunnel support."William Tu2018-01-151-50/+1
* | net: ovs: remove unused hardirq.hYang Shi2018-01-081-1/+0
* | openvswitch: drop unneeded newlineJulia Lawall2018-01-021-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-3/+12
|\ \ | |/
| * openvswitch: Fix pop_vlan action for double tagged framesEric Garver2017-12-211-3/+12
* | net: erspan: refactor existing erspan codeWilliam Tu2017-12-151-4/+4
* | openvswitch: do not propagate headroom updates to internal portPaolo Abeni2017-12-021-8/+1
* | openvswitch: use ktime_get_ts64() instead of ktime_get_ts()Arnd Bergmann2017-11-301-3/+3
|/
* openvswitch: fix the incorrect flow action alloc sizezhangliping2017-11-261-8/+8
* net: openvswitch: datapath: fix data type in queue_gso_packetsGustavo A. R. Silva2017-11-271-1/+1
* net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-242-1/+19
* openvswitch: meter: fix NULL pointer dereference in ovs_meter_cmd_reply_startGustavo A. R. Silva2017-11-151-1/+1
* openvswitch: Using kfree_rcu() to simplify the codeWei Yongjun2017-11-141-8/+1
* openvswitch: Make local function ovs_nsh_key_attr_size() staticWei Yongjun2017-11-141-1/+1
* openvswitch: Fix return value check in ovs_meter_cmd_features()Wei Yongjun2017-11-141-1/+1
* openvswitch: Add meter action supportAndy Zhou2017-11-133-0/+13
* openvswitch: Add meter infrastructureAndy Zhou2017-11-135-2/+674
* openvswitch: export get_dp() API.Andy Zhou2017-11-132-29/+31
* openvswitch: enable NSH supportYi Yang2017-11-086-2/+521
* openvswitch: reliable interface indentification in port dumpsJiri Benc2017-11-053-17/+38
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | openvswitch: conntrack: mark expected switch fall-throughGustavo A. R. Silva2017-10-221-0/+1
* | openvswitch: add ct_clear actionEric Garver2017-10-104-0/+27
* | openvswitch: Add erspan tunnel support.William Tu2017-10-091-1/+50
* | net: Add extack to upper device linkingDavid Ahern2017-10-041-1/+2
|/
* openvswitch: Fix an error handling path in 'ovs_nla_init_match_and_action()'Christophe JAILLET2017-09-121-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-09-031-2/+2
|\
| * netfilter: conntrack: make protocol tracker pointers constFlorian Westphal2017-08-241-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-213-3/+7
|\ \
| * | openvswitch: fix skb_panic due to the incorrect actions attrlenLiping Zhang2017-08-163-3/+7
* | | openvswitch: Remove unnecessary newlines from OVS_NLERR usesJoe Perches2017-08-112-10/+6
OpenPOWER on IntegriCloud