summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)AuthorFilesLines
2023-02-22net: openvswitch: fix possible memory leak in ovs_meter_cmd_set()Hangyu Hua1-1/+3
2023-02-15net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin1-6/+6
2023-01-14openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron1-9/+16
2022-12-02netfilter: conntrack: Fix data-races around ct markDaniel Xu1-4/+4
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-29net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden1-1/+1
2022-06-22net: 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-13net: openvswitch: fix leak of nested actionsIlya Maximets1-5/+90
2022-04-13net: openvswitch: don't send internal clone attribute to the userspace.Ilya Maximets2-2/+4
2022-04-08openvswitch: Fixed nd target mask field in the flow dump.Martin Varghese1-2/+2
2022-04-08openvswitch: always update flow key after natAaron Conole1-59/+59
2022-03-02openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey1-8/+38
2021-08-26ovs: clear skb->tstamp in forwarding pathkaixi.fan1-0/+1
2021-06-03openvswitch: meter: fix race when getting now_ms.Tao Liu1-0/+8
2021-05-11openvswitch: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti1-4/+4
2021-04-14openvswitch: fix send of uninitialized stack memory in ct limit replyIlya Maximets1-4/+4
2021-04-14net: openvswitch: conntrack: simplify the return expression of ovs_ct_limit_g...Zheng Yongjun1-5/+1
2021-02-23net: openvswitch: fix TTL decrement exception action executionEelco Chaudron1-9/+6
2020-12-05openvswitch: fix error return code in validate_and_copy_dec_ttl()Wang Hai1-1/+1
2020-12-03net: openvswitch: ensure LSE is pullable before reading itDavide Caratti1-0/+3
2020-11-27net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron2-23/+58
2020-11-04net: openvswitch: silence suspicious RCU usage warningEelco Chaudron2-8/+8
2020-10-18net: openvswitch: fix to make sure flow_lookup() is not preemptedEelco Chaudron2-25/+41
2020-10-14net: openvswitch: use new function dev_fetch_sw_netstatsHeiner Kallweit1-19/+1
2020-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+13
2020-10-08openvswitch: handle DNAT tuple collisionDumitru Ceara1-9/+13
2020-10-06net: openvswitch: use dev_sw_netstats_rx_add()Fabian Frederick1-7/+1
2020-10-05net: openvswitch: Constify static struct genl_small_opsRikard Falkeborn2-2/+2
2020-10-04net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault1-18/+10
2020-10-03genetlink: move to smaller ops wherever possibleJakub Kicinski3-18/+18
2020-09-19net: openswitch: reuse the helper variable to improve the code readablityZeng Tao1-2/+2
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+3
2020-09-01net: openvswitch: fixes crash if nf_conncount_init() failsEelco Chaudron1-1/+7
2020-09-01net: openvswitch: remove unused keep_flowsTonghao Zhang2-7/+0
2020-09-01net: openvswitch: refactor flow free functionTonghao Zhang1-11/+11
2020-09-01net: openvswitch: improve the coding styleTonghao Zhang4-41/+55
2020-08-31openvswitch: using ip6_fragment in ipv6_stubwenxu1-6/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-08-14net: openvswitch: introduce common code for flushing flowsTonghao Zhang3-21/+27
2020-08-05net: openvswitch: silence suspicious RCU usage warningTonghao Zhang1-3/+3
2020-08-04net: openvswitch: make masks cache size configurableEelco Chaudron3-14/+114
2020-08-04net: openvswitch: add masks cache hit counterEelco Chaudron4-7/+23
2020-08-04openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye1-18/+20
2020-08-04net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu1-0/+1
2020-07-25net: openvswitch: fixes potential deadlock in dp cleanup codeEelco Chaudron2-14/+13
2020-07-17net: openvswitch: reorder masks array based on usageEelco Chaudron4-7/+207
2020-07-14net: openvswitch: kerneldoc fixesAndrew Lunn2-4/+5