aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch
AgeCommit message (Expand)AuthorFilesLines
13 daysnet: openvswitch: Fix Use-After-Free in ovs_ct_exitHyunwoo Kim1-2/+2
2024-04-05net: openvswitch: fix unwanted error log on timeout policy probingIlya Maximets1-2/+3
2024-02-09net: openvswitch: limit the number of recursions from action setsAaron Conole1-16/+33
2023-11-08net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov1-1/+1
2023-10-17net: openvswitch: Annotate struct mask_array with __counted_byChristophe JAILLET1-1/+1
2023-10-17net: openvswitch: Use struct_size()Christophe JAILLET1-5/+2
2023-10-02net: openvswitch: Annotate struct dp_meter with __counted_byKees Cook1-1/+1
2023-10-02net: openvswitch: Annotate struct dp_meter_instance with __counted_byKees Cook1-1/+1
2023-10-01openvswitch: reduce stack usage in do_execute_actionsIlya Maximets1-12/+11
2023-09-12net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao1-2/+2
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2023-08-15net: openvswitch: reject negative ifindexJakub Kicinski1-4/+4
2023-08-15genetlink: remove userhdr from struct genl_infoJakub Kicinski3-19/+22
2023-08-14net: openvswitch: add misc error drop reasonsAdrian Moreno3-8/+18
2023-08-14net: openvswitch: add meter drop reasonAdrian Moreno2-1/+2
2023-08-14net: openvswitch: add explicit drop actionEric Garver3-1/+20
2023-08-14net: openvswitch: add action error drop reasonAdrian Moreno2-1/+2
2023-08-14net: openvswitch: add last-action drop reasonAdrian Moreno3-2/+57
2023-07-20openvswitch: set IPS_CONFIRMED in tmpl status only when commit is set in conn...Xin Long1-68/+10
2023-06-12net: openvswitch: add support for l4 symmetric hashingAaron Conole2-2/+12
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet2-0/+2
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-21/+16
2023-06-07net: openvswitch: fix upcall counter access before allocationEelco Chaudron2-21/+16
2023-05-17net: openvswitch: Use struct_size()Christophe JAILLET1-3/+1
2023-04-07net: openvswitch: fix race on port outputFelix Huettner1-1/+1
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2023-02-20net/sched: cls_api: Support hardware miss to tc actionPaul Blakey1-1/+2
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2023-02-13net: openvswitch: fix possible memory leak in ovs_meter_cmd_set()Hangyu Hua1-1/+3
2023-02-10net: extract nf_ct_handle_fragments to nf_conntrack_ovsXin Long1-44/+1
2023-02-10openvswitch: move key and ovs_cb update out of handle_fragmentsXin Long1-12/+25
2023-02-10net: extract nf_ct_skb_network_trim function to nf_conntrack_ovsXin Long1-32/+4
2023-02-10net: create nf_conntrack_ovs for ovs and tc useXin Long1-0/+1
2023-02-09openvswitch: Use string_is_terminated() helperAndy Shevchenko1-2/+3
2023-02-06net: openvswitch: reduce cpu_used_mask memoryEddy Tao3-7/+12
2023-02-02scripts/spelling.txt: add "exsits" pattern and fix typo instancesLuca Ceresoli1-1/+1
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+6
2023-02-02net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin1-6/+6
2023-02-01openvswitch: use skb_ip_totlen in conntrackXin Long1-1/+1
2022-12-21net: openvswitch: release vport resources on failureAaron Conole1-2/+6
2022-12-16openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron1-9/+16
2022-12-12net: move the nat function to nf_nat_ovs for ovs and tcXin Long2-127/+11
2022-12-12openvswitch: return NF_DROP when fails to add nat ext in ovs_ct_natXin Long1-1/+1
2022-12-12openvswitch: return NF_ACCEPT when OVS_CT_NAT is not set in info natXin Long1-2/+4
2022-12-12openvswitch: delete the unncessary skb_pull_rcsum call in ovs_ct_nat_executeXin Long1-11/+6
2022-12-09net: openvswitch: Add support to count upcall packetswangchuanlei3-0/+107
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2022-11-18netfilter: conntrack: Fix data-races around ct markDaniel Xu1-4/+4
2022-11-08net: move add ct helper function to nf_conntrack_helper for ovs and tcXin Long1-39/+5
2022-11-08net: move the ct helper function to nf_conntrack_helper for ovs and tcXin Long1-60/+1
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-10-31rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu4-4/+4
2022-10-28net: openvswitch: add missing .resv_start_opJakub Kicinski1-0/+1
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner2-7/+6
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-10-27openvswitch: switch from WARN to pr_warnAaron Conole1-1/+2
2022-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-10-19openvswitch: Use kmalloc_size_roundup() to match ksize() usageKees Cook1-1/+1
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-10-12openvswitch: add nf_ct_is_confirmed check before assigning the helperXin Long1-1/+2
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-09-27net: openvswitch: allow conntrack in non-initial user namespaceMichael Weiß1-5/+8
2022-09-27net: openvswitch: allow metering in non-initial user namespaceMichael Weiß1-7/+7
2022-09-19openvswitch: Change the return type for vport_ops.send function hook to intNathan Huckleberry2-2/+2
2022-09-09net: openvswitch: fix repeated words in commentsJilin Yuan1-1/+1
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski3-0/+5
2022-08-26openvswitch: add OVS_DP_ATTR_PER_CPU_PIDS to get requestsAndrey Zhadchenko1-1/+9
2022-08-26openvswitch: allow specifying ifindex of new interfacesAndrey Zhadchenko3-2/+12
2022-08-26openvswitch: fix memory leak at failed datapath creationAndrey Zhadchenko1-1/+3
2022-08-22openvswitch: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-22openvswitch: Fix overreporting of drops in dropwatchMike Pattrick1-2/+3
2022-08-22openvswitch: Fix double reporting of drops in dropwatchMike Pattrick1-3/+10
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-06-23net: openvswitch: fix parsing of nw_proto for IPv6 fragmentsRosemarie O'Riorden1-1/+1
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-3/+3
2022-06-08net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets2-1/+9
2022-04-15openvswitch: fix OOB access in reserve_sfa_size()Paolo Valerio1-1/+1
2022-04-06net: openvswitch: fix leak of nested actionsIlya Maximets1-5/+90
2022-04-05net: openvswitch: don't send internal clone attribute to the userspace.Ilya Maximets2-2/+4
2022-03-31openvswitch: Add recirc_id to recirc warningStéphane Graber1-2/+2
2022-03-29openvswitch: Fixed nd target mask field in the flow dump.Martin Varghese1-2/+2
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-59/+59
2022-03-21openvswitch: always update flow key after natAaron Conole1-59/+59
2022-03-10net: openvswitch: fix uAPI incompatibility with existing user spaceIlya Maximets1-3/+10
2022-03-03net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau1-1/+1
2022-03-02net: openvswitch: remove unneeded semicolonYang Li1-1/+1
2022-02-25net: openvswitch: IPv6: Add IPv6 extension header supportToms Atteka3-2/+178
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+38
2022-02-24openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey1-8/+38
2022-02-05net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey3-10/+13
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+13
2022-01-09net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey1-3/+13
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski1-5/+10
2022-01-09net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal1-4/+10
2022-01-09netfilter: conntrack: convert to refcount_t apiFlorian Westphal1-1/+0
2022-01-04net: openvswitch: Fill act ct extensionPaul Blakey1-0/+6
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+7
2021-12-17net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey1-1/+7
2021-12-07openvswitch: add net device refcount tracker to struct vportEric Dumazet2-4/+6
2021-12-02net: openvswitch: Remove redundant if statementsXu Wang1-2/+1
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu1-1/+0
2021-08-19Merge 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-09net: 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-13openvswitch: meter: fix race when getting now_ms.Tao Liu1-0/+8
2021-05-10net: openvswitch: Remove unnecessary skb_nfct()Yejune Deng1-7/+4
2021-04-29openvswitch: 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-09Merge 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-25Merge 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-16openvswitch: Warn over-mtu packets only if iface is UP.Flavio Leitner1-3/+5
2021-03-16net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu3-6/+12
2021-01-14net: openvswitch: add log message for error caseEelco Chaudron2-9/+17
2020-12-14net: openvswitch: fix TTL decrement exception action executionEelco Chaudron1-9/+6
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-12-08net: openvswitch: conntrack: simplify the return expression of ovs_ct_limit_g...Zheng Yongjun1-5/+1
2020-12-04openvswitch: fix error return code in validate_and_copy_dec_ttl()Wang Hai1-1/+1
2020-12-03Merge 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-27Merge 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-14net: openvswitch: use core API to update/provide statsLev Stipakov1-22/+7
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+8
2020-11-03net: openvswitch: silence suspicious RCU usage warningEelco Chaudron2-8/+8
2020-11-02openvswitch: 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-13net: openvswitch: use new function dev_fetch_sw_netstatsHeiner Kallweit1-19/+1
2020-10-08Merge 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-04net: openvswitch: Constify static struct genl_small_opsRikard Falkeborn2-2/+2
2020-10-03net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault1-18/+10
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski3-18/+18
2020-09-18net: openswitch: reuse the helper variable to improve the code readablityZeng Tao1-2/+2
2020-09-04Merge 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-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-08-13net: openvswitch: introduce common code for flushing flowsTonghao Zhang3-21/+27
2020-08-05net: openvswitch: silence suspicious RCU usage warningTonghao Zhang1-3/+3
2020-08-03net: openvswitch: make masks cache size configurableEelco Chaudron3-14/+114
2020-08-03net: openvswitch: add masks cache hit counterEelco Chaudron4-7/+23
2020-08-03openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye1-18/+20
2020-08-03net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu1-0/+1
2020-07-24net: 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-13net: openvswitch: kerneldoc fixesAndrew Lunn2-4/+5
2020-06-24openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...Lorenzo Bianconi1-2/+7
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-4/+4
2020-04-25net: openvswitch: use div_u64() for 64-by-32 divisionsTonghao Zhang1-1/+1
2020-04-25net: openvswitch: suitable access to the dp_metersTonghao Zhang1-3/+3
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+5
2020-04-23net: openvswitch: use u64 for meter bucketTonghao Zhang2-2/+2
2020-04-23net: openvswitch: make EINVAL return value more obviousTonghao Zhang1-3/+2
2020-04-23net: openvswitch: remove the unnecessary checkTonghao Zhang1-5/+4
2020-04-23net: openvswitch: set max limitation to metersTonghao Zhang2-10/+49
2020-04-23net: openvswitch: expand the meters supported numberTonghao Zhang3-63/+195
2020-04-20net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang2-2/+5
2020-04-02net: openvswitch: use hlist_for_each_entry_rcu instead of hlist_for_each_entryTonghao Zhang1-4/+6
2020-03-29net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu1-1/+1
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-03-03openvswitch: add missing attribute validation for hashJakub Kicinski1-0/+1
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-15/+24
2020-02-20openvswitch: Distribute switch variables for initializationKees Cook1-8/+10
2020-02-18flow_table.c: Use built-in RCU list checkingMadhuparna Bhowmik1-2/+4
2020-02-18datapath.c: Use built-in RCU list checkingMadhuparna Bhowmik1-3/+6
2020-02-18vport.c: Use built-in RCU list checkingMadhuparna Bhowmik1-1/+2
2020-02-18meter.c: Use built-in RCU list checkingMadhuparna Bhowmik1-1/+2
2020-02-16openvswitch: add TTL decrement actionMatteo Croce2-0/+137
2020-01-14net: openvswitch: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-7/+4
2019-12-24openvswitch: New MPLS actions for layer 2 tunnellingMartin Varghese2-6/+58
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya2-3/+3
2019-12-04net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese1-1/+2
2019-12-04openvswitch: support asymmetric conntrackAaron Conole1-0/+11
2019-12-02Fixed updating of ethertype in function skb_mpls_popMartin Varghese1-1/+2
2019-12-01openvswitch: remove another BUG_ON()Paolo Abeni1-1/+5
2019-12-01openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni1-1/+4
2019-11-26openvswitch: fix flow command message sizePaolo Abeni1-1/+5
2019-11-15net: openvswitch: don't call pad_packet if not necessaryTonghao Zhang1-14/+8
2019-11-14net: openvswitch: add hash info to upcallTonghao Zhang2-1/+37
2019-11-06net: openvswitch: select vport upcall portid directlyTonghao Zhang1-2/+3
2019-11-05Change in Openvswitch to support MPLS label depth of 3 in ingress directionMartin Varghese4-33/+85
2019-11-03net: openvswitch: simplify the ovs_dp_cmd_newTonghao Zhang1-22/+38