summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
AgeCommit message (Expand)AuthorLines
2021-12-17net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey-1/+7
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu-1/+0
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2021-08-18ovs: clear skb->tstamp in forwarding pathkaixi.fan-0/+1
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+7
2021-08-09net: openvswitch: fix kernel-doc warnings in flow.cRandy Dunlap-6/+7
2021-07-27openvswitch: fix sparse warning incorrect typeMark Gray-1/+1
2021-07-27openvswitch: fix alignment issuesMark Gray-8/+14
2021-07-16openvswitch: Introduce per-cpu upcall dispatchMark Gray-3/+95
2021-07-01openvswitch: Optimize operation for key comparisonBaowen Zheng-3/+3
2021-06-22openvswitch: add trace pointsAaron Conole-0/+179
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+8
2021-05-13openvswitch: meter: fix race when getting now_ms.Tao Liu-0/+8
2021-05-10net: openvswitch: Remove unnecessary skb_nfct()Yejune Deng-7/+4
2021-04-29openvswitch: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti-4/+4
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-2/+2
2021-04-23openvswitch: meter: remove rate from the bucket size calculationIlya Maximets-2/+2
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+4
2021-04-05openvswitch: fix send of uninitialized stack memory in ct limit replyIlya Maximets-4/+4
2021-04-04net: openvswitch: Use 'skb_push_rcsum()' instead of hand coding itChristophe JAILLET-8/+5
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-6/+12
2021-03-22openvswitch: Fix a typoBhaskar Chowdhury-1/+1
2021-03-16openvswitch: Warn over-mtu packets only if iface is UP.Flavio Leitner-3/+5
2021-03-16net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu-6/+12
2021-01-14net: openvswitch: add log message for error caseEelco Chaudron-9/+17
2020-12-14net: openvswitch: fix TTL decrement exception action executionEelco Chaudron-9/+6
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2020-12-08net: openvswitch: conntrack: simplify the return expression of ovs_ct_limit_g...Zheng Yongjun-5/+1
2020-12-04openvswitch: fix error return code in validate_and_copy_dec_ttl()Wang Hai-1/+1
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2020-12-03net: openvswitch: ensure LSE is pullable before reading itDavide Caratti-0/+3
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-23/+58
2020-11-27net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron-23/+58
2020-11-20net: openvswitch: Be liberal in tcp conntrack.Numan Siddique-0/+8
2020-11-14net: openvswitch: use core API to update/provide statsLev Stipakov-22/+7
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+8
2020-11-03net: openvswitch: silence suspicious RCU usage warningEelco Chaudron-8/+8
2020-11-02openvswitch: Use IS_ERR instead of IS_ERR_OR_NULLYueHaibing-1/+1
2020-10-30net: openvswitch: Fix kerneldoc warningsAndrew Lunn-1/+7
2020-10-18net: openvswitch: fix to make sure flow_lookup() is not preemptedEelco Chaudron-25/+41
2020-10-13net: openvswitch: use new function dev_fetch_sw_netstatsHeiner Kallweit-19/+1
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-9/+13
2020-10-08openvswitch: handle DNAT tuple collisionDumitru Ceara-9/+13
2020-10-06net: openvswitch: use dev_sw_netstats_rx_add()Fabian Frederick-7/+1
2020-10-04net: openvswitch: Constify static struct genl_small_opsRikard Falkeborn-2/+2
2020-10-03net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault-18/+10
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski-18/+18
2020-09-18net: openswitch: reuse the helper variable to improve the code readablityZeng Tao-2/+2
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+3
2020-09-01net: openvswitch: fixes crash if nf_conncount_init() failsEelco Chaudron-1/+7