summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin2023-02-221-6/+6
* openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron2023-01-181-9/+16
* openvswitch: switch from WARN to pr_warnAaron Conole2022-11-031-1/+2
* openvswitch: Fix overreporting of drops in dropwatchMike Pattrick2022-10-261-2/+3
* openvswitch: Fix double reporting of drops in dropwatchMike Pattrick2022-10-261-3/+10
* net: openvswitch: fix leak of nested actionsIlya Maximets2022-06-251-5/+56
* net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets2022-06-252-1/+8
* openvswitch: fix OOB access in reserve_sfa_size()Paolo Valerio2022-04-271-1/+1
* net: openvswitch: don't send internal clone attribute to the userspace.Ilya Maximets2022-04-152-2/+4
* openvswitch: Fixed nd target mask field in the flow dump.Martin Varghese2022-04-151-2/+2
* openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey2022-03-021-8/+38
* openvswitch: meter: fix race when getting now_ms.Tao Liu2021-06-031-0/+8
* openvswitch: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti2021-05-221-4/+4
* openvswitch: handle DNAT tuple collisionDumitru Ceara2020-10-141-9/+13
* net: openvswitch: use div_u64() for 64-by-32 divisionsTonghao Zhang2020-10-011-1/+1
* net: openvswitch: use u64 for meter bucketTonghao Zhang2020-10-012-2/+2
* openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye2020-08-111-18/+20
* 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
|\