summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)AuthorFilesLines
2024-06-16openvswitch: Set the skbuff pkt_type for proper pmtud support.Aaron Conole1-0/+6
2024-06-16net: openvswitch: fix overwriting ct original tuple for ICMPv6Ilya Maximets1-1/+2
2024-05-02net: openvswitch: Fix Use-After-Free in ovs_ct_exitHyunwoo Kim1-2/+2
2024-05-02net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang2-2/+5
2023-02-22net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin1-6/+6
2023-01-18openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron1-9/+16
2022-11-03openvswitch: switch from WARN to pr_warnAaron Conole1-1/+2
2022-10-26openvswitch: Fix overreporting of drops in dropwatchMike Pattrick1-2/+3
2022-10-26openvswitch: Fix double reporting of drops in dropwatchMike Pattrick1-3/+10
2022-06-25net: openvswitch: fix leak of nested actionsIlya Maximets1-5/+56
2022-06-25net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets2-1/+8
2022-04-27openvswitch: fix OOB access in reserve_sfa_size()Paolo Valerio1-1/+1
2022-04-15net: openvswitch: don't send internal clone attribute to the userspace.Ilya Maximets2-2/+4
2022-04-15openvswitch: Fixed nd target mask field in the flow dump.Martin Varghese1-2/+2
2022-03-02openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey1-8/+38
2021-06-03openvswitch: meter: fix race when getting now_ms.Tao Liu1-0/+8
2021-05-22openvswitch: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti1-4/+4
2020-10-14openvswitch: handle DNAT tuple collisionDumitru Ceara1-9/+13
2020-10-01net: openvswitch: use div_u64() for 64-by-32 divisionsTonghao Zhang1-1/+1
2020-10-01net: openvswitch: use u64 for meter bucketTonghao Zhang2-2/+2
2020-08-11openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye1-18/+20
2019-12-21openvswitch: support asymmetric conntrackAaron Conole1-0/+11
2019-12-05openvswitch: remove another BUG_ON()Paolo Abeni1-1/+5
2019-12-05openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni1-1/+4
2019-12-05openvswitch: fix flow command message sizePaolo Abeni1-1/+5
2019-12-01openvswitch: fix linking without CONFIG_NF_CONNTRACK_LABELSArnd Bergmann1-1/+2
2019-11-24net: ovs: fix return type of ndo_start_xmit functionYueHaibing1-2/+3
2019-11-12net: openvswitch: free vport unless register_netdevice() succeedsHillf Danton1-7/+4
2019-11-10netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault1-9/+11
2019-10-05openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing1-1/+1
2019-07-28net: openvswitch: fix csum updates for MPLS actionsJohn Hurley1-4/+2
2019-06-22net: openvswitch: do not free vport if register_netdevice() is failed.Taehee Yoo1-6/+12
2019-04-17openvswitch: fix flow actions reallocationAndrea Righi1-2/+2
2019-01-31openvswitch: Avoid OOB read when parsing flow nlattrsRoss Lagerwall1-1/+1
2018-11-04openvswitch: Fix push/pop ethernet validationJaime CaamaƱo Ruiz1-2/+2
2018-10-05openvswitch: load NAT helperFlavio Leitner1-0/+4
2018-10-02Revert "openvswitch: Fix template leak in error cases."Flavio Leitner1-4/+2
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2018-07-29openvswitch: meter: Fix setting meter id for new entriesJustin Pettit1-5/+5
2018-07-18ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal1-0/+1
2018-07-18netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng1-1/+1
2018-07-16openvswitch: use nf_ct_get_tuplepr, invert_tupleprFlorian Westphal1-14/+3
2018-07-08openvswitch: kernel datapath clone actionYifeng Sun2-0/+106
2018-06-29net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren1-1/+6
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2018-05-25openvswitch: Support conntrack zone limitYi-Hung Wei5-6/+567
2018-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+3
2018-05-04openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is foundStefano Brivio1-6/+3
2018-04-24netfilter: add NAT support for shifted portmap rangesThierry Du Tre1-2/+2