summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)Author
2023-02-15net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin
2023-01-14openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron
2022-12-02netfilter: conntrack: Fix data-races around ct markDaniel Xu
2022-11-03openvswitch: switch from WARN to pr_warnAaron Conole
2022-10-26openvswitch: Fix overreporting of drops in dropwatchMike Pattrick
2022-10-26openvswitch: Fix double reporting of drops in dropwatchMike Pattrick
2022-06-29net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden
2022-06-22net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets
2022-04-27openvswitch: fix OOB access in reserve_sfa_size()Paolo Valerio
2022-04-13net: openvswitch: fix leak of nested actionsIlya Maximets
2022-04-13net: openvswitch: don't send internal clone attribute to the userspace.Ilya Maximets
2022-04-08openvswitch: Fixed nd target mask field in the flow dump.Martin Varghese
2022-04-08openvswitch: always update flow key after natAaron Conole
2022-03-02openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey
2021-08-26ovs: clear skb->tstamp in forwarding pathkaixi.fan
2021-06-03openvswitch: meter: fix race when getting now_ms.Tao Liu
2021-05-11openvswitch: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti
2021-04-14openvswitch: fix send of uninitialized stack memory in ct limit replyIlya Maximets
2021-04-14net: openvswitch: conntrack: simplify the return expression of ovs_ct_limit_g...Zheng Yongjun
2021-02-23net: openvswitch: fix TTL decrement exception action executionEelco Chaudron
2020-12-04openvswitch: fix error return code in validate_and_copy_dec_ttl()Wang Hai
2020-12-03net: openvswitch: ensure LSE is pullable before reading itDavide Caratti
2020-11-27net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron
2020-11-03net: openvswitch: silence suspicious RCU usage warningEelco Chaudron
2020-10-18net: openvswitch: fix to make sure flow_lookup() is not preemptedEelco Chaudron
2020-10-13net: openvswitch: use new function dev_fetch_sw_netstatsHeiner Kallweit
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-08openvswitch: handle DNAT tuple collisionDumitru Ceara
2020-10-06net: openvswitch: use dev_sw_netstats_rx_add()Fabian Frederick
2020-10-04net: openvswitch: Constify static struct genl_small_opsRikard Falkeborn
2020-10-03net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-09-18net: openswitch: reuse the helper variable to improve the code readablityZeng Tao
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-01net: openvswitch: fixes crash if nf_conncount_init() failsEelco Chaudron
2020-09-01net: openvswitch: remove unused keep_flowsTonghao Zhang
2020-09-01net: openvswitch: refactor flow free functionTonghao Zhang
2020-09-01net: openvswitch: improve the coding styleTonghao Zhang
2020-08-31openvswitch: using ip6_fragment in ipv6_stubwenxu
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-13net: openvswitch: introduce common code for flushing flowsTonghao Zhang
2020-08-05net: openvswitch: silence suspicious RCU usage warningTonghao Zhang
2020-08-03net: openvswitch: make masks cache size configurableEelco Chaudron
2020-08-03net: openvswitch: add masks cache hit counterEelco Chaudron
2020-08-03openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye
2020-08-03net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu
2020-07-24net: openvswitch: fixes potential deadlock in dp cleanup codeEelco Chaudron
2020-07-17net: openvswitch: reorder masks array based on usageEelco Chaudron
2020-07-13net: openvswitch: kerneldoc fixesAndrew Lunn
2020-06-24openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...Lorenzo Bianconi