summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)AuthorFilesLines
2022-04-27netfilter: conntrack: convert to refcount_t apiFlorian Westphal1-1/+0
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-08net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal1-4/+10
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
2022-01-27net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey1-3/+13
2022-01-27net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey1-1/+7
2021-08-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-08-18ovs: clear skb->tstamp in forwarding pathkaixi.fan1-0/+1
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+7
2021-08-10net: openvswitch: fix kernel-doc warnings in flow.cRandy Dunlap1-6/+7
2021-07-27openvswitch: fix sparse warning incorrect typeMark Gray1-1/+1
2021-07-27openvswitch: fix alignment issuesMark Gray2-8/+14
2021-07-16openvswitch: Introduce per-cpu upcall dispatchMark Gray3-3/+95
2021-07-01openvswitch: Optimize operation for key comparisonBaowen Zheng1-3/+3
2021-06-22openvswitch: add trace pointsAaron Conole5-0/+179
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+8
2021-05-14openvswitch: meter: fix race when getting now_ms.Tao Liu1-0/+8
2021-05-11net: openvswitch: Remove unnecessary skb_nfct()Yejune Deng1-7/+4
2021-04-30openvswitch: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti1-4/+4
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2021-04-23openvswitch: meter: remove rate from the bucket size calculationIlya Maximets1-2/+2
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2021-04-05openvswitch: fix send of uninitialized stack memory in ct limit replyIlya Maximets1-4/+4
2021-04-04net: openvswitch: Use 'skb_push_rcsum()' instead of hand coding itChristophe JAILLET2-8/+5
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-6/+12
2021-03-22openvswitch: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-17openvswitch: Warn over-mtu packets only if iface is UP.Flavio Leitner1-3/+5
2021-03-17net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu3-6/+12
2021-01-15net: openvswitch: add log message for error caseEelco Chaudron2-9/+17
2020-12-15net: openvswitch: fix TTL decrement exception action executionEelco Chaudron1-9/+6
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-12-09net: openvswitch: conntrack: simplify the return expression of ovs_ct_limit_g...Zheng Yongjun1-5/+1
2020-12-05openvswitch: fix error return code in validate_and_copy_dec_ttl()Wang Hai1-1/+1
2020-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2020-12-03net: openvswitch: ensure LSE is pullable before reading itDavide Caratti1-0/+3
2020-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-23/+58
2020-11-27net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron2-23/+58
2020-11-20net: openvswitch: Be liberal in tcp conntrack.Numan Siddique1-0/+8
2020-11-15net: openvswitch: use core API to update/provide statsLev Stipakov1-22/+7
2020-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+8
2020-11-04net: openvswitch: silence suspicious RCU usage warningEelco Chaudron2-8/+8
2020-11-03openvswitch: Use IS_ERR instead of IS_ERR_OR_NULLYueHaibing1-1/+1
2020-10-30net: openvswitch: Fix kerneldoc warningsAndrew Lunn2-1/+7
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