summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: support asymmetric conntrackAaron Conole2019-12-211-0/+11
* openvswitch: remove another BUG_ON()Paolo Abeni2019-12-051-1/+5
* openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni2019-12-051-1/+4
* openvswitch: fix flow command message sizePaolo Abeni2019-12-051-1/+5
* openvswitch: fix linking without CONFIG_NF_CONNTRACK_LABELSArnd Bergmann2019-12-011-1/+2
* net: ovs: fix return type of ndo_start_xmit functionYueHaibing2019-11-241-2/+3
* net: openvswitch: free vport unless register_netdevice() succeedsHillf Danton2019-11-121-7/+4
* netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault2019-11-101-9/+11
* openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing2019-10-051-1/+1
* net: openvswitch: fix csum updates for MPLS actionsJohn Hurley2019-07-281-4/+2
* net: openvswitch: do not free vport if register_netdevice() is failed.Taehee Yoo2019-06-221-6/+12
* openvswitch: fix flow actions reallocationAndrea Righi2019-04-171-2/+2
* openvswitch: Avoid OOB read when parsing flow nlattrsRoss Lagerwall2019-01-311-1/+1
* openvswitch: Fix push/pop ethernet validationJaime Caamaño Ruiz2018-11-041-2/+2
* openvswitch: load NAT helperFlavio Leitner2018-10-041-0/+4
* Revert "openvswitch: Fix template leak in error cases."Flavio Leitner2018-10-011-4/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-5/+5
|\
| * openvswitch: meter: Fix setting meter id for new entriesJustin Pettit2018-07-291-5/+5
* | ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal2018-07-181-0/+1
* | netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng2018-07-181-1/+1
* | openvswitch: use nf_ct_get_tuplepr, invert_tupleprFlorian Westphal2018-07-161-14/+3
* | openvswitch: kernel datapath clone actionYifeng Sun2018-07-082-0/+106
* | net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren2018-06-291-1/+6
|/
* 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